feat(statement-distribution) Implement FanIn
approach to statement distribution
#4390
Labels
C-simple
Minor changes changes, no additional research needed. Good first issue/review.
S-subsystems-backing
issues related to polkadot host backing subsystem functionality.
T-implementation
this issue/pr is a new feature or functionality.
Issue summary
Run
method that keeps listening from overseerFanIn
patternImplementation details
Here is the pseudo code:
reputation
you can just use an interface forReputationAggregator
task_responder
is a goroutine that for now can have no implementation, since it has its on issue: feat(statement-distribution): implementv2::task_responder
#4285The
FanIn
pseudo-code:Other information and links
Acceptance criteria
ReputationAggregator
The text was updated successfully, but these errors were encountered: