-
Notifications
You must be signed in to change notification settings - Fork 4.2k
GRPC querier init and bank #5953
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
Closed
Closed
Changes from 17 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
62c2ba1
Initial work on grpc query server example for bank
aaronc cb469d2
Add grpc gateway http annotations
aaronc 1a745ed
Add RegisterQueryService stub to all modules
aaronc fe915f5
WIP on tests
aaronc fd01421
Fix tests
aaronc 1c6b0b3
Update mocks
aaronc 5fb75f4
Address golang CI issues
aaronc 026decb
Address golang CI issues
aaronc d2c0691
Fix go.mod, regenerate proto files
aaronc 524b4ea
Fix mock tests
aaronc db2f113
Run goimports
aaronc 840720f
Merge branch 'master' into aaronc/grpc-querier-bank-init
aaronc e97bdb1
Run goimports
aaronc 480ecb9
Fix buf lint errors
aaronc e3c127f
Fix test errors and goimports
aaronc 579d184
Update module tests
aaronc f234330
Fix goimports
aaronc 78e25a3
Merge branch 'master' into aaronc/grpc-querier-bank-init
aaronc 93810b7
Update x/bank/keeper/querier_test.go
aaronc e0b04fe
Fix goimports
aaronc 75fb560
Merge branch 'aaronc/grpc-querier-bank-init' of github.com:cosmos/cos…
aaronc 5b2442d
Revert baseapp change
aaronc e8d04b9
Add tests and docs
aaronc d8910d7
Keep existing bank querier around (for now)
aaronc f6ce7d1
Merge branch 'master' into aaronc/grpc-querier-bank-init
aaronc f7821c1
Merge branch 'master' of github.com:cosmos/cosmos-sdk into aaronc/grp…
aaronc 99e3631
Run proto-gen, fix build errors
aaronc 5474bb6
Merge branch 'aaronc/grpc-querier-bank-init' of github.com:cosmos/cos…
aaronc 74ee551
Tidying up + docs
aaronc fa9aa95
Revert deletion
aaronc cc03e73
Merge branch 'master' into aaronc/grpc-querier-bank-init
aaronc 1351a68
Add Marshaler param to new cli cmd
aaronc 64c2b99
Revert name change
aaronc 608facd
Add grpc QueryRouter tests
aaronc 2718e03
Fix lint error
aaronc 1cb6c61
Fix tests
aaronc b905be0
Address review comments
aaronc 6a293e3
Address review comments
aaronc 17c318a
Update baseapp/queryrouter.go
aaronc 6f58904
Update baseapp/queryrouter.go
aaronc 2618e6f
Merge branch 'master' into aaronc/grpc-querier-bank-init
aaronc 64f3b31
Fix build error
aaronc 61cd6aa
Merge branch 'master' of github.com:cosmos/cosmos-sdk into aaronc/grp…
aaronc 0911f55
fix build errors
aaronc 29345f3
WIP
aaronc 3946c8b
Merge branch 'master' of github.com:cosmos/cosmos-sdk into aaronc/grp…
aaronc 2c14a54
Implement pagination
aaronc d94ac18
Docs
aaronc 7729b52
Fixes, docs
aaronc e58a00f
Merge branch 'master' of github.com:cosmos/cosmos-sdk into aaronc/grp…
aaronc 0deb60f
Update x/bank gRPC querier
aaronc 9dbd660
Fixes
aaronc 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 hidden or 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 hidden or 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.