Skip to content
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

Metadata for denom uion, uosmo not registered #4224

Closed
byeongsu-hong opened this issue Feb 4, 2023 · 4 comments
Closed

Metadata for denom uion, uosmo not registered #4224

byeongsu-hong opened this issue Feb 4, 2023 · 4 comments
Assignees
Labels
T:bug 🐛 Something isn't working

Comments

@byeongsu-hong
Copy link
Contributor

Expected behaviour

  1. Query /cosmos/bank/v1beta1/denoms_metadata/uion should respond
  2. Query /cosmos/bank/v1beta1/denoms_metadata/uosmo should respond

Actual behaviour

  1. Query failed with (22): rpc error: code = NotFound desc = client metadata for denom uion: key not found
  2. Query failed with (22): rpc error: code = NotFound desc = client metadata for denom uosmo: key not found
@ValarDragon
Copy link
Member

ValarDragon commented Feb 5, 2023

Oh yeah, yikes. I confirmed via the CLI.

osmosisd q bank denom-metadata --denom=uosmo
osmosisd q bank denom-metadata --denom=uion

Compare to something that does work, e.g.

osmosisd q bank denom-metadata --denom=gamm/pool/188

For some reason, I thought we fixed this for uion in one of the upgrades.

cc @mattverse can you guide @stackman27 re how to get this fixed / in the next upgrade handler?

@ValarDragon ValarDragon added the T:bug 🐛 Something isn't working label Feb 5, 2023
@mattverse
Copy link
Member

OC! @stackman27 reach me out if you have any questions on getting a fix out! Also please feel free to assign me as reviewer once PR is r4r

@stackman27
Copy link
Contributor

sounds good, i'll let you know!

@ValarDragon
Copy link
Member

Closing, will get into next upgrade :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T:bug 🐛 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants