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

Update to Latest SDK #80

Merged
merged 6 commits into from
Apr 9, 2020
Merged

Update to Latest SDK #80

merged 6 commits into from
Apr 9, 2020

Conversation

jackzampolin
Copy link
Member

No description provided.

@jackzampolin
Copy link
Member Author

jackzampolin commented Apr 8, 2020

This is currently failing because of the changes to IBC routing. I've tried to incorporate them over in Gaia, but I'm not able to get channel handshakes working. Try running the following command when building from gaia@ibc-alpha:

./two-chainz local skip && ./config-relayer skip && rly tx link demo -o 3s -d

This commit has the simapp changes that I ported over:

cosmos/gaia@b4e9e8b

@jackzampolin jackzampolin changed the title Begin work on UX for find path commands Update to Latest SDK Apr 9, 2020
@jackzampolin jackzampolin merged commit e9f2b63 into master Apr 9, 2020
@jackzampolin jackzampolin deleted the jack/find-paths branch April 9, 2020 01:44
@@ -109,7 +109,7 @@ func (src *PathEnd) ChanInit(dst *PathEnd, ordering chanState.Order, signer sdk.
return chanTypes.NewMsgChannelOpenInit(
src.PortID,
src.ChannelID,
defaultIBCVersion,
defaultTransferVersion,
Copy link
Member

Choose a reason for hiding this comment

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

Note, a future PR should refactor this so that relayer doesn't just support transfer channels. We can do this by making the channel version a part of PathEnd, or something similar

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.

2 participants