v1.7.4
Featured Changes
- Update
Vm.solwith changes toAccountAccessKindby @emo-eth in #483.- This adds
Balance,Extcodesize,Extcodehash,Extcodecopyas account access kinds
- This adds
- feat: add new snapshot cheatcodes by @mattsse in #484.
- The
vm.revertTo(snapshotId)cheat does not automatically delete thesnapshotIdsnapshot, 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