Skip to content

Releases: foundry-rs/forge-std

v1.1.1

22 Nov 10:46
054a250
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Nov 23:11
33d4895
Compare
Choose a tag to compare

Featured Changes

Breaking Changes

  • Fix slow compilation with via-ir by @mds1 in #217. Make sure to update usage stdChains from the form stdChains.Mainnet.chainId to stdChains["mainnet"].chainId

Other Changes

Other Changes

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Oct 23:55
17656a2
Compare
Choose a tag to compare

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)

v0.1.0

14 Apr 15:18
Compare
Choose a tag to compare

Introduces a versioning system so that as we introduce breaking changes, we can bump the version