github foundry-rs/forge-std v1.0.0

latest releases: v1.8.1, v1.8.0, v1.7.6...
18 months ago

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)

Don't miss a new forge-std release

NewReleases is sending notifications on new releases.