Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude IBC assets from TotalSupply if their denom metadata is nonexi…
…stent (#4518) ## Describe your changes This changes the `TotalSupply` query to skip including assets when there is no denom metadata available, for example liquidity position NFTs. This is okay since these are mostly of interest to a single user rather than the market as a whole. I validated that the error when querying on the current v0.77.0 testnet goes away. ``` $ grpcurl -plaintext -vv localhost:8080 cosmos.bank.v1beta1.Query/TotalSupply ``` ## Issue ticket number and link ## Checklist before requesting a review - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > Changes RPC output only (cherry picked from commit 785ac6a)
- Loading branch information