-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat(denommetadata): Add support for providing denom-trace and creation of multiple denom-metadatas #384
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trinitys7 seems like the denom trace is gonna get generated also for non ibc denom. I suggest deducing it automatically by checking if the base
starts with IBC/
@omritoptix I set a checking path here, if the path is empty, then it's not an IBC denom |
@@ -312,7 +309,7 @@ | |||
app.GetSubspace(authtypes.ModuleName), | |||
authtypes.ProtoBaseAccount, | |||
maccPerms, | |||
sdk.Bech32PrefixAccAddr, //Bech32MainPrefix | |||
sdk.Bech32PrefixAccAddr, // Bech32MainPrefix |
Check warning
Code scanning / CodeQL
Directly using the bech32 constants Warning test
PR Standards
Closes #382 and #383