Extend AddOns with functions that can modify the StageSet #16032
Labels
A-sdk
Related to reth's use as a library
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
we store install functions for exexs in Addons:
reth/crates/node/builder/src/builder/add_ons.rs
Lines 7 to 14 in 61a0345
we can do something similar for custom stages, for this we need something similar to this type erased boxed future
reth/crates/node/builder/src/exex.rs
Lines 24 to 29 in 61a0345
but operating on
reth/crates/stages/api/src/pipeline/set.rs
Line 47 in 61a0345
and additional trait functions for this that are not boxed, similar to:
reth/crates/node/builder/src/exex.rs
Line 10 in 61a0345
then we need something like:
reth/crates/node/builder/src/builder/mod.rs
Lines 488 to 503 in 61a0345
but for stages
TODO
reth/crates/node/builder/src/exex.rs
Line 1 in 61a0345
AddOns
typeAdditional context
No response
The text was updated successfully, but these errors were encountered: