reth
reth copied to clipboard
feat(engine): batch multiproof messages
trafficstars
fixes #19168
Batching additions:
- Added batching for
PrefetchProofsmessages - Added batching for
StateUpdatemessages
Testing enhancements:
- Added
test_prefetch_proofs_batchingto verify that multiplePrefetchProofsmessages are correctly batched and processed as a single unit. - Added
test_state_update_batchingto ensure that multipleStateUpdatemessages are merged and handled together as intended.