Commit 5a459914 authored by Nico Flaig's avatar Nico Flaig Committed by GitHub

feat: lodestar persists invalid ssz objects by default (#730)

Would be good to have invalid ssz objects persisted by default in case
there is a consensus bug or other issue. There is not much downside to
this besides slight storage increase but since states / blocks are
generally small on devnets this shouldn't matter, also we prune objects
after some time (15 days).
parent 28b67cd1
......@@ -269,6 +269,7 @@ def get_beacon_config(
"--port={0}".format(discovery_port),
"--discoveryPort={0}".format(discovery_port),
"--dataDir=" + BEACON_DATA_DIRPATH_ON_SERVICE_CONTAINER,
"--chain.persistInvalidSszObjects=true",
"--eth1.depositContractDeployBlock=0",
"--network.connectToDiscv5Bootnodes=true",
"--discv5=true",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment