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

Implement EIP3554 #1245

Merged
merged 1 commit into from
May 9, 2021
Merged

Implement EIP3554 #1245

merged 1 commit into from
May 9, 2021

Conversation

jochem-brouwer
Copy link
Member

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.

@codecov
Copy link

codecov bot commented May 9, 2021

Codecov Report

Merging #1245 (b2d13a9) into master (dfc25ee) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Impacted file tree graph

Flag Coverage Δ
block 82.92% <100.00%> (+0.26%) ⬆️
blockchain 84.16% <ø> (ø)
client 84.72% <ø> (+0.03%) ⬆️
common 88.07% <ø> (+0.67%) ⬆️
devp2p 84.13% <ø> (+0.02%) ⬆️
ethash 82.08% <ø> (ø)
tx 88.68% <ø> (ø)
vm 81.05% <ø> (ø)

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": []
Copy link
Member Author

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?).

Copy link
Member

Choose a reason for hiding this comment

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

Hmm, interesting.

Copy link
Member

@holgerd77 holgerd77 left a 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. 😄

@holgerd77 holgerd77 merged commit da5919f into master May 9, 2021
@holgerd77 holgerd77 deleted the eip3554 branch May 9, 2021 14:32
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.

3 participants