ChainSafe / ChainSafe/gossamer
Implement handle pvf check result
Open
T-implementation
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
## Issue summary
After all result of PVF verefication are available subsystem should sign and submit results to Runtime API
## Implementation details
- listen to channel with results from PVF check goroutines
- on result sign judgmenets and submit via the runtime
- sign and submit only happens if validator is in active validator set
## Other information and links
- https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/node/core/pvf-checker/src/lib.rs#L135
## Acceptance criteria
[] Add AC's here..
[] Regression testing (if applicable)
[] New code is 60% covered with unit tests
Contributor guide
Assessment
This issue has not been assessed yet.