ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
427 stars 110 forks source link

test(dot/parachain/backing): retry on failed PoV fetching. #4011

Open axaysagathiya opened 3 months ago

axaysagathiya commented 3 months ago

When we get a statement message in the candidate backing subsystem, it requests PoV(Proo-of-validity) from the validator.

If failed to fetch PoV, the subsystem should retry fetching PoV on the next backing statement.