You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was using the local testnet setup from the repository and it does not work if the capella fork is enabled at epoch 0. The bash script fails to load the genesis.ssz file to update the time in setup_time.sh.
Version
Main
Present Behaviour
The local testnet script cannot start a network with Capella enabled from genesis.
Expected Behaviour
I would expect that the local script could start a network with both Capella and Deneb enabled at genesis.
Steps to resolve
$ cd ./scripts/local_testnet
Update CAPELLA_FORK_EPOCH in vars.env to 0 and run:
./start_local_testnet.sh genesis.json
The text was updated successfully, but these errors were encountered:
Description
Hello, I was using the local testnet setup from the repository and it does not work if the capella fork is enabled at epoch 0. The bash script fails to load the
genesis.ssz
file to update the time insetup_time.sh
.Version
Main
Present Behaviour
The local testnet script cannot start a network with Capella enabled from genesis.
Expected Behaviour
I would expect that the local script could start a network with both Capella and Deneb enabled at genesis.
Steps to resolve
Update
CAPELLA_FORK_EPOCH
invars.env
to 0 and run:The text was updated successfully, but these errors were encountered: