We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following governance proposals are currently unimplemented, as proposals that can be voted through a voting contract:
Text
ChangeParams
IbcClientUpdate
PromoteToPrivilegedContract
DemotePrivilegedContract
InstantiateContract
MigrateContract
WasmMsg
SetContractAdmin
ClearContractAdmin
These should be implemented as part of tgrade-validator-voting.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following governance proposals are currently unimplemented, as proposals that can be voted through a voting contract:
Text
. (Redundant? Already implemented at contract level)ChangeParams
. (Done in Implement the ChangeParams proposal #157).IbcClientUpdate
(See Add UpgradeProposal for IBC v3 #143).PromoteToPrivilegedContract
(Done in Add promote / demote contract to privileged gov proposal #188).DemotePrivilegedContract
(Done in Add promote / demote contract to privileged gov proposal #188).InstantiateContract
. (Not needed, as contract instantiation can be done without governance.)MigrateContract
. (Redundant. Already implemente throughWasmMsg
)SetContractAdmin
(Done in Add promote / demote contract to privileged gov proposal #188).ClearContractAdmin
(Done in Add promote / demote contract to privileged gov proposal #188).These should be implemented as part of tgrade-validator-voting.
The text was updated successfully, but these errors were encountered: