chore: use alloy-eip2124 code (#13629)

This commit is contained in:
Matthias Seitz
2025-01-03 16:29:36 +01:00
committed by GitHub
parent dbd4f0c4fe
commit 5b050feca4
6 changed files with 35 additions and 900 deletions

38
Cargo.lock generated
View File

@@ -191,6 +191,21 @@ dependencies = [
"winnow",
]
[[package]]
name = "alloy-eip2124"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "675264c957689f0fd75f5993a73123c2cc3b5c235a38f5b9037fe6c826bfb2c0"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"arbitrary",
"crc",
"rand 0.8.5",
"serde",
"thiserror 2.0.9",
]
[[package]]
name = "alloy-eip2930"
version = "0.1.0"
@@ -1933,7 +1948,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -2781,7 +2796,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -4669,7 +4684,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@@ -6151,7 +6166,7 @@ dependencies = [
"once_cell",
"socket2",
"tracing",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -7552,19 +7567,14 @@ name = "reth-ethereum-forks"
version = "1.1.4"
dependencies = [
"alloy-chains",
"alloy-consensus",
"alloy-eip2124",
"alloy-primitives",
"alloy-rlp",
"arbitrary",
"auto_impl",
"crc",
"dyn-clone",
"once_cell",
"proptest",
"proptest-derive",
"rustc-hash 2.1.0",
"serde",
"thiserror 2.0.9",
]
[[package]]
@@ -9970,7 +9980,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -10819,7 +10829,7 @@ dependencies = [
"fastrand 2.3.0",
"once_cell",
"rustix",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@@ -11388,7 +11398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69fff37da548239c3bf9e64a12193d261e8b22b660991c6fd2df057c168f435f"
dependencies = [
"cc",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@@ -11823,7 +11833,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]