Skip to content

feat: extended AddOns with functions that can modify the StageSet(wip) #16039

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Rimeeeeee
Copy link
Contributor

fixes #16032

@github-project-automation github-project-automation bot moved this to Backlog in Reth Tracker May 2, 2025
@Rimeeeeee Rimeeeeee marked this pull request as draft May 2, 2025 11:21
R: Future<Output = eyre::Result<E>> + Send,
E: Future<Output = eyre::Result<()>> + Send,
{
self.add_ons.stage_installer = None;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kept this as none for now

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, I only have a small nit,

then I likely need to try this a bit to figure out how to finalize this

Comment on lines 14 to 15
/// Custom stage installers
pub stage_installer: Option<Box<dyn BoxedInstallStages<Node>>>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

/// Installs custom stages into the stage set builder with a boxed future.
fn on_stages(
self: Box<Self>,
stages: StageSetBuilder<Node>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@@ -46,6 +46,9 @@ pub use aliases::*;
/// Support for installing the ExExs (execution extensions) in a node.
pub mod exex;

/// Support for installing the stages in a node.
pub mod install_stages;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's just call this stages

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Extend AddOns with functions that can modify the StageSet
2 participants