Skip to content

Commit

Permalink
chore: bump ethers
Browse files Browse the repository at this point in the history
bumps svm-rs.
fixes #525
fixes #684

driveby: re-enable geb integration test (fixed in gakonst/ethers-rs#866)
fixes #561
  • Loading branch information
gakonst committed Feb 9, 2022
1 parent 3f59521 commit dd690ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use foundry_cli_test_utils::forgetest_external;
forgetest_external!(solmate, "Rari-Capital/solmate");
// There's an issue with geb's automatic version detection due to faulty
// pragmas. Temporarily disabled.
// forgetest_external!(geb, "reflexer-labs/geb");
forgetest_external!(geb, "reflexer-labs/geb");
forgetest_external!(stringutils, "Arachnid/solidity-stringutils");
forgetest_external!(vaults, "Rari-Capital/vaults");
forgetest_external!(multicall, "makerdao/multicall", &["--block-number", "1"]);
Expand Down

0 comments on commit dd690ab

Please sign in to comment.