kona
kona copied to clipboard
feat(derive): EngineQueue
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
- Engine Queue specification.