Skip to content

refactor(consensus): executor owns payload jobs#5625

Open
SuperFluffy wants to merge 4 commits into
mainfrom
janis/executor-kills-payload-build
Open

refactor(consensus): executor owns payload jobs#5625
SuperFluffy wants to merge 4 commits into
mainfrom
janis/executor-kills-payload-build

Conversation

@SuperFluffy

@SuperFluffy SuperFluffy commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Moves payload jobs fully into the executor actor and only return the built payload to the application actor. This way, the executor always runs the build to completion even if the proposal is cancelled by the consensus engine, and the application actor can be simplified.

@SuperFluffy SuperFluffy marked this pull request as draft June 11, 2026 12:16
proposal
}
}
res.wrap_err("failed creating a proposal")

@SuperFluffy SuperFluffy Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

fix to not interfere with already verified blocks if for whatever reason the build failed.

@SuperFluffy SuperFluffy marked this pull request as ready for review June 11, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant