Skip to content
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

create-genesis-and-keys: Set DPARAM to 1 at genesis. #402

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shlevy
Copy link

@shlevy shlevy commented Apr 14, 2022

We can't set up the stake pools until after we're in Shelley, but
decentralisationParam takes effect immediately. This results in the
initial Shelley epochs having too few blocks, breaking invariants.

New testnets should wait until stake pools are up and running and then
update the decentralisationParam with an update proposal (perhaps at
the same time as the move to Allegra)

We can't set up the stake pools until after we're in Shelley, but
decentralisationParam takes effect immediately. This results in the
initial Shelley epochs having too few blocks, breaking invariants.

New testnets should wait until stake pools are up and running and then
update the decentralisationParam with an update proposal (perhaps at
the same time as the move to Allegra)
@shlevy
Copy link
Author

shlevy commented Apr 14, 2022

@jbgi FYI

@shlevy
Copy link
Author

shlevy commented Apr 14, 2022

Draft while I'm testing.

@shlevy
Copy link
Author

shlevy commented Apr 14, 2022

@disassembler thinks this shouldn't be in here, but I'm confused as to how it could ever be right to start Shelley with decentralisationParam != 1

@shlevy shlevy marked this pull request as ready for review April 15, 2022 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant