revise nodetypes trait #9555
Labels
A-sdk
Related to reth's use as a library
M-prevent-stale
Prevents old inactive issues/PRs from being closed due to inactivity
S-needs-design
This issue requires design work to think about how it would best be accomplished
the nodetypes trait
reth/crates/node/api/src/node.rs
Lines 24 to 29 in 6a00601
already makes certain assumptions, for example it expects engine types, but we might want to support node setups that don't use the engine API.
this should be relaxed in the node builder in such a way that these traits stack (using a single type instead of associated types) and are not associated types
The text was updated successfully, but these errors were encountered: