Useful Utilities

  • arbitrary crate (for fuzzing structs with constraints)

  • quickcheck (if using property-based testing)

  • proptest (for structured test-case shrinking)

  • scale-info (for dynamically inspecting encoded proposals)

Last updated