node icon indicating copy to clipboard operation
node copied to clipboard

Block execution during resync

Open Slambammer opened this issue 8 months ago • 0 comments

During a BASE sync. it executes every block.

I have noticed that running a BSC node, it batches old blocks, which can be downloaded together. Due to BASE having such a short block time, individually downloading each block makes resyncing incredibly slow.

Would it be possible to batch blocks during a resync? If necessary, the node could validate the execution in chunks, but it should be possible to make the process more efficient than it is currently.

Slambammer avatar Apr 26 '25 19:04 Slambammer