Skip to content

v1.7.4

Compare
Choose a tag to compare
@mds1 mds1 released this 15 Dec 16:13
· 95 commits to master since this release
155d547

Featured Changes

  • Update Vm.sol with changes to AccountAccessKind by @emo-eth in #483.
    • This adds Balance, Extcodesize, Extcodehash, Extcodecopy as account access kinds
  • feat: add new snapshot cheatcodes by @mattsse in #484.
    • The vm.revertTo(snapshotId) cheat does not automatically delete the snapshotId snapshot, which can lead to unbounded memory growth with lots of snapshots. Therefore, vm.revertToAndDelete(snapshotId), vm.deleteSnapshot(snapshotId), and vm.deleteSnapshots() were added as new cheats.

Other Changes

Full Changelog: v1.7.3...v1.7.4