Featured Changes
- feat (BREAKING CHANGE): Usability Updates for
StdChains
by @hexonaut in #268. This is a breaking change for some users, check out the PR for more info. - feat: Add
InvariantTest
helper contract by @lucas-manuel in #261. Use it via inheritance, e.g.contract MyInvariantTests is Test, InvariantTest
- feat: add
IMulticall3
interface andgetTokenBalances
helper by @PaulRBerg in #271 - feat: add
MULTICALL3_ADDRESS
in CommonBase by @PaulRBerg in #266 - feat: add new
assumePayable
cheat by @hexcowboy in #270 - feat: add
assertApproxEqAbsDecimal
andassertApproxEqRelDecimal
assertions by @aaoferreira in #191 - feat:
parseJson
cheatcodes with type coercion by @odyslam in #274
Other Changes
- refactor: use simple revert instead of "require(false" by @PaulRBerg in #265
- Fix compiler warnings by @PaulRBerg in #260
New Contributors
- @lucas-manuel made their first contribution in #261
- @aaoferreira made their first contribution in #191
- @hexonaut made their first contribution in #268
- @hexcowboy made their first contribution in #270
Full Changelog: v1.2.0...v1.3.0