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 Holesky Deneb Epoch #13506

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Add Holesky Deneb Epoch #13506

merged 3 commits into from
Jan 23, 2024

Conversation

terencechain
Copy link
Member

@terencechain terencechain requested a review from a team as a code owner January 23, 2024 16:22
@terencechain terencechain added the Ready For Review A pull request ready for code review label Jan 23, 2024
@@ -36,7 +34,7 @@ func HoleskyConfig() *BeaconChainConfig {
cfg.BellatrixForkVersion = []byte{0x3, 0x1, 0x70, 0x0}
cfg.CapellaForkEpoch = 256
cfg.CapellaForkVersion = []byte{0x4, 0x1, 0x70, 0x0}
cfg.DenebForkEpoch = math.MaxUint64
cfg.DenebForkEpoch = 29696
cfg.DenebForkVersion = []byte{0x40, 0x1, 0x70, 0x0}
Copy link
Member

Choose a reason for hiding this comment

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

This fork version looks wrong. Should it be DENEB_FORK_VERSION: 0x05017000 ?

Copy link
Member

@prestonvanloon prestonvanloon left a comment

Choose a reason for hiding this comment

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

Please check deneb fork version per https://github.com/eth-clients/holesky/blob/9d9aabf2d4de51334ee5fed6c79a4d55097d1a43/custom_config_data/config.yaml#L37

Please update holesky testnet config in WORKSPACE

prysm/WORKSPACE

Line 354 in 1df173e

url = "https://github.com/eth-clients/holesky/archive/ea39b9006210848e13f28d92e12a30548cecd41d.tar.gz", # 2023-09-21

config/params/testnet_holesky_config.go Outdated Show resolved Hide resolved
terencechain and others added 2 commits January 23, 2024 10:06
Co-authored-by: Preston Van Loon <[email protected]>
@prestonvanloon prestonvanloon added this pull request to the merge queue Jan 23, 2024
Merged via the queue into develop with commit 8522feb Jan 23, 2024
17 checks passed
@prestonvanloon prestonvanloon deleted the add-holesky-deneb-epoch branch January 23, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants