-
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
Enforce solo machine signature type uniqueness #7394
Merged
Merged
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d4f0c05
update solo machine proto types to use enum for uniqueness
colin-axner 9c1f9cf
Merge branch 'master' of github.com:cosmos/cosmos-sdk into colin/7277…
colin-axner a68eef7
Merge branch 'master' of github.com:cosmos/cosmos-sdk into colin/7277…
colin-axner cf62ad4
move data type to SignatureAndData
colin-axner d513674
split signature bytes creation to allow for function reusing. Stuck o…
colin-axner a6c1d12
fix test bug
colin-axner 72762c7
merge master
colin-axner 9a46f1b
update UnmarshalByType and refactor misbehaviour handle
colin-axner e555694
Merge branch 'master' of github.com:cosmos/cosmos-sdk into colin/7277…
colin-axner 69734d4
add tests to codec_test.go
colin-axner 6e40696
self review + lint
colin-axner 0d2aec6
update spec
colin-axner a53b041
fix lint
colin-axner 72cf4ee
Merge branch 'master' into colin/7277-solo-uniqueness
colin-axner e67e578
Update x/ibc/light-clients/solomachine/spec/01_concepts.md
colin-axner 3ef0d5c
increase code cov, update spec
colin-axner 8136909
Merge branch 'colin/7277-solo-uniqueness' of github.com:cosmos/cosmos…
colin-axner 65f9bbc
Merge branch 'master' of github.com:cosmos/cosmos-sdk into colin/7277…
colin-axner 3e8e6c8
format spec
fedekunze e980068
format spec
fedekunze 58e891c
merge master
colin-axner e918ae6
make proto
colin-axner 774247b
fix merge conflicts
colin-axner 6657213
merge master
colin-axner 24c6473
make proto
colin-axner f501df7
fix conflicts
colin-axner 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
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.
I think ideally we abstract this in
host
for all path type's so the users doesn't need to callApplyPrefix
. I only abstracted this in solo machine because I started to write dup code and then figured I might as well do it for all path types