Feature gate test CLI flags (#8231)

Closes #6980


  I think these flags may be useful in future peerdas / das testing, and would be useful to keep. Hence I've gated them behind a `testing` feature flag.


Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Jimmy Chen
2025-10-20 14:14:16 +11:00
committed by GitHub
parent 2f8587301d
commit da93b89e90
4 changed files with 19 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ path = "src/lib.rs"
write_ssz_files = [
"beacon_chain/write_ssz_files",
] # Writes debugging .ssz files to /tmp during block processing.
testing = [] # Enables testing-only CLI flags
[dependencies]
account_utils = { workspace = true }