mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Add feature flag for writing ssz pre/post to disk (#1046)
This commit is contained in:
@@ -11,6 +11,9 @@ path = "src/lib.rs"
|
||||
[dev-dependencies]
|
||||
node_test_rig = { path = "../tests/node_test_rig" }
|
||||
|
||||
[features]
|
||||
write_ssz_files = ["beacon_chain/write_ssz_files"] # Writes debugging .ssz files to /tmp during block processing.
|
||||
|
||||
[dependencies]
|
||||
eth2_config = { path = "../eth2/utils/eth2_config" }
|
||||
beacon_chain = { path = "beacon_chain" }
|
||||
|
||||
Reference in New Issue
Block a user