PoV-block gossip (#930)
* add pov-block gossip message to network * tests for pov-block gossip * integrate pov-block gossip into main protocol * message validation fetches pov blocks * remove stray dbg! invocation * test that pov-block is fetched from relay-parent topic
Showing
- polkadot/network/src/legacy/gossip/attestation.rs 93 additions, 10 deletionspolkadot/network/src/legacy/gossip/attestation.rs
- polkadot/network/src/legacy/gossip/mod.rs 330 additions, 41 deletionspolkadot/network/src/legacy/gossip/mod.rs
- polkadot/network/src/protocol/mod.rs 71 additions, 20 deletionspolkadot/network/src/protocol/mod.rs
- polkadot/network/src/protocol/tests.rs 55 additions, 3 deletionspolkadot/network/src/protocol/tests.rs
Please register or sign in to comment