From faa97adf1b969f64cf77259f8f018a2aafefb70a Mon Sep 17 00:00:00 2001 From: David Salami Date: Sat, 27 Apr 2024 10:44:47 +0000 Subject: [PATCH] update ether-rs --- Cargo.lock | 40 ++++++++++++++++++++-------------------- Cargo.toml | 12 ++++++------ 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 909f9eb..852b513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1113,7 +1113,7 @@ dependencies = [ [[package]] name = "ethers" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "ethers-addressbook", "ethers-contract", @@ -1128,7 +1128,7 @@ dependencies = [ [[package]] name = "ethers-addressbook" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "ethers-core", "once_cell", @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "ethers-contract" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "ethers-contract-abigen", "ethers-contract-derive", @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "ethers-contract-abigen" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "Inflector", "dunce", @@ -1181,7 +1181,7 @@ dependencies = [ [[package]] name = "ethers-contract-derive" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "Inflector", "ethers-contract-abigen", @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "ethers-core" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "arrayvec", "bytes", @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "ethers-etherscan" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "ethers-core", "ethers-solc", @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "ethers-middleware" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "async-trait", "auto_impl", @@ -1266,7 +1266,7 @@ dependencies = [ [[package]] name = "ethers-providers" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "anyhow", "async-trait", @@ -1304,7 +1304,7 @@ dependencies = [ [[package]] name = "ethers-signers" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "async-trait", "coins-bip32", @@ -1322,7 +1322,7 @@ dependencies = [ [[package]] name = "ethers-solc" version = "2.0.8" -source = "git+https://github.com/polytope-labs/ethers-rs?rev=9f77fc1a07ea90059b4d53eeffda569bb126564e#9f77fc1a07ea90059b4d53eeffda569bb126564e" +source = "git+https://github.com/polytope-labs/ethers-rs?rev=a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4#a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4" dependencies = [ "cfg-if", "dirs", @@ -1441,7 +1441,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forge" version = "0.2.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "comfy-table", "ethers", @@ -1470,7 +1470,7 @@ dependencies = [ [[package]] name = "forge-fmt" version = "0.2.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "ariadne", "ethers-core", @@ -1507,7 +1507,7 @@ dependencies = [ [[package]] name = "foundry-abi" version = "0.1.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "ethers-contract", "ethers-contract-abigen", @@ -1521,7 +1521,7 @@ dependencies = [ [[package]] name = "foundry-common" version = "0.1.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "auto_impl", "clap", @@ -1552,7 +1552,7 @@ dependencies = [ [[package]] name = "foundry-config" version = "0.2.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "Inflector", "dirs-next", @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "foundry-evm" version = "0.2.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "auto_impl", "bytes", @@ -1617,7 +1617,7 @@ dependencies = [ [[package]] name = "foundry-macros" version = "0.2.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "ethers-core", "foundry-macros-impl", @@ -1628,7 +1628,7 @@ dependencies = [ [[package]] name = "foundry-macros-impl" version = "0.0.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "proc-macro2", "quote", @@ -1638,7 +1638,7 @@ dependencies = [ [[package]] name = "foundry-utils" version = "0.2.0" -source = "git+https://github.com/polytope-labs/foundry?rev=59c58aa2d98fa388ef76f7bc22c7547650054d0f#59c58aa2d98fa388ef76f7bc22c7547650054d0f" +source = "git+https://github.com/polytope-labs/foundry?rev=1ffcca7485e84a9a356c5adb619ee1f038295739#1ffcca7485e84a9a356c5adb619ee1f038295739" dependencies = [ "dunce", "ethers-addressbook", diff --git a/Cargo.toml b/Cargo.toml index 1859056..15baa61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,10 @@ description = "Utilities for writing and running solidity tests in rust" edition = "2021" [dependencies] -forge = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" } -foundry-common = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" } -foundry-config = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" } -foundry-evm = { git = "https://github.com/polytope-labs/foundry", rev = "59c58aa2d98fa388ef76f7bc22c7547650054d0f" } -ethers = { git = "https://github.com/polytope-labs/ethers-rs", rev = "9f77fc1a07ea90059b4d53eeffda569bb126564e", features = ["ethers-solc"] } -ethers-solc = { git = "https://github.com/polytope-labs/ethers-rs", rev = "9f77fc1a07ea90059b4d53eeffda569bb126564e", features = ["svm-solc"] } +forge = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" } +foundry-common = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" } +foundry-config = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" } +foundry-evm = { git = "https://github.com/polytope-labs/foundry", rev = "1ffcca7485e84a9a356c5adb619ee1f038295739" } +ethers = { git = "https://github.com/polytope-labs/ethers-rs", rev = "a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4", features = ["ethers-solc"] } +ethers-solc = { git = "https://github.com/polytope-labs/ethers-rs", rev = "a61f4fd78cd9a417c74a1609e5007e17f0f0ebb4", features = ["svm-solc"] } once_cell = "1.19.0"