-
Notifications
You must be signed in to change notification settings - Fork 302
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
Hardcode Bellatrix Terminal Blocks for all known networks #8943
base: master
Are you sure you want to change the base?
Conversation
I will fix the tests, of course |
Ready for review |
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.
The annoying effect with this is that we are going to print the warning at startup
2025-01-07 15:19:26.425 WARN - Bellatrix parameter TERMINAL_BLOCK_HASH has been overridden to 0x55b11b918355b1ef9c5db810302ebad0bf2544255b530cdce90674d5887bb286
2025-01-07 15:19:26.425 WARN - Bellatrix parameter TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH has been overridden to 146875
we could demote the log to INFO .. or print those only of they have been changed from the default but don't know if this approach become too complex
@tbenr nice catch, I will think how to make it less noisy |
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
PR Description
Links for verification:
Mainnet:
https://beaconcha.in/block/15537394
Sepolia:
https://sepolia.etherscan.io/block/1450409
Gnosis:
https://gnosisscan.io/block/25349537
Chiado
https://beacon.chiadochain.net/slot/436224
May worth updating docs and changelog
Fixed Issue(s)
Documentation
doc-change-required
label to this PR if updates are required.Changelog