Bastian Köcher
Bastian Köcher
Code can mainly be found here: https://github.com/paritytech/substrate/tree/master/client/network/src/protocol/sync
FYI, it is mainly this https://github.com/paritytech/substrate/blob/master/client/network/src/protocol/sync.rs and this https://github.com/paritytech/substrate/tree/master/client/network/src/protocol/sync. And while I see that network-gossip is on the client folder level, sync should go to `client/network/sync`.
@wigy-opensource-developer can you please give details on what is planned.
Hey, no there is not yet any real progress. This will also still take quite some time to have something proper.
Can you again say what you need @nazar-pc?
Do you have any write up of your syncing algorithm? I mean it is enough to have some rough write up on how it works.
> As a first step `sc-network` will depend on an extracted crate `sc-network-sync` that will contain all handling of the block and state synchronization messages defined in the [`api.v1`](https://github.com/paritytech/substrate/blob/f72fe056844a375f16449555d6e20e57dcd16aa6/client/network/src/schema/api.v1.proto) Protobuf...
> Not 100% sure yet, but it might be just enough for me to do some of the tweaks to the sync process I wanted to do for a while....
@nazar-pc what is your future plans here? Do you still want to continue pursuing this issue or can I assign it to someone else?