ChainSafe / ChainSafe/gossamer
Test that a validator can second multiple candidates per single relay parent.
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
### Description
Add a test to verify that a validator **can** `second` multiple candidates for a single relay parent.
Previously, this behaviour was disallowed, and we had a test in place to ensure that a validator **could not** `second` multiple candidates per relay parent. That test is currently skipped:
[https://github.com/ChainSafe/gossamer/blob/bdb1a5b70790d8dca81cf58b0f9be5e8c30c3b8c/dot/parachain/backing/integration\_test.go#L875-L877](https://github.com/ChainSafe/gossamer/blob/bdb1a5b70790d8dca81cf58b0f9be5e8c30c3b8c/dot/parachain/backing/integration_test.go#L875-L877)
We can update this existing test to reflect the new expected behaviour.
Contributor guide
Assessment
This issue has not been assessed yet.