status-im / infra-role-beacon-node-linux

Ansible role for Nimbus Eth2 beacon node on Linux
https://github.com/status-im/nimbus-eth2
1 stars 4 forks source link

add beacon_node_light_client_data_* variables #7

Closed etan-status closed 2 years ago

etan-status commented 2 years ago

To control the --serve-light-client-data and --import-light-client-data flags.

Note: These new flags are only available on unstable at this time. stable does not support them yet.

jakubgs commented 2 years ago

Wait, what format data does the --import-light-client-data= flag expect?

etan-status commented 2 years ago

https://github.com/status-im/nimbus-eth2/blob/unstable/beacon_chain/conf.nim#L438

One of:

It's only on unstable so far, not yet available on testing or stable.

etan-status commented 2 years ago

Yep, or we can also just wait until the new flags have propagated far enough. Will update this again once that is the case.

etan-status commented 2 years ago
etan-status commented 2 years ago