mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: upgrade to geth 1.12.0-e501b3b0 (#2874)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -20,7 +20,7 @@ reth-rlp = { path = "../../rlp", features = ["alloc", "derive", "std", "ethereum
|
||||
reth-metrics = { path = "../../metrics" }
|
||||
|
||||
# used for Chain and builders
|
||||
ethers-core = { version = "2.0.4", default-features = false}
|
||||
ethers-core = { version = "2.0.7", default-features = false}
|
||||
|
||||
tokio = { version = "1.21.2", features = ["full"] }
|
||||
tokio-util = { version = "0.7.4", features = ["io", "codec"] }
|
||||
@ -40,7 +40,7 @@ proptest-derive = { version = "0.3", optional = true }
|
||||
[dev-dependencies]
|
||||
reth-primitives = { path = "../../primitives", features = ["arbitrary"] }
|
||||
reth-tracing = { path = "../../tracing" }
|
||||
ethers-core = { version = "2.0.4", default-features = false}
|
||||
ethers-core = { version = "2.0.7", default-features = false}
|
||||
|
||||
test-fuzz = "3.0.4"
|
||||
tokio-util = { version = "0.7.4", features = ["io", "codec"] }
|
||||
|
||||
@ -63,7 +63,7 @@ secp256k1 = { version = "0.27.0", features = [
|
||||
] }
|
||||
|
||||
enr = { version = "0.8.1", features = ["rust-secp256k1"], optional = true }
|
||||
ethers-core = { version = "2.0.4", default-features = false, optional = true }
|
||||
ethers-core = { version = "2.0.7", default-features = false, optional = true }
|
||||
tempfile = { version = "3.3", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -79,10 +79,10 @@ reth-provider = { path = "../../storage/provider", features = ["test-utils"] }
|
||||
reth-tracing = { path = "../../tracing" }
|
||||
reth-transaction-pool = { path = "../../transaction-pool", features = ["test-utils"] }
|
||||
|
||||
ethers-core = { version = "2.0.4", default-features = false}
|
||||
ethers-providers = {version = "2.0.4", default-features = false }
|
||||
ethers-signers = {version = "2.0.4", default-features = false }
|
||||
ethers-middleware = {version = "2.0.4", default-features = false }
|
||||
ethers-core = { version = "2.0.7", default-features = false}
|
||||
ethers-providers = {version = "2.0.7", default-features = false }
|
||||
ethers-signers = {version = "2.0.7", default-features = false }
|
||||
ethers-middleware = {version = "2.0.7", default-features = false }
|
||||
|
||||
enr = { version = "0.8.1", features = ["serde", "rust-secp256k1"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user