kona icon indicating copy to clipboard operation
kona copied to clipboard

feat(derive): EngineQueue

Open clabby opened this issue 1 year ago • 0 comments

Overview

The Engine Queue stage of the derivation pipeline is responsible for taking the payload attributes generated in the payload attributes derivation stage and send them to the execution engine.

For the sake of this implementation, the engine queue should be abstracted over the destination of the execution payloads (engine queue is probably not the best name). The best way to do this is probably to have a typed function that takes in the payloads and processes them.

References

clabby avatar Feb 27 '24 02:02 clabby