ChainSafe / ChainSafe/gossamer
test(dot/parachain/backing): observes backing even if not a parachain validator
Open
S-subsystems-backing
S-tests
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
When the candidate backing subsystem gets a `Statement` message, it should observe the backing even if the validator is not assigned to the parachain.
- validator imports statement into statement table even if the validator is not assigned to the parachain. So we know who to hold accountable in case of disputes. Any validator can be selected as the next relay-chain block author, and for security reasons, this is not revealed in advance.
Contributor guide
Assessment
This issue has not been assessed yet.