echidna-action icon indicating copy to clipboard operation
echidna-action copied to clipboard

GitHub Action to run Echidna, the Ethereum smart contract fuzzer

Results 6 echidna-action issues
Sort by recently updated
recently updated
newest added

[Since rpc configs were added to CLI](https://github.com/crytic/echidna/pull/1194), once a new release is made to latest tag, we can add these to github inputs as well. Closes #19

It would be great to have a way to configure an RPC URL and block number, to be able to use the RPC mode

`multi-abi` got renamed to `all-contracts` recently; we should add support for the new option.

It would be nice to have the ability to only install echidna to then be able to use/call it via other scripts, the same that [foundry-toolchain](https://github.com/foundry-rs/foundry-toolchain) allows it. In my...

set-output is being deprecated, we should replace its usage with the newer alternative https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/