Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit b32dcc4

Browse files
montekkicoriolinus
andauthored
Collator protocol subsystem (#1659)
* WIP * The initial implementation of the collator side. * Improve comments * Multiple collation requests * Add more tests and comments to validator side * Add comments, remove dead code * Apply suggestions from code review Co-authored-by: Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> * Fix build after suggested changes * Also connect to the next validator group * Remove a Future impl and move TimeoutExt to util * Minor nits * Fix build * Change FetchCollations back to FetchCollation * Try this * Final fixes * Fix build Co-authored-by: Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
1 parent 61dd388 commit b32dcc4

16 files changed

Lines changed: 2553 additions & 89 deletions

File tree

Cargo.lock

Lines changed: 72 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ members = [
5454
"node/network/statement-distribution",
5555
"node/network/bitfield-distribution",
5656
"node/network/availability-distribution",
57+
"node/network/collator-protocol",
5758
"node/overseer",
5859
"node/primitives",
5960
"node/service",

0 commit comments

Comments
 (0)