chore(stateless): Remove reth-stateless crate (#22115)

This commit is contained in:
Brian Picciano
2026-02-12 12:20:49 +01:00
committed by GitHub
parent 217a337d8c
commit c915841a45
13 changed files with 44 additions and 1122 deletions

27
Cargo.lock generated
View File

@@ -3328,7 +3328,6 @@ dependencies = [
"reth-primitives-traits",
"reth-provider",
"reth-revm",
"reth-stateless",
"reth-tracing",
"reth-trie",
"reth-trie-db",
@@ -10268,32 +10267,6 @@ dependencies = [
"serde",
]
[[package]]
name = "reth-stateless"
version = "1.10.2"
dependencies = [
"alloy-consensus",
"alloy-genesis",
"alloy-primitives",
"alloy-rlp",
"alloy-rpc-types-debug",
"alloy-trie",
"itertools 0.14.0",
"reth-chainspec",
"reth-consensus",
"reth-errors",
"reth-ethereum-consensus",
"reth-ethereum-primitives",
"reth-evm",
"reth-primitives-traits",
"reth-revm",
"reth-trie-common",
"reth-trie-sparse",
"serde",
"serde_with",
"thiserror 2.0.18",
]
[[package]]
name = "reth-static-file"
version = "1.10.2"