Skip to content

Commit

Permalink
fix: add --contract-deployment-block parameter for Prysm (#557)
Browse files Browse the repository at this point in the history
This parameter is important. Prism will handle deposit logs from
`--contract-deployment-block` to the latest block. If this parameter is
missed, Prysm's proposed block's eth1 data will have no deposit data.

The default value is 11184524, which is used for the mainnet.


https://github.com/ethpandaops/dencun-devnets/blob/master/ansible/inventories/devnet-12/group_vars/prysm.yaml#L52C5-L52C33

Signed-off-by: lyfsn <dev.wangyu@proton.me>
  • Loading branch information
lyfsn committed Apr 15, 2024
1 parent eac9148 commit d8dfbae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cl/prysm/prysm_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def get_beacon_config(
+ constants.GENESIS_CONFIG_MOUNT_PATH_ON_CONTAINER
+ "/genesis.ssz",
)
cmd.append("--contract-deployment-block=0")
if (
network == constants.NETWORK_NAME.kurtosis
or constants.NETWORK_NAME.shadowfork in network
Expand Down

0 comments on commit d8dfbae

Please sign in to comment.