-
Notifications
You must be signed in to change notification settings - Fork 784
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
Implement EIP3554 #1245
Implement EIP3554 #1245
Conversation
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
@@ -3,5 +3,13 @@ | |||
"comment": "HF to delay the difficulty bomb", | |||
"url": "https://eips.ethereum.org/EIPS/eip-2384", | |||
"status": "Final", | |||
"eips": [] |
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.
Had to remove this field, otherwise the difficulty bomb delay as reported by param()
in Common yields the Constantinople one (probably a bug?).
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.
Hmm, interesting.
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.
LGTM, cool, all EIPs together!!! 🎉
Congrats. 😄
This EIP is scheduled for London (please note that the Eth1 spec is outdated, it points to an EIP where the writer is currently not available, so a new EIP was created).
This also cleanups some code in block where the delay logic was copied (>= Byzantium). It is now a parameter in Common.