Skip to content

Commit

Permalink
address reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
axaysagathiya committed Dec 13, 2024
1 parent ae04a90 commit 7798afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/design/candidate-backing-elastic-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /design/candidate-backing-es/
We currently have both legacy backing code and async backing code. Now that the async backing parameters runtime API is live on all networks, the backing subsystem code can be simplified. We can remove the use of `ProspectiveParachainsMode` and keep only the parts under `ProspectiveParachainsMode` enabled.

### remove perLeaf field of CandidateBacking struct
- Remove the perLeaf field of the `CandidateBacking` struct as it keeps track of which active leaf has ProspectiveParachainMode Enabled.
- Remove the perLeaf field of the `CandidateBacking` struct as it keeps track of which active leaf has `ProspectiveParachainMode` enabled.
- if we need active leaf data, we can get it from backing implicit view which we store in `CandidateBacking`. (Yet to implement)

### change GroupID from paraID to CoreIndex
Expand Down

0 comments on commit 7798afd

Please sign in to comment.