-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(l1): skip state sync if it was already completed (#1829)
**Motivation** There is no reason to attempt to resume a state sync if the previous cycle already moved on to healing, it could lead to corrupted state as the trie is currently being healed and in an inconsistent state <!-- Why does this pull request exist? What are its goals? --> **Description** * Skip to healing if a previous cycle already completed state sync <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
- Loading branch information
Showing
1 changed file
with
113 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters