diff --git a/polkadot/node/network/protocol/src/lib.rs b/polkadot/node/network/protocol/src/lib.rs index ae72230ee43d506549482e9a063aef5412b1283c..7a0ff9f4fa9a26c2ec1f7d97b03d61424e83b98b 100644 --- a/polkadot/node/network/protocol/src/lib.rs +++ b/polkadot/node/network/protocol/src/lib.rs @@ -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.