ChainSafe / ChainSafe/gossamer
Implement concurrency for PVF Host in candidate validation
Open
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
## Task summary
Currently the candidate validation sub system validates candidates sequentially, but in order to keep up with validation multiple parachains, this sub system must validate these in parallel. This issue is to modify candidate validation sub system so that it can validate parachains concurrently.
## Specification reference
- See: https://paritytech.github.io/polkadot-sdk/book/node/utility/pvf-host-and-workers.html
## Other information and links
-
Contributor guide
Assessment
This issue has not been assessed yet.