github foundry-rs/forge-std v1.7.4

latest releases: v1.9.2, v1.9.1, v1.9.0...
9 months ago

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

Don't miss a new forge-std release

NewReleases is sending notifications on new releases.