Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local_testnet script fails to setup a devnet with Capella enabled from genesis #5211

Closed
ferranbt opened this issue Feb 7, 2024 · 4 comments

Comments

@ferranbt
Copy link

ferranbt commented Feb 7, 2024

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 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
@realbigsean
Copy link
Member

Hello!

I believe you need to install the version of lcli from this PR #5137
in order for genesis at capella or deneb to work

@realbigsean
Copy link
Member

That PR should hopefully be merged soon

@ferranbt
Copy link
Author

ferranbt commented Feb 7, 2024

Thank you! Will try that branch tomorrow.

@ferranbt
Copy link
Author

ferranbt commented Feb 8, 2024

It works! Feel free to close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants