Closed refcell closed 2 months ago
Implement arbitrary::Arbitrary over payload types in the net crate, starting with the PayloadHash type.
arbitrary::Arbitrary
net
PayloadHash
arbitrary::Arbitrary has already been implemented for a few other types with arbtest property testing.
arbtest
Description
Implement
arbitrary::Arbitrary
over payload types in thenet
crate, starting with thePayloadHash
type.Additional Context
arbitrary::Arbitrary
has already been implemented for a few other types witharbtest
property testing.