Closed JoowonYun closed 15 hours ago
We're having trouble querying denoms that contain slashes, like ibc or tokenfactory.
https://github.com/cosmos/cosmos-sdk/pull/16852
0.47, 0.50, main
curl -X GET "http://localhost:1317/cosmos/bank/v1beta1/denoms_metadata/ibc%2Fabc"
Result
{ "code": 12, "message": "Not Implemented", "details": [] }
Hey! This is why the DenomMetadataByQueryString exists, however you PR is a good solution as well. We should do that for all endpoints, but still keep the ByQueryString services.
DenomMetadataByQueryString
ByQueryString
Is there an existing issue for this?
What happened?
We're having trouble querying denoms that contain slashes, like ibc or tokenfactory.
https://github.com/cosmos/cosmos-sdk/pull/16852
Cosmos SDK Version
0.47, 0.50, main
How to reproduce?
Result