Make engine-tree independent of blockchain-tree crate #12513
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
similar to #12512 but as prep for deprecating the blockchain-tree crate
we already have a separate crate that contains types and traits:
blockchain-tree-api
so we need to move all of these:
reth/crates/engine/tree/src/tree/mod.rs
Lines 20 to 23 in 68e7ad6
to
reth/crates/blockchain-tree-api/Cargo.toml
Line 2 in 68e7ad6
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: