Changelog
- a508acc Use pebbledb as the default database
- 6d9dad2 Rename v0.5.0 to v0.6.0 (#661)
- 61a3968 Rename v0.5.0 to v0.6.0
- db9f399 Fuzzer Bugfixes, Allow User to Set Fuzzer Transition Probability Distribution (#653)
- 39cf9e5 Reviewer feedback, rename function fail when mode is behave
- cc600da Add instruction to run local_testnet_l1.sh to fuzzer README
- 37e9547 Fuzzer Configuration via json file; don't try to register already registered actors
- 7b8a73c Require fuzzer functions to return success status; fix bugs in invariant calculations, other fuzzer bugfixes
- 2f3814c Fix: negative stake fuzzer crash. Refer to on-chain data when picking how much stake to unstake
- 18b55b1 Linter to check sum of the probability of picking transitions equals 100
- 04fe958 Reorganize folder structure for linters
- f3b3eb9 Allow developer to explicitly choose percentage distribution of each state transition; Make canceling stake removals a follow on activity with percentage likelihood of happening for each unstake/undelegate operation
- 0309406 Rename invariant -> fuzz in the code rather than renaming files for git mv
- 7d7fd34 Rename invariants folder to fuzz folder
- 3e1a3f3 Make fuzzer setup run through every state transition once before fuzzing starts
- 82a5fe7 Set upgrade as environment variables to local_testnet_l1.sh
- 71539b8 Compile the linter with the same dependencies as golangci-lint (#646)
- 38bec6c Wipe all values (#649)