-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimize consensus nodes sync block (#1137)
* add log in pendingblock * modify print log * modify sync block * modify check start sync commit block num * start CommitTimeout if more endorsed after commitDone 1. start CommitBlockTimeout when committer receiving more endorses 2. commit-sig overwrites old endorse-sig * optimize sync block * modify sync block * Revert "modify check start sync commit block num" This reverts commit 04d88d5595b1e2c962ba329a32b58157e524ad3b. * Revert "modify sync block" This reverts commit aff87f3547e6a6c7ebbdbfe1c456555b7cff6fea. * go format files * modify log level and remove unused code Co-authored-by: Edmond <[email protected]>
- Loading branch information
1 parent
87cfe98
commit 614a634
Showing
4 changed files
with
16 additions
and
18 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