Delete cached_tree_hash (#6060)

* Delete `cached_tree_hash`
This commit is contained in:
Michael Sproul
2024-07-08 20:33:50 +10:00
committed by GitHub
parent 5b2edfa0bd
commit 48c55ae295
13 changed files with 1 additions and 1224 deletions

View File

@@ -51,7 +51,6 @@ members = [
"database_manager",
"consensus/cached_tree_hash",
"consensus/int_to_bytes",
"consensus/fork_choice",
"consensus/proto_array",
@@ -188,7 +187,6 @@ beacon_chain = { path = "beacon_node/beacon_chain" }
beacon_node = { path = "beacon_node" }
beacon_processor = { path = "beacon_node/beacon_processor" }
bls = { path = "crypto/bls" }
cached_tree_hash = { path = "consensus/cached_tree_hash" }
clap_utils = { path = "common/clap_utils" }
compare_fields = { path = "common/compare_fields" }
deposit_contract = { path = "common/deposit_contract" }