-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
governance: init proposal #954
Conversation
Fraccaman
commented
Mar 10, 2022
•
edited
Loading
edited
- Added CLI commands:
- Submit on chain proposal
- Create offline proposal
- Query existing proposals
- Added initial governance VP
- Added governance parameters to genesis
92ee130
to
6180a9f
Compare
pls update wasm |
pls update wasm |
9be0a45
to
c68d667
Compare
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.
this is looking great! I just added couple suggestions
pls update wasm |
d652430
to
6477f59
Compare
pls update wasm |
405de3a
to
077de9d
Compare
pls update wasm |
pls update wasm |
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.
LGTM, thanks for the updates!
I've added network config update for the next release heliaxdev/anoma-network-config#9 |
@@ -493,6 +516,14 @@ pub mod genesis_config { | |||
tx_whitelist: config.parameters.tx_whitelist.unwrap_or_default(), | |||
}; | |||
|
|||
let gov_params = GovParams { |
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.
check
H: 'static + StorageHasher, | ||
CA: 'static + WasmCacheAccess, | ||
{ | ||
is_valid_proposal_init_key_set(context, keys) |
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.
check