Fix for #6296: Deterministic RNG in peer DAS publish block tests (#7192)

#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:
SunnysidedJ
2025-04-09 16:35:15 +01:00
committed by GitHub
parent 759b0612b3
commit d96b73152e
9 changed files with 36 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -1417,6 +1417,7 @@ dependencies = [
"monitoring_api",
"network",
"operation_pool",
"rand 0.8.5",
"sensitive_url",
"serde",
"serde_json",