-
Notifications
You must be signed in to change notification settings - Fork 586
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
Valid denom cannot be sent via IBC #894
Comments
Thanks for opening this issue, @giansalex. Looks like we assume that base denominations do not contain Looks like this would be a bug, but I would like a confirmation also from @colin-axner. |
Yea that's a bug. We can change it. Appears that validation function is only used in |
… with go-fraud Proof interface (cosmos#891) As part of go-fraud library implementation, this PR adds: * ProofService to full and light nodes * Extends abci.FraudProof interface with go-fraud Proof interface Fixes cosmos#892 cosmos#893 cosmos#894 --------- Co-authored-by: Ganesha Upadhyaya <gupadhyaya@Ganeshas-MacBook-Pro-2.local>
gamm/pool/1
is a valid denom, ref: sdk validationbut I am getting an error when I try to send it through IBC.
The text was updated successfully, but these errors were encountered: