ithacaxyz / op-rs

Apache License 2.0
58 stars 6 forks source link

feat(net): Arbitrary Payload Types #68

Closed refcell closed 2 months ago

refcell commented 2 months ago

Description

Implement arbitrary::Arbitrary over payload types in the net crate, starting with the PayloadHash type.

Additional Context

arbitrary::Arbitrary has already been implemented for a few other types with arbtest property testing.