-
Notifications
You must be signed in to change notification settings - Fork 106
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
Call set_params
for CoreFellowship
#111
Comments
Some handy reference when evaluating:
Values
Execution Info
|
Should we also |
Yeah, that's a good idea. But the origin to retain corresponds to each rank, so we will need to set up a series of referenda to do that. We can schedule them all to enact on the same block. |
These will do all ranks 1-4 but with unsynchronized enactment. Will change the dispatch time to a shared block number once we are ready to submit. Accept all rank 1 Accept all rank 2 Accept all rank 3 Accept all rank 4 Rank 0 doesn't apply IIUC. Ranks 5 and 6 will need public referenda, see next comment below. Calls generated using https://github.com/joepetrowski/core-fellowship-accept-all/ EDIT: Fixed Fellowship tracks (all were |
Public referendum preimage (for Relay Chain) for ranks 5 and 6. Should be on
Someone double check :). @muharem should the origin be |
Referenda are up:
|
Is this really based on collectives parachain blocks as opposed to relay chain blocks? If so, can we fix this (as a followup of course). Using the parachain blocks breaks once we switch to async backing and also prevents core sharing. |
Yeah exactly, that was my plan that when we switch to async backing we will need to update anyway and should switch to using the Relay Chain block number as the "clock" to allow core sharing. |
The
CoreFellowship
was added to the collectives, but theParams
didn't get initialized. The params configure things like the minimum promotion period etc and also things around the salary. As the salary will be set with polkadot-fellows/RFCs#50, we should take the opportunity and also set the other things like the minimum promotion period.CC @muharem @joepetrowski
The text was updated successfully, but these errors were encountered: