-
Notifications
You must be signed in to change notification settings - Fork 334
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
chore(ci): update internal testnet genesis and seed to support committee voting #2008
Conversation
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.
Nice heredoc usage and good to merge, none of the comments are blocking
@@ -2172,7 +2172,7 @@ | |||
"max_deposit_period": "172800s" | |||
}, | |||
"voting_params": { | |||
"voting_period": "600s" | |||
"voting_period": "604800s" |
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.
is this being updated on purpose? it's more useful for our internal testnets to use short voting periods so that we can submit & pass test proposals (waiting 10min vs waiting 1 week)
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.
yeah, this was requested so the proposal is up longer for testing on webapp. I suggest we increase it for now and can revert it back later. I'd also like to keep a shorter time period for faster proposals.
…tee voting (#2008) * chore(ci): update internal testnet genesis and seed to support committee voting * chore(ci): update gov proposal voting period to 7 days * chore: use auto gas calculation
Description
eip712_allowed_msgs
to allow for committee voting.