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
Extract syncing protocol from sc-network
#12828
Merged
paritytech-processbot
merged 47 commits into
master
from
extract-syncing-from-sc-network
Mar 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
7a76b40
Move import queue out of `sc-network`
altonen 1d1b955
Move stuff to SyncingEngine
altonen bd8f6a2
Move `ChainSync` instanation to `SyncingEngine`
altonen 9569593
Move peer hashmap to `SyncingEngine`
altonen befeac3
Let `SyncingEngine` to implement `ChainSyncInterface`
altonen c642a33
Introduce `SyncStatusProvider`
altonen badfbf3
Move `sync_peer_(connected|disconnected)` to `SyncingEngine`
altonen 755b47c
Implement `SyncEventStream`
altonen 0b11339
Introduce `ChainSyncInterface`
altonen 6f4ac98
Move event stream polling to `SyncingEngine`
altonen e2ea277
Make `SyncingEngine` into an asynchronous runner
altonen caf54b4
Fix warnings
altonen a920a7e
Code refactoring
altonen 5dd14e3
Use `SyncingService` for BEEFY
altonen 83509c9
Use `SyncingService` for GRANDPA
altonen bb005b6
Remove call delegation from `NetworkService`
altonen e5d6c49
Remove `ChainSyncService`
altonen a4f5403
Remove `ChainSync` service tests
altonen f485d89
Merge remote-tracking branch 'origin/master' into import-queue-refact…
altonen 2acb775
Refactor code
altonen b01586a
Merge branch 'import-queue-refactoring' into extract-syncing-from-sc-…
altonen 0085220
Refactor code
altonen da14feb
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen ee39f7b
Merge remote-tracking branch 'origin/master' into extract-syncing
altonen a55a44d
Update client/finality-grandpa/src/communication/tests.rs
altonen 9882a76
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen 49240a2
Fix warnings
altonen e8c017d
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen 17b6872
Apply review comments
altonen 721cc49
Fix docs
altonen 6851852
Fix test
altonen 8eaa4cb
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen d84be72
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen 4f7cf6e
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen e50fda8
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen d8461c4
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen e105fe5
cargo-fmt
altonen 2f0d7d2
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen 1f8d399
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen d21fffc
Update client/network/sync/src/engine.rs
altonen 198a695
Update client/network/sync/src/engine.rs
altonen 7c4babc
Add missing docs
altonen d028177
Refactor code
altonen efa7716
Merge remote-tracking branch 'origin/extract-syncing-from-sc-network'…
altonen 800b4ae
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen 242ee09
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen 4f295d4
Merge remote-tracking branch 'origin/master' into extract-syncing-fro…
altonen 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
Remove
ChainSyncService
- Loading branch information
commit e5d6c497eb4ed1a483fd409c5509cf0ded93efe7
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
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.
Uh oh!
There was an error while loading. Please reload this page.