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