-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: add stricter checks for iavl spec and tendermint spec #386
Merged
Merged
Changes from 16 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
feb2ac3
refactor: deobfuscate, many thanks to Damian for the help!
colin-axner f94ee2a
fix: test + build
colin-axner e97c91d
Update go/ops.go
colin-axner f329a25
chore: update error message to be more informative
colin-axner b3d6417
chore: error wording
colin-axner a14131c
fix: test
colin-axner f4e01fc
test: add unit tests
colin-axner d8f9ef6
chore: update godocs as per review suggestion
colin-axner b097d9a
Update go/ops.go
colin-axner dbda17f
Merge branch 'master' into colin/deobfuscate-dragonberry
colin-axner a885b72
Merge branch 'master' into colin/deobfuscate-dragonberry
colin-axner f92b269
refactor: add stricter checks for iavl spec and tendermint spec
colin-axner 20e9f42
refactor: remove one line fn
colin-axner 0a229f4
Merge branch 'colin/deobfuscate-dragonberry' of github.com:cosmos/ics…
colin-axner b853f3d
lint
colin-axner 80f025b
Merge branch 'colin/deobfuscate-dragonberry' into colin/stricter-iavl…
colin-axner 4b745f9
Merge branch 'master' of github.com:cosmos/ics23 into colin/stricter-…
colin-axner 27e5e63
Merge branch 'colin/stricter-iavl-checks' of github.com:cosmos/ics23 …
colin-axner 1841bd3
Merge branch 'master' into colin/stricter-iavl-checks
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
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.
for reference
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.
Adding for any future reader context.
In store/v2, the same thing is happening here in
ProofFromByteSlices
ref