Commit Graph

141 Commits (468def9b81451408d1c015dd3fe090c8756e55c8)

Author SHA1 Message Date
JP Smith 468def9b81 rewrite echidna to work better 6 years ago
JP Smith 3f7308c7d6 fix build 4: return of the son of fix build 6 years ago
ggrieco-tob 215dd211fd
Force stdout flush to fix #120 6 years ago
JP Smith 2e4eea94c2 keep results after tx revert 6 years ago
JP Smith 873b4917f9 remove need for redundant filename specification 6 years ago
JP Smith 87b30176ad export VMState constructor, not just type 6 years ago
Ben Perez 77e350405f Fixed export in coverage 6 years ago
Ben Perez f5c47149b2 Changed coverage to use pc's again until memory leak in arc coverage is fixed 6 years ago
JP Smith 4ba0b11565 make addsolidity's type way more useful 6 years ago
Ben Perez f7506e905c Fixed redundant import, added bang patterns to Coverage, added compiler flags -O2 and -threaded 6 years ago
Ben Perez dcaca753a8 Fixed imports and added Coverage.hs 6 years ago
er5 96f084c850
fixed function changeList 6 years ago
er5 d6fc180798
clearer message for OnlyTests 6 years ago
er5 ab73d727a8 added case to fix bug #97 6 years ago
Ben Perez a4ecf49abf Factored out coverage from exec 6 years ago
Ben Perez d7d3819d05 fixed memory leak in coverage 6 years ago
Ben Perez ef0ab29271 fixed parse error in Config.hs 6 years ago
Ben Perez 637af94275 Fixed redundant import and variable name 6 years ago
Ben Perez a2bcb7973b Reduced memory usage of gastest-exe. Changed Echidna.ABI to not generate intermediate arrays 6 years ago
Ben Perez 6c82a1ccae Fixed no abi error to work for perprop and echidna-test 6 years ago
JP Smith 6a7d9bba99 remove unnecessary IO for setCover/getCover 6 years ago
JP Smith a1c8ff3e44 whoops left a swapfile 6 years ago
JP Smith 59c145a805 warn on empty tests too 6 years ago
JP Smith d3c29af8fa use null 6 years ago
JP Smith 098dbaa8bb warn when ABI isn't present, indicating bad constructor 6 years ago
Ben Perez ac6cb5b60b Removed commented out code 6 years ago
Ben Perez 6b157cb754 JSON now outputs as-completed instead of in bulk 6 years ago
Ben Perez d2d8d4f71d Added option to turn on JSON output in Main.hs, removed json logic from Solidity.hs 6 years ago
Ben Perez 6bf931a010 Can now choose to output only JSON corresponding to test output 6 years ago
JP Smith ef73405578 start adding perprop executable 6 years ago
JP Smith 7907086ecc use config to decide when to print 6 years ago
JP Smith 33375d6418 print arc coverage as JSON 6 years ago
JP Smith a850fb2e34 massive coverage refactor 6 years ago
JP Smith 630866bc1e use type for points of coverage 6 years ago
JP Smith aa472a1377 track coverage by hash and print it 6 years ago
JP Smith bcd9f1a63e fix property type parsing 6 years ago
JP Smith 74a355e8b1
Fix minor typo in Property.hs 6 years ago
JP Smith a5f40a8234 add prefix config, clean up config types 6 years ago
JP Smith 79623a862e in which our hero still cannot web merge 6 years ago
ggrieco-tob eb1bc08e55
added a parameter to limit the shrinking (#69) 6 years ago
JP Smith d501d802cc remove unnecessary do ugh 6 years ago
ggrieco-tob 015437b7b5
Improved and standardized properties (#68) 6 years ago
JP Smith f222c8df81 fix bad merge 6 years ago
JP Smith 5aa4aabbd6 mtl style everywhere 6 years ago
JP Smith 0f58478773 remove swapfile oops 6 years ago
JP Smith 8399cd6597 remove deprecated functions from Exec.hs 6 years ago
JP Smith 49fd5e17af hlint clean 6 years ago
JP Smith cb0238b533 fixed config parsing 6 years ago
Ben Perez d209101b7f Added functionality for adding whitelist of addresses to the config file, which will force Gen to only choose from that list when creating tests. Also updated README 6 years ago
Ben Perez f62e5c8ae1 Added sender and contract address fields to the config, changed EVM initialization to take these into account 6 years ago