Mark Spanbroek 3390e21071 [fuzzing] Enable fuzzing for Marketplace
Replaces runtime invariant checks with fuzzing tests,
simplifying the contract code and lowering gas costs.
2023-06-19 14:58:47 +02:00

7 lines
321 B
YAML

# configure Echidna fuzzing tests
testMode: "assertion" # check that solidity asserts are never triggered
multi-abi: true # allow calls to e.g. TestToken in test scenarios
corpusDir: "fuzzing/corpus" # collect coverage maximizing corpus in this dir
format: "text" # disable interactive ui