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 sepolia mergeNetSplit block #4158

Merged
merged 6 commits into from
Jul 26, 2022

Conversation

garyschulte
Copy link
Contributor

@garyschulte garyschulte commented Jul 22, 2022

Signed-off-by: garyschulte garyschulte@gmail.com

PR description

Add sepolia fork next, aka mergeNetSplitBlock. see ethereum/execution-specs#564

Also:

  • remove terminalBlockNumber from the list of forks (it is informational only)
  • remove paris from list of forkblocks / aliases

Fixed Issue(s)

fixes #4157

Documentation

image

  • I thought about documentation and added the doc-change-required label to this PR if
    updates are required.

Changelog

@garyschulte garyschulte force-pushed the feature/sepolia-fork-id branch from 8c003b9 to 4868c91 Compare July 22, 2022 23:07
@garyschulte garyschulte changed the title add sepolia paris / mergeNetSplit block add sepolia mergeNetSplit block Jul 22, 2022
@@ -12,7 +12,7 @@
"istanbulBlock": 0,
"berlinBlock": 0,
"londonBlock": 0,
"parisBlock": 1000,
"mergeNetSplitBlock": 1000,
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm assuming this is a guess, since merge was later than block 1000. I think this will break Kiln clients, not sure if we care...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, this is just a renaming of the parisBlock, so it shouldn't further break anything. But I will look at other execution clients and see what their mergeNetSplitBlock is for paris just to make sure it is the same.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Signed-off-by: garyschulte <garyschulte@gmail.com>
…nditions test

Signed-off-by: garyschulte <garyschulte@gmail.com>
…kNumber configs for sepolia

Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
Signed-off-by: garyschulte <garyschulte@gmail.com>
@garyschulte garyschulte force-pushed the feature/sepolia-fork-id branch from faf8772 to 156dad8 Compare July 26, 2022 16:37
Signed-off-by: garyschulte <garyschulte@gmail.com>
@garyschulte garyschulte merged commit 01d077b into hyperledger:main Jul 26, 2022
@garyschulte garyschulte deleted the feature/sepolia-fork-id branch July 26, 2022 17:25
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
* add sepolia paris / mergeNetSplit block
* fix test looking for old premerge fork alias, add sepolia terminal conditions test
* rename to mergeNetSplit, ditch the terminalBlockHash and terminalBlockNumber configs for sepolia

Signed-off-by: garyschulte <garyschulte@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Sepolia paris / mergeNetSplit block
3 participants