Skip to content
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

Merged
merged 4 commits into from
Jan 14, 2021

Conversation

colin-axner
Copy link
Contributor

No description provided.

@colin-axner
Copy link
Contributor Author

I opened an issue on the sdk

@colin-axner
Copy link
Contributor Author

colin-axner commented Jan 14, 2021

I don't think the akash test goes into affect until after this is merged, tested locally that it passes

--- PASS: TestAkashToGaiaStreamingRelayer (46.21s)
PASS
ok  	github.com/cosmos/relayer/test	46.257s

Copy link
Collaborator

@fedekunze fedekunze left a 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

relayer/msgs.go Show resolved Hide resolved
@colin-axner
Copy link
Contributor Author

@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

@colin-axner
Copy link
Contributor Author

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

@colin-axner colin-axner merged commit 6084900 into master Jan 14, 2021
@colin-axner colin-axner deleted the colin/akash-test branch January 14, 2021 13:50
@@ -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())},
Copy link
Member

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...'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the NOTE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants