Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

approval-voting: implement some TODOs and remove v2 assignment core_indices and samples #6802

Merged
2 changes: 2 additions & 0 deletions node/core/approval-voting/src/approval_db/v1/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ pub struct OurAssignment {
pub validator_index: ValidatorIndex,
// Whether the assignment has been triggered already.
pub triggered: bool,
// Claimed core indices.
sandreim marked this conversation as resolved.
Show resolved Hide resolved
pub claimed_core_indices: Vec<CoreIndex>,
}

/// Metadata regarding a specific tranche of assignments for a specific candidate.
Expand Down
Loading