Tags: nick8319/forge-std
Tags
feat: add simple "expectEmit" (foundry-rs#320) * feat: add simple "expectEmit" * style: forge fmt --------- Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
feat: add "IMulticall3" interface and "getTokenBalances" method (foun… …dry-rs#271) * feat: add "IMulticall3" interface chore: fix typos in comments feat: add "getTokenBalances" util refactor: add header separators in "StdUtils" refactor: order functions alphabetically in "StdUtils" * fix: set pragma to ">=0.6.2 <0.9.0" in IMulticall3 fix: add experimental ABIEncoderV2 pragma style: apply "forge fmt" fixes * test: add header separators in "StdUtils.t.sol" test: organize tests alphabetically in "StdUtils.t.sol" * test: add revert test for "getTokenBalances" * Revert "test: add revert test for "getTokenBalances"" This reverts commit c3bedee. * fix/test: fix multicall fork test * refactor: disallow EOAs in "getTokenBalances" test: write "getTokenBalances" test when address is EOA test: test USDC and SHIB holders with "getTokenBalances" * test: add empty array test for "getTokenBalances" chore: delete "console2" log import in "StdUtils.sol" * chore: fix parentheses direction * fix: backwards compatibility with older solc versions * refactor: pull fork call into setUp * fix: codesize check * chore: add comment Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
fix: move cheats, improve docs (foundry-rs#256) * fix: move some cheats * fix: move cheats, bases * docs: remove suggestions
PreviousNext