node
node copied to clipboard
Block execution during resync
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.