Central governance tool enabling the DAO to propose and execute pivotal operations
sdk.Msg
through the governance frameworkx/gov
module of the Cosmos SDK, certain modules can have predefined proposals. Examples include MigrateContract
or DeleteAdmin
. The admin module can execute such proposals if they are part of a whitelisted group.
sdk.Msg
format. This requires modules to have an authority
field specifying addresses permitted to dispatch critical messages.
ProposalExecuteMessage
binding allows the admin module to process any type of Cosmos message, with signer verification ensuring authenticity.
x/params
: Each Cosmos module now implements custom parameter handlinggov
module can now issue direct messages to any Cosmos moduleProposalExecuteMessage
binding was introduced, allowing the admin module to process any type of Cosmos message. Signer verification ensures authenticity.
MsgSubmitProposal
has been redesigned to handle any type of Cosmos message.