Skip to content

v1.0.0

Compare
Choose a tag to compare
@mds1 mds1 released this 31 Oct 23:55
· 293 commits to master since this release
17656a2

forge-std is now modular - enabling composability, and paving the way for new libraries for testing in Solidity.

Features

Breaking changes

  • Bump pragma to >=0.6.2 <0.9.0
  • Remove deprecated features (tip std-cheat, lowLevelError std-error)
  • Disallow "unsafe" std-cheats in scripts by default #147
  • using stdStorage for StdStorage will break in scripts and will need to be changed to stdStorageSafe (or will require a manual import of stdStorage)