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

Fix mainnet genesis configuration #1434

Conversation

pipermerriam
Copy link
Member

What was wrong?

The parameters for our mainnet genesis were incorrect.

How was it fixed?

Updated to use correct genesis parameters.

Cute Animal Picture

squirrel-pumpkin-funny-photography-max-ellis-5

@pipermerriam pipermerriam force-pushed the piper/fix-mainnet-genesis-configuration branch from 85fd8eb to 5c17e70 Compare October 25, 2018 18:46
(b'\xff' * 320, None, ADDRESS_2, True, 54888),
(b'\xff' * 32, None, ADDRESS_2, True, 35333),
(b'\xff' * 32, None, ADDRESS_2, False, 35345),
(b'\xff' * 320, None, ADDRESS_2, True, 54840),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These gas numbers changed because the genesis difficulty they are operating against changed which changes the gas limit for the pending_header that the estimation is done against.

Copy link
Contributor

@carver carver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops 👍

@pipermerriam pipermerriam merged commit 51d59fb into ethereum:master Oct 25, 2018
@pipermerriam pipermerriam deleted the piper/fix-mainnet-genesis-configuration branch October 25, 2018 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants