0xPolygonHermez / cdk-erigon

Ethereum implementation on the efficiency frontier
GNU Lesser General Public License v3.0
35 stars 39 forks source link

[Sequencer] do not wait for executor responses before closing a batch #1206

Closed hexoscott closed 1 month ago

hexoscott commented 1 month ago

Raising this issue just so we don't lose sight of the ongoing work on this one.

After the block-by-block changes for the datastream writing we noticed that a batch won't seal until we have all responses back from an executor. this saw a significant drop in TPS so we need to continue work on handling this better and not waiting for executors before sealing a batch.