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

Namadillo: IBC -> Allow decoding the same asset from multiple chains #1220

Open
emccorson opened this issue Oct 30, 2024 · 0 comments
Open
Labels
App: Namadillo bug Something isn't working ibc

Comments

@emccorson
Copy link
Collaborator

Following on from #1216, there is a bug where if you have the same asset from multiple different chains (e.g. NAM from internal devnet and from housefire), only one will be shown. The problem is that we index the asset balances object by base denom, but this will have multiple entries, so really we should key by base denom + IBC denom trace path. Fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App: Namadillo bug Something isn't working ibc
Projects
None yet
Development

No branches or pull requests

1 participant