mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 05:47:58 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user