-
Notifications
You must be signed in to change notification settings - Fork 5
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
nimbus.kiln: enable --*-light-client-data #89
Conversation
|
|
|
Signed-off-by: Etan Kissling <[email protected]>
|
@@ -38,12 +38,15 @@ geth_websocket_port: '{{ 9546 + idx|int + 1 }}' | |||
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-devauth-{{ "%02d"|format(idx|int+1) }}' | |||
beacon_node_network: 'kiln' | |||
beacon_node_proposer_boosting_debug: true | |||
# FIXME: Pinned because bf127920 breaks the testnet config. | |||
beacon_node_repo_branch: 'a35c5f83a8f7880165e19784f73463663db9fdd8' | |||
beacon_node_repo_branch: 'kiln-dev-auth' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kiln-dev-auth
head is the branch to use for kiln network. The issue highlighted in comment has been fixed:
https://github.com/status-im/nimbus-eth2/blob/7054421a8379e1ebffa76a962b45314232482e6c/beacon_chain/networking/network_metadata.nim#L208
kiln-dev-auth
also supports light client data config:
https://github.com/status-im/nimbus-eth2/blob/7054421a8379e1ebffa76a962b45314232482e6c/beacon_chain/conf.nim#L429-L440
When I try to deploy this I get:
If I try to start from a fresh DB I get:
So the current state of |
Deployment worked after merging status-im/nimbus-eth2#3549:
|
No description provided.