This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Commit b32dcc4
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
- node
- core/candidate-selection/src
- network
- availability-distribution
- src
- bitfield-distribution
- src
- collator-protocol
- src
- subsystem-test-helpers
- src
- subsystem-util/src
- subsystem/src
- runtime/westend/src
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments