8000 Tags · nick8319/forge-std · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: nick8319/forge-std

Tags

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump version (foundry-rs#391)

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump to v1.5.5 (foundry-rs#369)

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump to v1.5.4 (foundry-rs#362)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump to v1.5.3 (foundry-rs#342)

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump to version 1.5.2 (foundry-rs#326)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add simple "expectEmit" (foundry-rs#320)

* feat: add simple "expectEmit"

* style: forge fmt

---------

Co-authored-by: Matt Solomon <matt@mattsolomon.dev>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: bump ds-test (foundry-rs#316)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: bump to v1.4.0 (foundry-rs#300)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: move cheats, improve docs (foundry-rs#256)

* fix: move some cheats

* fix: move cheats, bases

* docs: remove suggestions
0