-
Notifications
You must be signed in to change notification settings - Fork 202
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
chore(wasmbinding): delete CustomQuerier since we have QueryRequest::Stargate now #1687
Merged
Merged
Changes from 22 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
596c664
chore(deps): Bump cosmossdk.io/math from 1.1.2 to 1.2.0
dependabot[bot] 8722fce
feat(perp): msg server methods for shift peg and shift swap invariant
Unique-Divine e295eb3
(wasmbinding): remove pegshitft and depth shift
Unique-Divine 0232852
test(perp): msg tests
Unique-Divine 1220834
change log
Unique-Divine 696d636
Merge branch 'master' into realu/perp-sg
Unique-Divine 63b72aa
Update x/perp/v2/types/msgs.go
Unique-Divine b081818
PR comments changes
Unique-Divine 1b5c836
add events for logging purposes
Unique-Divine 2f0a125
refactor: consistent error name usage PR comment
Unique-Divine 552a2d5
refactor: more PR comments
Unique-Divine fe1fe03
Address Gimeno PR comments + more tests
Unique-Divine c3ef701
fix strange address name conflicts
Unique-Divine a2ee8aa
test: fix all tests
Unique-Divine ad8c56b
test: more calls of EnsureNibiruPrefix
Unique-Divine 3ff816f
Merge branch 'master' into realu/perp-sg
Unique-Divine f5415fd
Merge branch 'master' into dependabot/go_modules/cosmossdk.io/math-1.2.0
Unique-Divine bd55994
Updated changelog - dependabot
Unique-Divine 46cd514
Merge branch 'master' into dependabot/go_modules/cosmossdk.io/math-1.2.0
Unique-Divine 05810f3
Merge branch 'dependabot/go_modules/cosmossdk.io/math-1.2.0' into rea…
Unique-Divine 02600a4
chore(wasmbinding): delete CustomQuerier since we have QueryRequest::…
Unique-Divine e75f1ec
changelog
Unique-Divine b52ff66
change log
Unique-Divine 7de9341
test: fix no error cases in tests
Unique-Divine 9e9701e
Merge branch 'realu/perp-sg' into realu/perp-sg2
Unique-Divine 0f13580
Merge branch 'master' into realu/perp-sg2
Unique-Divine 5ad427d
changelog + address PR comments
Unique-Divine 84b1831
ci(codecov.yml): handle removed code coverage relative to bse
Unique-Divine 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
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.
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.
The call to
authtypes.DefaultGenesisState()
is made without using its return value. Please verify if this call is necessary and if the side effects are intended.