-
Notifications
You must be signed in to change notification settings - Fork 8
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
enable democracy #366
enable democracy #366
Conversation
pub const ConfirmationPeriod: Moment = 5 * 60 * 1000; // [ms] | ||
pub const ProposalLifetime: Moment = 20 * 60 * 1000; // [ms] |
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.
5min confirmation and 20min lifetime seem appropriate for Gesell testing
type OnCeremonyPhaseChange = | ||
(pallet_encointer_ceremonies::Pallet<Runtime>, pallet_encointer_democracy::Pallet<Runtime>); |
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 finally enacts approved proposals upon Registering start
CC @pifragile. kudos for your work on the democracy pallet! |
this adds enactment of approved proposals and cli commands
list-communities
companion tutorial: https://book.encointer.org/tutorials-democracy.html