echidna
echidna copied to clipboard
Feature Request: Aliases for addresses in echidna's output
It would be nice to have to option to use aliases for addresses.
- It's easier to recognize which contract/EOA is being used
- Keeps the UI cleaner (makes the lines shorter)
Example
testDeposit(<TargetContract>,123,123,<Attacker>,true)
This could possibly be combined with: https://github.com/crytic/echidna/issues/861
Related to #273
Foundry has a vm.label cheatcode that does this and would improve Echidna's parity https://book.getfoundry.sh/cheatcodes/label?highlight=labe#label
This is already supported :tada: