mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 14:28:37 +00:00
#6296: Deterministic RNG in peer DAS publish block tests Made test functions to call publish-block APIs with true for the deterministic RNG boolean parameter while production code with false. This will deterministically shuffle columns for unit tests under broadcast_validation_tests.rs.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1417,6 +1417,7 @@ dependencies = [
|
||||
"monitoring_api",
|
||||
"network",
|
||||
"operation_pool",
|
||||
"rand 0.8.5",
|
||||
"sensitive_url",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
||||
Reference in New Issue
Block a user