-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Final tweaks for Kusama PrePos. #499
Conversation
andresilva
left a comment
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.
Do we also want to allow extrinsics targeting the Democracy module?
|
i was going to open up democracy and council once it was clear that elections works. |
|
One more thing that might be helpful... |
| Call::Staking(_) | Call::Claims(_) | Call::Sudo(_) | Call::Session(_) | ||
| | Call::ElectionsPhragmen(_) | ||
| | Call::ElectionsPhragmen(_) | Call::TechnicalMembership(_) | ||
| | Call::TechnicalCommittee(_) |
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.
Do we need to enable Call::Council(_) as well?
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.
Nevermind, I see that getting into the council will go through ElectionsPhragmen
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.
not yet - we can do that once we actually want to have the council do stuff. but i'd prefer to test things one at a time first.
* Final tweaks for Kusama PrePos. * Replace old code * Extra utility function. * Update to latest Substrate * Update to latest again
* use best block state to craft message relay transactions * removed obsolete TODO * Update relays/messages-relay/src/message_race_loop.rs Co-authored-by: Hernando Castano <[email protected]> Co-authored-by: Hernando Castano <[email protected]>
* use max_block_proposal_slot_portion * remove patch now that Substrate PR is merged Co-authored-by: Robert Habermeier <[email protected]>
PrePoS parameters: