Featured Changes
Breaking Changes
- Significantly improved via-ir compilation times with #235 by @ZeroEkkusu. Update your code to use the new
getChain
methods, such asgetChain("mainnet")
orgetChain(1)
Additional Changes
- feat: Add gas metering cheatcodes + modifier by @brockelmore in #248
- feat: add envOr cheatcodes to Vm interface #3732 by @vicnaum in #249
- feat: implement boundInt by @JhChoy in #253
- chore: add fsMetadata cheat by @mds1 in #251
- feature: isFork and skip modifiers in StdCheats by @prestwich in #236
- feat: improve StdChains by @adhusson in #247
- feat: add common addresses by @mds1 in #229
Other Changes
- ♻️ chore: add MIT license to interfaces by @pcaversaccio in #243
- ci: print forge version in CI by @mds1 in #242
- fix: remove StdStorage in CommonBase contract by @graykode in #241
- fix: remove
StdChains
fromStdCheatsSafe
by @ZeroEkkusu in #245 - Name arguments in Vm.sol by @PaulRBerg in #246
- fix: remove
Components.sol
by @ZeroEkkusu in #255 - chore: bump version to v1.2.0 (the upcoming release) by @mds1 in #228
- fix: move cheats, improve docs by @ZeroEkkusu in #256
New Contributors
- @prestwich made their first contribution in #236
- @graykode made their first contribution in #241
- @vicnaum made their first contribution in #249
- @JhChoy made their first contribution in #253
Full Changelog: v1.1.1...v1.2.0