This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Explore the usage of Episub for distributing PoV chunks #11944
Labels
J2-unconfirmed
Issue might be valid, but it’s not yet known.
The Episub gossip protocol is a successor to the FloodSub protocol, which allows two types of peers to exist,
eager
, andlazy
peers. The lazy peers are just used to transmit metadata about the message, whereas eager peers receive the whole message.In the context of distributing PoV's, it is possible for the backing set for the given parachain to be eager peers, and the other validators could be lazy peers, to facilitate gossiping. As an added functionality, the lazy peers who wish to validate the block can request the chunks as well.
There is an existing implementation of the Episub protocol, in Rust.
As per my understanding of this use-case, using Episub for PoV distribution, would result in -
The text was updated successfully, but these errors were encountered: