interledger / interledger-rs

An easy-to-use, high-performance Interledger implementation written in Rust
http://interledger.rs
Other
201 stars 70 forks source link

stream: Allow fuzzing for Unknown Data (ErrorCode and FrameType) #719

Closed whalelephant closed 3 years ago

whalelephant commented 3 years ago

cc: #705

This PR addresses:

koivunej commented 3 years ago

Could you add a similar test run for the roundtrip-only below this: https://github.com/interledger-rs/interledger-rs/blob/f054cad6beb12c5d4bf83c5456fbfb2e28c61f65/.github/workflows/ci.yml#L70

koivunej commented 3 years ago

Going ahead of merge slightly ahead of 24h as this only changes the feature = "strict" and adds the feature = "roundtrip-only" functionality.