Skip to content

v1.7.3

Compare
Choose a tag to compare
@mds1 mds1 released this 20 Nov 14:44
· 100 commits to master since this release
2f11269

Featured Changes

  • feat: add vm.startStateDiffRecording and vm.stopAndReturnStateDiff cheats to record all account accesses and storage accesses, by @Inphi in #481
  • feat: add vm.computeCreateAddress and vm.computeCreate2Address cheats, by @qiweiii in #479
    • These native cheats replace the need for the StdUtils methods of the same now, which will now give a deprecation warning when used.
  • feat: add mock contracts for ERC20 and ERC721, by @andreivladbrg in #470
    • Be aware that these use initializers instead of constructors for compatibility across Solidity versions. Therefore it's recommended to use the deployMockERC20 and deployMockERC721 methods in StdUtils to deploy them.

Other Changes

  • chore: bump version to v1.7.3 by @mds1 in #482

New Contributors

Full Changelog: v1.7.2...v1.7.3