We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyncingEngine
Move block announce validation/polling from ChainSync to SyncingEngine.
ChainSync
This issue is a part of Sync 2.0 (#534) preparation work aimed at making ChainSync a pure state machine.
The text was updated successfully, but these errors were encountered:
Chain specific message lane apis (#503)
53791a1
* replace generic message lane APIs with chain-specific * moved SubstrateHeadersSyncPipeline to headers_pipeline.rs * substrate-specific message lane trait * Update relays/substrate/src/messages_lane.rs Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
dmitry-markin
Successfully merging a pull request may close this issue.
Move block announce validation/polling from
ChainSync
toSyncingEngine
.This issue is a part of Sync 2.0 (#534) preparation work aimed at making
ChainSync
a pure state machine.The text was updated successfully, but these errors were encountered: