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

Hardcode Bellatrix Terminal Blocks for all known networks #8943

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

zilm13
Copy link
Contributor

@zilm13 zilm13 commented Dec 19, 2024

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

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

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

@zilm13 zilm13 mentioned this pull request Dec 19, 2024
3 tasks
@zilm13
Copy link
Contributor Author

zilm13 commented Dec 20, 2024

I will fix the tests, of course

@zilm13
Copy link
Contributor Author

zilm13 commented Jan 6, 2025

Ready for review

Copy link
Contributor

@tbenr tbenr left a 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

@zilm13
Copy link
Contributor Author

zilm13 commented Jan 8, 2025

@tbenr nice catch, I will think how to make it less noisy

Copy link
Contributor

@tbenr tbenr left a comment

Choose a reason for hiding this comment

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

LGTM

@tbenr tbenr changed the title Hardcode Bellatrix TTD blocks for all known networks Hardcode Bellatrix Terminal Blocks for all known networks Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants