Skip to content

Commit

Permalink
Merge pull request #16 from ethpandaops/bbusa/eip4844
Browse files Browse the repository at this point in the history
add eip4844 support
  • Loading branch information
barnabasbusa authored Dec 19, 2022
2 parents 0dea85b + bcc2b56 commit b153475
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 7 additions & 3 deletions config-example/cl/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ TERMINAL_BLOCK_HASH_ACTIVATION_EPOCH: 18446744073709551615
CAPELLA_FORK_VERSION: $CAPELLA_FORK_VERSION
CAPELLA_FORK_EPOCH: $CAPELLA_FORK_EPOCH

# Sharding
SHARDING_FORK_VERSION: 0x03001020
SHARDING_FORK_EPOCH: 18446744073709551615
# EIP4844
EIP4844_FORK_VERSION: $EIP4844_FORK_VERSION
EIP4844_FORK_EPOCH: 18446744073709551615

# Time parameters
# ---------------------------------------------------------------
Expand Down Expand Up @@ -64,6 +64,10 @@ MIN_PER_EPOCH_CHURN_LIMIT: 4
# 2**16 (= 65,536)
CHURN_LIMIT_QUOTIENT: 65536

# Fork choice
# ---------------------------------------------------------------
# 40%
PROPOSER_SCORE_BOOST: 40

# Deposit contract
# ---------------------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions config-example/values.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
export CHAIN_ID="42424243"
export DEPOSIT_CONTRACT_ADDRESS="0x4242424242424242424242424242424242424242"
export EL_AND_CL_MNEMONIC="ball wing grant zero upon brave kind cube start pass evoke domain tell length badge deliver divide payment because section mistake equal claim company"
export CL_EXEC_BLOCK="0x0000000000000000000000000000000000000000000000000000000000000000"
export CL_EXEC_BLOCK="0"
export DEPOSIT_CONTRACT_BLOCK="0"
export NUMBER_OF_VALIDATORS=64
export GENESIS_FORK_VERSION="0x10000040"
export ALTAIR_FORK_VERSION="0x20000040"
export BELLATRIX_FORK_VERSION="0x30000040"
export CAPELLA_FORK_VERSION="0x40000040"
export CAPELLA_FORK_EPOCH="5"
export WITHDRAWAL_TYPE="0x01"
export EIP4844_FORK_VERSION="0x50000040"
export WITHDRAWAL_TYPE="0x00"
export WITHDRAWAL_ADDRESS=0xf97e180c050e5Ab072211Ad2C213Eb5AEE4DF134
export BEACON_STATIC_ENR="enr:-Iq4QMCTfIMXnow27baRUb35Q8iiFHSIDBJh6hQM5Axohhf4b6Kr_cOCu0htQ5WvVqKvFgY28893DHAg8gnBAXsAVqmGAX53x8JggmlkgnY0gmlwhLKAlv6Jc2VjcDI1NmsxoQK6S-Cii_KmfFdUJL2TANL3ksaKUnNXvTCv1tLwXs0QgIN1ZHCCIyk"
export GENESIS_TIMESTAMP=1671192368
Expand Down

0 comments on commit b153475

Please sign in to comment.