Rewrite block::tests::generate
as proptest strategies.
#919
Labels
A-rust
Area: Updates to Rust code
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-needs-test
Call for participation: Writing correctness tests
As noted in 64d9d55, the existing
generate
functionality would be better expressed as a collection of proptest strategies, so that it's composable with other test code.These strategies should be exposed as part of the crate API in test mode, so that they can be used by other crates (particularly
zebra_consensus
.The text was updated successfully, but these errors were encountered: