crytic / medusa

Parallelized, coverage-guided, mutational Solidity smart contract fuzzing, powered by go-ethereum
https://secure-contracts.com/program-analysis/medusa/docs/src/
GNU Affero General Public License v3.0
306 stars 41 forks source link

Tell the user when the corpus is fully replayed #432

Closed bsamuels453 closed 3 months ago

bsamuels453 commented 3 months ago

console.log baby

0xalpharush commented 3 months ago

Add a log between when the corpus starts and reports the health letting the user know the corpus has been replayed here https://github.com/crytic/medusa/blob/master/fuzzing/fuzzer.go#L761

0xalpharush commented 3 months ago

closed by https://github.com/crytic/medusa/pull/453