Update ethers (#1037)

pull/1040/head
Mattie Conover 2 years ago committed by GitHub
parent e71ac4a5c3
commit 1a7e74ea7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 88
      rust/Cargo.lock
  2. 2
      rust/abacus-base/Cargo.toml
  3. 6
      rust/abacus-core/Cargo.toml
  4. 2
      rust/abacus-test/Cargo.toml
  5. 4
      rust/agents/relayer/Cargo.toml
  6. 2
      rust/agents/validator/Cargo.toml
  7. 6
      rust/chains/abacus-ethereum/Cargo.toml
  8. 2
      rust/ethers-prometheus/Cargo.toml
  9. 2
      rust/gelato/Cargo.toml
  10. 2
      rust/utils/abigen/Cargo.toml

88
rust/Cargo.lock generated

@ -24,7 +24,7 @@ dependencies = [
"backtrace-oneline",
"color-eyre",
"config",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-prometheus",
"eyre",
"futures-util",
@ -61,9 +61,9 @@ dependencies = [
"bytes",
"color-eyre",
"config",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"eyre",
"hex",
"lazy_static",
@ -88,10 +88,10 @@ dependencies = [
"abacus-core",
"abigen",
"async-trait",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-prometheus",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"eyre",
"hex",
"num",
@ -111,7 +111,7 @@ version = "0.1.0"
dependencies = [
"abacus-core",
"async-trait",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"eyre",
"futures-util",
"mockall",
@ -130,7 +130,7 @@ name = "abigen"
version = "0.1.0"
dependencies = [
"Inflector",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
]
[[package]]
@ -1399,15 +1399,15 @@ dependencies = [
[[package]]
name = "ethers"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"ethers-addressbook 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-etherscan 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-middleware 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-addressbook 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-etherscan 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-middleware 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
]
[[package]]
@ -1427,9 +1427,9 @@ dependencies = [
[[package]]
name = "ethers-addressbook"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"once_cell",
"serde",
"serde_json",
@ -1449,12 +1449,12 @@ dependencies = [
[[package]]
name = "ethers-contract"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"ethers-contract-abigen",
"ethers-contract-derive",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"futures-util",
"hex",
"once_cell",
@ -1483,12 +1483,12 @@ dependencies = [
[[package]]
name = "ethers-contract-abigen"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"Inflector",
"cfg-if",
"dunce",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"eyre",
"getrandom",
"hex",
@ -1506,10 +1506,10 @@ dependencies = [
[[package]]
name = "ethers-contract-derive"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"ethers-contract-abigen",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"hex",
"proc-macro2",
"quote",
@ -1520,7 +1520,7 @@ dependencies = [
[[package]]
name = "ethers-core"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"arrayvec",
"bytes",
@ -1580,9 +1580,9 @@ dependencies = [
[[package]]
name = "ethers-etherscan"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"getrandom",
"reqwest",
"semver",
@ -1612,15 +1612,15 @@ dependencies = [
[[package]]
name = "ethers-middleware"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"async-trait",
"auto_impl 0.5.0",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-etherscan 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-etherscan 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-providers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-signers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"futures-locks",
"futures-util",
"instant",
@ -1666,7 +1666,7 @@ dependencies = [
"abigen",
"async-trait",
"derive_builder",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"futures",
"log",
"maplit",
@ -1682,12 +1682,12 @@ dependencies = [
[[package]]
name = "ethers-providers"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"async-trait",
"auto_impl 1.0.1",
"base64 0.13.0",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"futures-channel",
"futures-core",
"futures-timer",
@ -1752,14 +1752,14 @@ dependencies = [
[[package]]
name = "ethers-signers"
version = "0.17.0"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01#01478d15954001c4ae6cc729864862bbdcf95fa3"
source = "git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01#70019a3a3d9a4c87f900f62546f2c5252fa671d6"
dependencies = [
"async-trait",
"coins-bip32",
"coins-bip39",
"elliptic-curve",
"eth-keystore",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-core 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"hex",
"rand",
"rusoto_core",
@ -2069,7 +2069,7 @@ name = "gelato"
version = "0.1.0"
dependencies = [
"async-trait",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"reqwest",
"rustc-hex",
"serde",
@ -3656,8 +3656,8 @@ dependencies = [
"async-trait",
"color-eyre",
"config",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"ethers-contract 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"eyre",
"futures-util",
"gelato",
@ -5270,7 +5270,7 @@ dependencies = [
"async-trait",
"color-eyre",
"config",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-01-01)",
"ethers 0.17.0 (git+https://github.com/abacus-network/ethers-rs?tag=2022-09-07-01)",
"eyre",
"futures-util",
"prometheus",

@ -10,7 +10,7 @@ tokio = { version = "1", features = ["rt", "macros"] }
config = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01" }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01" }
thiserror = { version = "1.0", default-features = false }
async-trait = { version = "0.1", default-features = false }
futures-util = "0.3"

@ -7,9 +7,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01", default-features = false, features = ['legacy'] }
ethers-signers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01", features=["aws"] }
ethers-providers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01", features=["ws", "rustls"] }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01", default-features = false, features = ['legacy'] }
ethers-signers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01", features=["aws"] }
ethers-providers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01", features=["ws", "rustls"] }
config = "0.13"
hex = "0.4.3"
sha3 = "0.9.1"

@ -7,7 +7,7 @@ edition = "2021"
tokio = { version = "1", features = ["rt", "macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01" }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01" }
thiserror = { version = "1.0", default-features = false }
async-trait = { version = "0.1", default-features = false }
futures-util = "0.3"

@ -9,8 +9,8 @@ config = "0.13"
color-eyre = { version = "0.6", optional = true }
serde = {version = "1.0", features = ["derive"]}
serde_json = { version = "1.0", default-features = false }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01" }
ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01", features=["legacy"] }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01" }
ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01", features=["legacy"] }
thiserror = { version = "1.0", default-features = false }
async-trait = { version = "0.1", default-features = false }
futures-util = "0.3"

@ -8,7 +8,7 @@ tokio = { version = "1", features = ["rt", "macros"] }
config = "0.13"
serde = "1.0"
serde_json = { version = "1.0", default-features = false }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01" }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01" }
thiserror = { version = "1.0", default-features = false }
async-trait = { version = "0.1", default-features = false }
futures-util = "0.3"

@ -9,9 +9,9 @@ edition = "2021"
# Main block
serde = "1.0"
serde_json = { version = "1.0", default-features = false }
ethers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01", features = ["abigen"]}
ethers-signers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01", features = ["aws"]}
ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01", features=["legacy"] }
ethers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01", features = ["abigen"]}
ethers-signers = {git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01", features = ["aws"]}
ethers-contract = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01", features=["legacy"] }
async-trait = { version = "0.1", default-features = false }
thiserror = { version = "1.0", default-features = false }
tracing = "0.1"

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
prometheus = "0.13"
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01" }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01" }
derive_builder = "0.11"
async-trait = { version = "0.1", default-features = false }
futures = "0.3"

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
async-trait = { version = "0.1", default-features = false }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01" }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", default-features = false }
tokio = { version = "1", features = ["macros"] }

@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-01-01" }
ethers = { git = "https://github.com/abacus-network/ethers-rs", tag = "2022-09-07-01" }
Inflector = "0.11"

Loading…
Cancel
Save