chore!: rm legacy blockchain tree crate (#13726)

This commit is contained in:
Matthias Seitz
2025-01-08 13:51:51 +01:00
committed by GitHub
parent 2f94aeebed
commit 052a730e3c
17 changed files with 0 additions and 5511 deletions

38
Cargo.lock generated
View File

@ -6517,44 +6517,6 @@ dependencies = [
"tracing",
]
[[package]]
name = "reth-blockchain-tree"
version = "1.1.5"
dependencies = [
"alloy-consensus",
"alloy-eips",
"alloy-genesis",
"alloy-primitives",
"aquamarine",
"assert_matches",
"linked_hash_set",
"metrics",
"parking_lot",
"reth-blockchain-tree-api",
"reth-chainspec",
"reth-consensus",
"reth-db",
"reth-db-api",
"reth-evm",
"reth-evm-ethereum",
"reth-execution-errors",
"reth-execution-types",
"reth-metrics",
"reth-network",
"reth-node-types",
"reth-primitives",
"reth-provider",
"reth-revm",
"reth-stages-api",
"reth-storage-errors",
"reth-testing-utils",
"reth-trie",
"reth-trie-db",
"reth-trie-parallel",
"tokio",
"tracing",
]
[[package]]
name = "reth-blockchain-tree-api"
version = "1.1.5"