stellar / rs-soroban-env

Rust environment for Soroban contracts.
Apache License 2.0
60 stars 40 forks source link

Add some byte literals to fuzz input args #1303

Closed graydon closed 8 months ago

graydon commented 8 months ago

This is a slight enhancement of the fuzzer which slightly boosts coverage, by giving the fuzzer the ability to directly pass through some byte literals as BytesObject arguments, which it can then use in a variety of contexts.