Chore: link code TODO for removing redundant message information (#3126)

fixes #675

---------

Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
Andrei Sandu
2024-01-30 23:55:02 +02:00
committed by GitHub
parent 5eb4773d13
commit 4220503d28
+4 -1
View File
@@ -895,7 +895,10 @@ pub mod v3 {
/// candidate index.
///
/// Actually checking the assignment may yield a different result.
/// TODO: Look at getting rid of bitfield in the future.
///
/// TODO at next protocol upgrade opportunity:
/// - remove redundancy `candidate_index` vs `core_index`
/// - `<https://github.com/paritytech/polkadot-sdk/issues/675>`
#[codec(index = 0)]
Assignments(Vec<(IndirectAssignmentCertV2, CandidateBitfield)>),
/// Approvals for candidates in some recent, unfinalized block.