Only send one collation per relay parent at a time to validators (#3360)
* Only send one collation per relay parent at a time to validators This changes the way we are sending collations to validators. Before we answered every collation request immediatley. Now we only answer one pov request at a time per relay parent. This should bring down the bandwidth requirements and should help parachains to include bigger blocks more easily. * Guide updates * Review feedback.
Showing
- polkadot/node/network/collator-protocol/src/collator_side/mod.rs 112 additions, 22 deletions...t/node/network/collator-protocol/src/collator_side/mod.rs
- polkadot/node/network/collator-protocol/src/collator_side/tests.rs 138 additions, 5 deletions...node/network/collator-protocol/src/collator_side/tests.rs
- polkadot/roadmap/implementers-guide/src/node/collators/collator-protocol.md 2 additions, 2 deletions...mplementers-guide/src/node/collators/collator-protocol.md
Please register or sign in to comment