OffchainLabs / eth-pos-devnet

MIT License
103 stars 124 forks source link

Correct flags #11

Closed saolyn closed 1 year ago

saolyn commented 1 year ago

What type of PR is this?

Fix

What does this PR do? Why is it needed?

This PR updates docker-compose.yml with the correct flags.

Mart1i1n commented 1 year ago

I have trouble when create beancon chain genesis. The logs is msg="Could not generate beacon chain genesis state" error="could not set config params: config name=interop conflicts with existing config named=mainnet: configset cannot add config with conflicting fork version schedule" prefix=genesis

saolyn commented 1 year ago

@Mart1i1n, we are updating the devnet doc here. Make sure you added the following to your config.yml:

# Capella
    CAPELLA_FORK_VERSION: 0x20000092

There is still an ongoing issue with the generated genesis state but we are working on it.

Mart1i1n commented 1 year ago

@saolyn Thanks a lot! It looks fine here.