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

Mainnet Dencun Hardfork configs #142

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions mainnet/nethermind/chainspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@
"eip3855TransitionTimestamp": "0x649C5DAE",
"eip3651TransitionTimestamp": "0x649C5DAE",
"eip3860TransitionTimestamp": "0x649C5DAE",
"eip1153TransitionTimestamp": "0x69551040",
"eip4788TransitionTimestamp": "0x69551040",
"eip4844TransitionTimestamp": "0x69551040",
"eip5656TransitionTimestamp": "0x69551040",
"eip6780TransitionTimestamp": "0x69551040"
"eip1153TransitionTimestamp": "0x673E0C2B",
"eip4788TransitionTimestamp": "0x673E0C2B",
"eip4844TransitionTimestamp": "0x673E0C2B",
"eip5656TransitionTimestamp": "0x673E0C2B",
"eip6780TransitionTimestamp": "0x673E0C2B",
"eip7516TransitionTimestamp": "0x673E0C2B"
},
"genesis": {
"number": "0x0",
Expand Down
5 changes: 2 additions & 3 deletions mainnet/shared/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ CAPELLA_FORK_VERSION: 0x42000004
CAPELLA_FORK_EPOCH: 8100

# Deneb
# 18446744073709551615 is max uint64
# It is set to far future epoch for now
# Date and time (GMT): Wednesday, 20 November 2024 16:20:00
DENEB_FORK_VERSION: 0x42000005
DENEB_FORK_EPOCH: 18446744073709551615
DENEB_FORK_EPOCH: 123075

# Fork choice
# ---------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mainnet/shared/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"terminalTotalDifficulty": 0,
"terminalTotalDifficultyPassed": true,
"shanghaiTime": 1687969198,
"cancunTime": 1767182400
"cancunTime": 1732119595
},
"number": "0x0",
"nonce": "0x1",
Expand Down
17 changes: 14 additions & 3 deletions mainnet/teku/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ CAPELLA_FORK_VERSION: 0x42000004
CAPELLA_FORK_EPOCH: 8100

# Deneb
# 18446744073709551615 is max uint64
# It is set to far future epoch for now
# Date and time (GMT): Wednesday, 20 November 2024 16:20:00
DENEB_FORK_VERSION: 0x42000005
DENEB_FORK_EPOCH: 18446744073709551615
DENEB_FORK_EPOCH: 123075

# Fork choice
# ---------------------------------------------------------------
Expand Down Expand Up @@ -102,6 +101,8 @@ INACTIVITY_SCORE_RECOVERY_RATE: 16
MIN_PER_EPOCH_CHURN_LIMIT: 4
# 2**16 (= 65,536)
CHURN_LIMIT_QUOTIENT: 65536
# [New in Deneb:EIP7514] 2**3 (= 8)
MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8

# Validator Stakes
# ---------------------------------------------------------------
Expand Down Expand Up @@ -137,3 +138,13 @@ ATTESTATION_SUBNET_EXTRA_BITS: 0
# ceillog2(ATTESTATION_SUBNET_COUNT) + ATTESTATION_SUBNET_EXTRA_BITS
ATTESTATION_SUBNET_PREFIX_BITS: 6
MIN_EPOCHS_FOR_BLOCK_REQUESTS: 33024

# Deneb
# `2**7` (=128)
MAX_REQUEST_BLOCKS_DENEB: 128
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK
MAX_REQUEST_BLOB_SIDECARS: 768
# `2**12` (= 4096 epochs, ~18 days)
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096
# `6`
BLOB_SIDECAR_SUBNET_COUNT: 6
3 changes: 2 additions & 1 deletion testnet/nethermind/chainspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"eip4788TransitionTimestamp": "0x66EAFDAB",
"eip4844TransitionTimestamp": "0x66EAFDAB",
"eip5656TransitionTimestamp": "0x66EAFDAB",
"eip6780TransitionTimestamp": "0x66EAFDAB"
"eip6780TransitionTimestamp": "0x66EAFDAB",
"eip7516TransitionTimestamp": "0x66EAFDAB"
},
"genesis": {
"number": "0x0",
Expand Down
2 changes: 1 addition & 1 deletion testnet/teku/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ MAX_REQUEST_BLOB_SIDECARS: 768
# `2**12` (= 4096 epochs, ~18 days)
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096
# `6`
BLOB_SIDECAR_SUBNET_COUNT: 6
BLOB_SIDECAR_SUBNET_COUNT: 6