[go: up one dir, main page]

Rollup node: batcher uses heap instead of queue

What, why, how

Replace the batcher structure with an heap instead of a queue. This allows to implements an order info in the injection rpc.

The evm node would uses that new order info to set the most important message to inject first, which would help in case of catchup.

The injector could uses such heap also, this would be done in a follow-up.

Edited by Sylvain R.

Merge request reports

Loading