Skip to content

Commit

Permalink
feat: LUKSO Mainnet Dencun Hardfork (#8650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin committed Sep 27, 2024
1 parent 3064bc9 commit 4fa47d1
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ BELLATRIX_FORK_EPOCH: 0
CAPELLA_FORK_VERSION: 0x42000004
CAPELLA_FORK_EPOCH: 8100

# Deneb
# Date and time (GMT): Wednesday, 20 November 2024 16:20:00
DENEB_FORK_VERSION: 0x42000005
DENEB_FORK_EPOCH: 123075

# Fork choice
# ---------------------------------------------------------------
# 40%
Expand Down Expand Up @@ -137,4 +142,16 @@ SUBNETS_PER_NODE: 2
ATTESTATION_SUBNET_COUNT: 64
ATTESTATION_SUBNET_EXTRA_BITS: 0
# ceillog2(ATTESTATION_SUBNET_COUNT) + ATTESTATION_SUBNET_EXTRA_BITS
ATTESTATION_SUBNET_PREFIX_BITS: 6
ATTESTATION_SUBNET_PREFIX_BITS: 6

# 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
# [New in Deneb:EIP7514] 2**3 (= 8)
MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 8

0 comments on commit 4fa47d1

Please sign in to comment.