dapp/0.33.0
github-actions
released this
01 Jul 19:52
·
477 commits
to master
since this release
Added
- A new type of test has been added: invariant testing, which runs a test function against a random
reachable contract state. More information in the README - A new flag for
dapp test
,--ffi
allows users to enable theffi()
cheatcode in their tests
Changed
- solc 0.8.6 is now the default compiler version
- updated
nixpkgs
to the21.05
channel