-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(reorg_detector): compare miniblock hashes for reorg detection (#236
) # What ❔ This PR adds logic to compare the L2 miniblock hashes to `reorg_detector` logic. ## Why ❔ Currently `reorg_detector` only considers the L1 batches and their root hashes which in case of a reorg on the miniblock level leaves such reorg undetected and nodes stuck.
- Loading branch information
Showing
2 changed files
with
80 additions
and
53 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
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