Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Introduce ChainSyncInterface #12489

Merged
merged 4 commits into from
Oct 17, 2022
Merged

Commits on Oct 13, 2022

  1. Introduce ChainSyncInterface

    `ChainSyncInterface` provides an asynchronous interface for other
    subsystems to submit calls to `ChainSync`. This allows `NetworkService`
    to delegate calls to `ChainSync` while still providing the same API
    for other subsystems (for now). This makes it possible to move the
    syncing code in piecemeal fashion out of `protocol.rs` as the calls
    are just forwarded to `ChainSync`.
    altonen committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c994889 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Apply review comments

    altonen committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    5890d0c View commit details
    Browse the repository at this point in the history
  2. Fix tests

    altonen committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    bc5245b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    9bf6e1d View commit details
    Browse the repository at this point in the history