-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(parachain/collator): handle Seconded overseer message (#3557)
`Seconded` is a type of statement for a candidate. Seconded implies `Valid` (also a type of statement). Collator protocol could receive `Seconded` message from backing subsystem for a particular candidate. On receiving this message we would - stop tracking its candidate for backing - reward the collator that sent us this collation - sent out a gossip message in the collator protocol peerset that this candidate was seconded
- Loading branch information
1 parent
e6d2115
commit 6bbdb40
Showing
4 changed files
with
422 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.