-
Notifications
You must be signed in to change notification settings - Fork 784
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
Deposit contract address cli flag #939
Comments
@mpetrunic have you considered using the eth2-testnets format to define testnets? We can take a We also have an
|
Can I configure genesis with 8 interop validators preloaded like with "recent" subcommand? |
Hmm, I haven't used |
Yeah, we are trying to have working chain with preloaded interop validators at genesis state while being able to add new validators trough deposit contract on private eth1 chain. Here is working docker-compose: https://github.com/NodeFactoryIo/ChainGuardian/blob/mpetrunic/lighthouse/docker-compose.yml |
@paulhauner @AgeManning but it seems that it's not tracking eth1 chain and deposits. Keep getting this error message:
|
I ran the docker-compose and it seems that the issue is because when the compose environment comes up, it deploys the deposit contract then immediately starts Lighthouse. Since the configuration sets See the following logs, when eth1 block #14 is the latest block we get the "No valid eth1_data votes" error. As soon as block #15 reaches the canonical chain (blocks are zero-indexed, so this means 16 blocks exist) we stop getting the error.
|
@mpetrunic, are you still in need of this flag or does the testnet directory suffice? :) |
Testnet directory will suffice once we figure out eth1 data votes an deposits 😄 |
Ok, thanks! I'll close this for now, feel free to reopen if you wish. |
Description
It would be nice if we could use "recent" generated state with custom deposit address.
Present Behaviour
Currently we can either:
Expected Behaviour
--deposit-contract-address 0x...
should override deposit contract address in generated yaml file.Steps to resolve
Implement flag.
The text was updated successfully, but these errors were encountered: