https://github.com/crytic/addressarrayutils_demo
Demonstration for using echidna to test a Solidity library
https://github.com/crytic/addressarrayutils_demo
Last synced: over 1 year ago
JSON representation
Demonstration for using echidna to test a Solidity library
- Host: GitHub
- URL: https://github.com/crytic/addressarrayutils_demo
- Owner: crytic
- Created: 2021-02-03T15:29:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T17:00:43.000Z (over 5 years ago)
- Last Synced: 2025-01-11T09:51:44.761Z (over 1 year ago)
- Language: Solidity
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# addressarrayutils_demo
Demonstration of echidna testing for a library
To use the crytic_assert.sol variant, you'll need to add "checkAsserts: true" to the yaml file.
To restore the original hasDuplicate bug, remove the code [here](https://github.com/crytic/addressarrayutils_demo/blob/628cb382cfc895961e23ea446a97aa5820eb7ff8/contracts/AddressArrayUtils.sol#L300-L302).