Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

synchronizer reprocess batches sync from L2 on close (depending on configuration) #3371

Closed
joanestebanr opened this issue Feb 26, 2024 · 0 comments · Fixed by #3374
Closed

Comments

@joanestebanr
Copy link
Contributor

Rationale

The synchronization from L2 execute partially the batches composing the incremental blocks that receive from TrustedNode.
The goal is to add a configuration that makes that when reach the final part, instead of executiong the incremental part execute the full batch as do the sequencer

Implementation

Proposed configuration

[Synchronizer]
(...)
	[Synchronizer.L2Synchronization]
		ReprocessFullBatchOnClose = false

By default is false because reprocessing is less optimal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant