Releases: foundry-rs/forge-std
Releases · foundry-rs/forge-std
v1.0.0
forge-std is now modular - enabling composability, and paving the way for new libraries for testing in Solidity.
Features
- #126 (includes
createCompute2Address
and standards) - Smart
bound
- #193
- #195
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 tostdStorageSafe
(or will require a manual import ofstdStorage
)
v0.1.0
Introduces a versioning system so that as we introduce breaking changes, we can bump the version