-
Notifications
You must be signed in to change notification settings - Fork 428
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
Add AllDenomMetadata BankQuery #1426
Conversation
904f185
to
9eb407f
Compare
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.
Very nice work! Thanks for moving this forward. 💐
I have added some comments on testing but otherwise it looks great.
Unfortunately, I can not merge it without the wasmvm dependency resolved first.
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.
Thanks a lot for adding the requested test cases! I appreciate the work a lot and added some detailed feedback on the test code in return. The tests are helping and there is no hard requirement to change them. Just sharing a bit of knowledge from working a lot in Go projects.
Thanks again for the updates. Good work! |
Linking #1296 to unblock this |
…omMetadata BankQuery
7d035ca
to
6ffe54a
Compare
* x/wasm: add AllDenomMetadata BankQuery * x/wasm: fix AllDenomMetadata BankQuery to have pagination and add DenomMetadata BankQuery * Use simplified pagination * Fix request conversion * Add unknown denom test cases * Add test for pagination conversion * Fix nits * Use wasmvm 1.3.0-rc.0 * Fix test --------- Co-authored-by: Nikhil Suri <nikhilsuri@comcast.net> (cherry picked from commit d2e9ace) # Conflicts: # x/wasm/keeper/query_plugins.go
* Add AllDenomMetadata BankQuery (#1426) * x/wasm: add AllDenomMetadata BankQuery * x/wasm: fix AllDenomMetadata BankQuery to have pagination and add DenomMetadata BankQuery * Use simplified pagination * Fix request conversion * Add unknown denom test cases * Add test for pagination conversion * Fix nits * Use wasmvm 1.3.0-rc.0 * Fix test --------- Co-authored-by: Nikhil Suri <nikhilsuri@comcast.net> (cherry picked from commit d2e9ace) # Conflicts: # x/wasm/keeper/query_plugins.go * Resolve conflicts --------- Co-authored-by: Christoph Otter <chipshort@tutanota.com> Co-authored-by: Alex Peters <alpe@users.noreply.github.com>
See also CosmWasm/wasmvm#430 and CosmWasm/cosmwasm#1703