-
Notifications
You must be signed in to change notification settings - Fork 897
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
add sepolia mergeNetSplit block #4158
Conversation
8c003b9
to
4868c91
Compare
@@ -12,7 +12,7 @@ | |||
"istanbulBlock": 0, | |||
"berlinBlock": 0, | |||
"londonBlock": 0, | |||
"parisBlock": 1000, | |||
"mergeNetSplitBlock": 1000, |
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.
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...
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.
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.
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.
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>
faf8772
to
156dad8
Compare
Signed-off-by: garyschulte <garyschulte@gmail.com>
* 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>
Signed-off-by: garyschulte garyschulte@gmail.com
PR description
Add sepolia fork next, aka mergeNetSplitBlock. see ethereum/execution-specs#564
Also:
Fixed Issue(s)
fixes #4157
Documentation
doc-change-required
label to this PR ifupdates are required.
Changelog