mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-08 00:03:07 +00:00
Replaces runtime invariant checks with fuzzing tests, simplifying the contract code and lowering gas costs.
7 lines
321 B
YAML
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
|