Skip to content

Commit d848349

Browse files
authored
testnet config updates (#9049)
Signed-off-by: Paul Harris <paul.harris@consensys.net>
1 parent 698c688 commit d848349

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/holesky.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DENEB_FORK_EPOCH: 29696
3939

4040
# Electra
4141
ELECTRA_FORK_VERSION: 0x06017000
42-
ELECTRA_FORK_EPOCH: 18446744073709551615
42+
ELECTRA_FORK_EPOCH: 115968
4343

4444
# Time parameters
4545
# ---------------------------------------------------------------
@@ -117,16 +117,20 @@ ATTESTATION_SUBNET_PREFIX_BITS: 6
117117
# Deneb
118118
# `2**7` (=128)
119119
MAX_REQUEST_BLOCKS_DENEB: 128
120+
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK
121+
MAX_REQUEST_BLOB_SIDECARS: 768
120122
# `2**12` (= 4096 epochs, ~18 days)
121123
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096
122124
# `6`
123125
BLOB_SIDECAR_SUBNET_COUNT: 6
124126
# `uint64(6)`
125127
MAX_BLOBS_PER_BLOCK: 6
126-
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK
127-
MAX_REQUEST_BLOB_SIDECARS: 768
128128

129129
# Electra
130+
# 2**7 * 10**9 (= 128,000,000,000)
131+
MIN_PER_EPOCH_CHURN_LIMIT_ELECTRA: 128000000000
132+
# 2**8 * 10**9 (= 256,000,000,000)
133+
MAX_PER_EPOCH_ACTIVATION_EXIT_CHURN_LIMIT: 256000000000
130134
# `9`
131135
BLOB_SIDECAR_SUBNET_COUNT_ELECTRA: 9
132136
# `uint64(9)`

ethereum/spec/src/main/resources/tech/pegasys/teku/spec/config/configs/sepolia.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ DENEB_FORK_EPOCH: 132608
3838

3939
# Electra
4040
ELECTRA_FORK_VERSION: 0x90000074
41-
ELECTRA_FORK_EPOCH: 18446744073709551615
41+
ELECTRA_FORK_EPOCH: 222464
4242

4343
# Time parameters
4444
# ---------------------------------------------------------------
@@ -73,6 +73,12 @@ MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8
7373
# ---------------------------------------------------------------
7474
# 40%
7575
PROPOSER_SCORE_BOOST: 40
76+
# 20%
77+
REORG_HEAD_WEIGHT_THRESHOLD: 20
78+
# 160%
79+
REORG_PARENT_WEIGHT_THRESHOLD: 160
80+
# `2` epochs
81+
REORG_MAX_EPOCHS_SINCE_FINALIZATION: 2
7682

7783
# Deposit contract
7884
# ---------------------------------------------------------------
@@ -110,14 +116,14 @@ ATTESTATION_SUBNET_PREFIX_BITS: 6
110116
# Deneb
111117
# `2**7` (=128)
112118
MAX_REQUEST_BLOCKS_DENEB: 128
119+
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK
120+
MAX_REQUEST_BLOB_SIDECARS: 768
113121
# `2**12` (= 4096 epochs, ~18 days)
114122
MIN_EPOCHS_FOR_BLOB_SIDECARS_REQUESTS: 4096
115123
# `6`
116124
BLOB_SIDECAR_SUBNET_COUNT: 6
117-
# `6`
125+
# `uint64(6)`
118126
MAX_BLOBS_PER_BLOCK: 6
119-
# MAX_REQUEST_BLOCKS_DENEB * MAX_BLOBS_PER_BLOCK
120-
MAX_REQUEST_BLOB_SIDECARS: 768
121127

122128
# Electra
123129
# 2**7 * 10**9 (= 128,000,000,000)

0 commit comments

Comments
 (0)