reth icon indicating copy to clipboard operation
reth copied to clipboard

feat(engine): batch multiproof messages

Open 0xSooki opened this issue 1 week ago • 2 comments
trafficstars

fixes #19168

Batching additions:

  • Added batching for PrefetchProofs messages
  • Added batching for StateUpdate messages

Testing enhancements:

  • Added test_prefetch_proofs_batching to verify that multiple PrefetchProofs messages are correctly batched and processed as a single unit.
  • Added test_state_update_batching to ensure that multiple StateUpdate messages are merged and handled together as intended.

0xSooki avatar Nov 08 '25 17:11 0xSooki