-
Notifications
You must be signed in to change notification settings - Fork 336
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
std: Add BankQuery::AllDenomMetadata gated by cosmwasm_1_3 feature flag #1647
Conversation
14c1d2b
to
63e9d6d
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.
Thank you for your PR! 💐 I have added some notes coming from wasmd.
It would be good to understand your use case better to discuss solutions.
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.
🔥 Great work, thank you!
… BankQuery::DenomMetadata also gated by cosmwasm_1_3 feature flag
df16cc7
to
4d73adf
Compare
Thanks for the great work, I'll work on this a bit more in #1703, as well as CosmWasm/wasmvm#430 and CosmWasm/wasmd#1426 |
Thanks so much for pulling in my commits and building off these changes @chipshort and @webmaster128! I will close these PRs. Closing in favor of #1703. |
This PR adds a new query for getting chain denom metadata.
Please review these related PRs in tandem: