-
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
Rework governance/ update admin-module NTRN-70 (sdk-47) #107
Conversation
2a7f2c8
to
a472255
Compare
f572826
to
157f63d
Compare
admin_proposal: AdminProposal::CancelSoftwareUpgradeProposal(proposal), | ||
} | ||
} | ||
|
||
/// Basic helper to define a parameter change proposal passed to AdminModule: |
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 update comments for submit_upgrade_proposal
and for submit_client_update_proposal
— they still claim that those are helpers for parameter change proposals creation
pub contract: String, | ||
/// ProposalExecuteMessage defines the struct for sdk47 compatible update params admin proposal. | ||
pub struct ProposalExecuteMessage { | ||
/// **message** is a json representing a sdk message passed to admin module to execute. |
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.
/// **message** is a json representing a sdk message passed to admin module to execute. | |
/// **message** is a json representing an sdk message passed to admin module to execute. |
9222c99
to
756a026
Compare
TASK
Admin module PR
Neutron PR
Neutron SDK PR
Integration tests