This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
core/finality-grandpa: Request block sync from network after import timeout #3800
Merged
andresilva
merged 26 commits into
paritytech:master
from
mxinden:sync_request_in_until_imported
Oct 24, 2019
Merged
Changes from 16 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
afdc964
core/finality-grandpa: Pass Grandpa msg sender up to UntilImported
mxinden 61ac9dd
core/finality-grandpa: Track senders to maybe later request blocks
mxinden ce9db3f
core/finality-grandpa: Make BlockStatus pub only within crate
mxinden 3cd6de0
core/finality-grandpa: Abstract NetworkBridge with BlockSyncRequester
mxinden fd4800d
core/finality-grandpa: Pass BlockSyncRequester to UntilImported
mxinden 0f82795
core/finality-grandpa: Track block number of pending within UntilImpo…
mxinden a2f6684
core/finality-grandpa: Request block sync on long wait
mxinden 9f9e15f
core/finality-grandpa: Adjust unit tests to previous changes
mxinden 126c35e
core/finality-grandpa: Fix line length
mxinden 72516c0
core/finality-grandpa: Add comment explaining in & out vote combination
mxinden 3b4adca
core/finality-grandpa: Log after, not before, timeout expired
mxinden 74d6637
core/finality-grandpa: Collect senders as HashSet for deduplication
mxinden c138cfb
Merge remote-tracking branch 'paritytech/master' into sync_request_in…
mxinden 6a1eec8
Revert "core/finality-grandpa: Track senders to maybe later request b…
mxinden 8e7663c
Revert "core/finality-grandpa: Pass Grandpa msg sender up to UntilImp…
mxinden 0805651
core/network/sync: Ask for block from all peers if none provided
mxinden 6fda6a6
core/network/sync: Request specific fork sync from peers ahead or on par
mxinden 2c5422f
Merge remote-tracking branch 'paritytech/master' into sync_request_in…
mxinden 411e101
grandpa: fix tests
andresilva 6d695d1
grandpa: fix warnings
andresilva 202bced
grandpa: add test for block sync request on until_imported
andresilva 284ad34
grandpa: rename Environment field inner to client
andresilva f030ec6
grandpa: fix minor nits
andresilva 10790e7
grandpa: minor nits in until_imported
andresilva 3705a2c
grandpa: copy docs for set_sync_fork_request
andresilva d668931
grandpa: remove stale TODO on UntilImported
andresilva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, I did the rename.