-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix incorrect AccountPrefix bug and reinstate akash tests #369
Conversation
I opened an issue on the sdk |
I don't think the akash test goes into affect until after this is merged, tested locally that it passes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK. One minor comment and if you can fix a few of the lint issues too
@fedekunze is there lint issues introduced by new code in this pr? Otherwise I'd rather let it be, there's a long list of existing lint issues and I'd rather spend time on other issues |
I'm going to merge so folks can get back to testing the relayer. Any other requests can be done in followups and ideally would have an issue created for it |
@@ -70,7 +70,7 @@ $ %s tx raw uc ibc-0 ibc-1 ibconeclient`, appName, appName)), | |||
if err != nil { | |||
return err | |||
} | |||
return sendAndPrint([]sdk.Msg{chains[src].PathEnd.UpdateClient(updateHeader, chains[src].MustGetAddress())}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this cleanup!
ibcexported "github.com/cosmos/cosmos-sdk/x/ibc/core/exported" | ||
) | ||
|
||
// NOTE: we explicitly call 'MustGetAddress' before 'NewMsg...' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the NOTE
No description provided.