-
Notifications
You must be signed in to change notification settings - Fork 32
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: Cosmos SDK 47 #109
Feat: Cosmos SDK 47 #109
Conversation
feat: add ResubmitSchedule neutron msg #ntrn-84
Rework governance/ update admin-module NTRN-70 (sdk-47)
added register_fee field for register interchain account msg
Update our tokenfactory to the latest version NTRN-93
[NTRN-163] add dex stargate helpers
pub fn submit_create_denom(subdenom: impl Into<String>) -> Self { | ||
NeutronMsg::CreateDenom { | ||
subdenom: subdenom.into(), | ||
} | ||
} | ||
|
||
// Basic helper to define change of admin for a token passed to TokenFactory module: |
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.
Does not look clear, what exactly we pass to TokenFactory module. Did you miss the message word?
And the same with alomost every "Basic helper to"
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.
please consider changing create_stargate_msg
This PR makes neutron-sdk compatible with Neutron V2 release: