-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix forks during rewind, allow bisect of failures
When rewinding, we sometimes encounter a legitimate fork at the height we roll back to.This was not well handled and could loop forever awaiting a height reduction that could not be reached. Secondly, if a mismatch occurs, it is difficult to bisect it to a single or group of addresses. Allow the batch size to be overridden to allow a bisect operation, and verify that each chunk matches our expectations.
- Loading branch information
Showing
2 changed files
with
90 additions
and
64 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