mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-04 14:23:10 +00:00
Replaces runtime invariant checks with fuzzing tests, simplifying the contract code and lowering gas costs.
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
echidna-test . --contract FuzzMarketplace --config fuzzing/echidna.yaml
|