-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Append every block until we figure out block not found issue"
This reverts commit 1dbb3b5. reordered setCurrentHeader, generateLocalPending, and AppendBlock in append to eliminate race conditions Fix to address API crashes when not processing all blocks Get header from current block instead of calling directly Also modify CurrentBlock() call with orCandidate() SetCurrentHeader including block candidates, also removed reorg lock in append bugfix: should not append the tip first while switching bugfix: setting the current header even in the case of the coord updates bugfix: root not there for region in updatePhFromDom bugfix: Cannot reject block because of pruned ancestor on State on append
- Loading branch information
1 parent
73018dd
commit ab3121d
Showing
5 changed files
with
116 additions
and
35 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
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
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