You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* init
* invariant testing kinda working
* updates
* fmt
* wip
* wip
* wip
* check if there is a fuzzer for invariants
* less clones
* add support for targetContracts on invariant tests
* move load_contracts
* add TestOptions and invariant_depth as param
* pass TestOptions on fuzz tests
* fuzz senders as well
* light cleanup
* make counterexample list concise
* show reverts on invariants test reports
* add excludeContracts()
* refactor address fetching
* move invariant to fuzz module
* fuzz calldata from state changes
* move block into assert_invariances
* add union between selected senders and random
* fix sender on get_addresses
* wip
* add targetSelectors
* add fail_on_revert for invariant tests
* dont stop on the first invariant failure on each case
* create a new strategy tree if a new contract is created
* only collect contract addresses from NewlyCreated
* display contract and sig on displaying counter example
* add documentation
* generate the sequence lazily instead
* wip
* refactor invariants into multi file module
* refactor get_addresses to get_list
* add test cases
* add reentrancy_strat
* set reentrancy target as an union with random
* merge master
* make call_override a flag
* add inspector_config() and inspector_config_mut()
* always collect data, even without override set
* docs
* more docs
* more docs
* remove unnecessary changeset clone & docs
* refactor +prepare_fuzzing
* more explanations and better var names
* replace TestKindGas for a more generic TestKindReport
* add docs to strategies
* smol fixes
* format failure sequence
* pass TestOptions instead of fuzzer to multicontractrunner
* small fixes
* make counterexample an enum
* add InvariantFailures
* turn add_function into get_function
* improve error report on assert_invariants
* simplify refs
* only override_call_strat needs to be sboxed, revert others
* fix invariant test regression
* fix: set_replay after setting the last_sequence
* fix: test_contract address comparison on call gen
* check invariants before calling anything
* improve doc on invariant_call_override
* remove unused error map from testrunner
* reset executor instead of db
* add type alias InvariantPreparation
* move InvariantExecutor into the same file
* add return status
* small refactor
* const instead of static
* merge fixes: backend + testoptions
* use iterator for functions
* FuzzRunIdentifiedContracts now uses Mutex
* from_utf8_lossy instead of unsafe unchecked
* use Mutex for runner of RandomCallGenerator
* move RandomCallGenerator to its own module
* write to fmt
* small refactor: error.replay
* remove newlines
* add remaining is_invariant_test
Co-authored-by: Brock <brock.elmore@gmail.com>
0 commit comments