Skip to content
Commit c540638b authored by Liu-Cheng Xu's avatar Liu-Cheng Xu
Browse files

Expose more syncing types to enable custom syncing strategy

This commit exposes additional syncing types to facilitate the development
of a custom syncing strategy based on the existing Polkadot syncing strategy.
Specifically, my goal is to isolate the state sync and chain sync components,
allowing the state to be downloaded from the P2P network without running a full
Substrate node. And I need to intercept the state responses during the state
sync process.

The newly exposed types are necessary to implement this custom syncing strategy.
parent 69b929f5
Pipeline #502212 waiting for manual action with stages
in 4 minutes and 13 seconds