-
Notifications
You must be signed in to change notification settings - Fork 3.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
x/ibc proto migration #5704
Closed
Closed
x/ibc proto migration #5704
Changes from 58 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
e59c32d
proto: remove cdc from ICS05
fedekunze 6ef884f
proto: start ICS07 proto files
fedekunze 85cc953
proto: ICS20 types
fedekunze d172449
proto: ICS07 messages
fedekunze 796fe70
proto: ICS04 messages
fedekunze 8a38c3e
proto: various ICS proto definitions
fedekunze a1c9ae0
proto: fixes
fedekunze fad6b52
godocs for ICS 07 proto file
fedekunze 8b83fb1
proto: generate files
fedekunze 43e38d6
merge ICS23 changes
fedekunze d574210
merge ibc-alpha changes
fedekunze 5510c34
ibc: protobuf changes
fedekunze 2d251e4
codec: move ibc client proto interfaces
fedekunze fc70c2e
ibc: fix some msgs and types
fedekunze 8da8960
proto: cycles and other fixes
fedekunze 0db08a3
proto: changes and fixes
fedekunze 5a5816f
update types
fedekunze fa84a19
merge ibc-alpha changes
fedekunze ff66afb
fix dep cycle
fedekunze dfe061d
codec/std: add msgs
fedekunze 3475fca
commitment: proto changes
fedekunze ee12807
fix dep cycle with Status and Order
fedekunze daf8f01
add tmtypes proto3 to third party
fedekunze ccdb13b
fixes fixes fixes
fedekunze 94a62ca
revert GetDestination{Channel.Port}
fedekunze 01d4651
cleanup
fedekunze 934a576
fixes
fedekunze a4749e3
util funcs for tm <-> proto
fedekunze ea46b7f
more cleanup
fedekunze cff3c94
more util funcs
fedekunze c8229a3
more fixes
fedekunze 610fafc
Merge branch 'ibc-alpha' of https://github.com/cosmos/cosmos-sdk into…
fedekunze ced1d63
more test fixes
fedekunze 077a13f
fixes
fedekunze 554de2d
remove PacketData and PacketAck interfaces
fedekunze ba1cb08
FINALLY! build
fedekunze 2ecbb5b
fix some tests
fedekunze c5d00b5
fix more tests
fedekunze 8b3400f
lint
fedekunze 3c38a61
proto cleanup
fedekunze 048b8d1
Merge branch 'ibc-alpha' of https://github.com/cosmos/cosmos-sdk into…
fedekunze 2614026
try fix ics07 errors
fedekunze 5079c78
lint
fedekunze 80ec515
merge ibc-alpha
fedekunze cced361
Merge branch 'ibc-alpha' of https://github.com/cosmos/cosmos-sdk into…
fedekunze 48828f0
Merge branch 'ibc-alpha' of github.com:cosmos/cosmos-sdk into fedekun…
fedekunze 773a6ec
merge tm-proto
fedekunze 9bd476f
fixes
fedekunze 99cab85
minor updates
fedekunze bc0f744
merge ibc-alpha changes
fedekunze 9dd94c0
update proto files
fedekunze c8669df
build
fedekunze f8d64c8
updates from downstream
fedekunze 0d62302
update proto deps
fedekunze 524cce4
fix ics07 test
fedekunze e5d4641
changes from master
fedekunze dd9df29
fix build
fedekunze 6dac284
test fixes
fedekunze 4d3058a
updates from downstream
fedekunze 1b7b9c8
fixes
fedekunze e422b08
proto ics09
fedekunze 8d794fa
changes from master
fedekunze File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@marbar3778 I'm getting some errors with the encoding because it doesn't recognize the new priv/pubkey. Can you take a look when you have time?
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.
you will have to define your own proto type. we decided to only support ed25519 in tendermints proto key types
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.
created a pr to show how this could be done simply: #5997
if this works i can work on completing that PR