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

Add difficulty bomb info to frontier-thawing #6644

Merged
merged 2 commits into from
Jun 13, 2022
Merged

Conversation

zjiekai
Copy link
Contributor

@zjiekai zjiekai commented Jun 11, 2022

Description

There seeems to be this misconception that eip-2 introduced the difficulty bomb.

the client will calculate the difficulty based on a fake block number suggesting the client that the difficulty bomb is adjusting around 6 million blocks later than previously specified with the Homestead fork.

ethereum/EIPs#1234

Due to the "difficulty bomb" (also known as the "ice age"), introduced in EIP #2, an artificial exponential increase in difficulty until chain freeze,

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1227.md

When looking into the homestead fork (specified in eip-2), it seems that the difficulty change has nothing to do with the difficulty bomb. The difficulty bomb was introduced in the frontier-thawing fork.

starting from block 200,000 (very roughly 17 days from now), the difficulty will undergo an exponential increase which will only become noticeable in about a year.

https://blog.ethereum.org/2015/08/04/ethereum-protocol-update-1/

A hard fork of Ethereum at block 200,000 to introduce an exponential difficulty increase (aka difficulty bomb), motivating a transition to proof-of-stake.

https://ethereum.org/en/glossary/#ice-age

This information is already in the eth.org site at the ice-age glossary. It's nice to have this at the history page.

There are 2 blog posts about the frontier-thawing fork. This PR adds the link to the other one.

@gatsby-cloud
Copy link

gatsby-cloud bot commented Jun 11, 2022

Gatsby Cloud Build Report

ethereum-org-website-dev

🎉 Your build was successful! See the Deploy preview here.

Build Details

View the build logs here.

🕐 Build time: 28m

Performance

Lighthouse report

Metric Score
Performance 🔶 20
Accessibility 💚 91
Best Practices 💚 100
SEO 💚 92

🔗 View full report

Copy link
Contributor

@minimalsm minimalsm left a comment

Choose a reason for hiding this comment

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

Thanks @zjiekai 😀

@minimalsm minimalsm merged commit 800131a into ethereum:dev Jun 13, 2022
@minimalsm minimalsm mentioned this pull request Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants