-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix finalisation bugs and issues (#1290)
* fix: log of next epoch digest * fix: send neighbor message in case of passive round * fix: logging of ping protocol handling * feature: remove disconnected peer from stream engine * feature: forget fingerprint of sync-request in case of empty response * refactor: conditions of sync-request and normal catch-up of round * feature: catch-up based sync-request in according to applied blocks * fix: Mixing full and authority roles * refactor: use short peer_id in log * fix: crash at execute next round after applying of justification * refactor: make sit_id and round in peer data optional * refactor: order of peer data (about grandpa) initialization * fix: getting of descending chain to block * feature: suppression of catch-up request to one peer for time * fix: log and some corner case in sync protocol * refactor: use cli bootstrap nodes early then spec's ones * fix: allow to create next round by commit for non finalized Signed-off-by: Dmitriy Khaustov aka xDimon <khaustov.dm@gmail.com> Co-authored-by: Igor Egorov <igor@soramitsu.co.jp>
- Loading branch information
Showing
25 changed files
with
711 additions
and
221 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
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
Oops, something went wrong.