You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This is taken from a relay network based on westend-local.
After some modification we finished an era with 7 targets, and a staking desired target of 10.
When trying to submit a solution for the election the feasibility_check fails because of this check:
ensure!(winners.len() as u32 == desired_targets, FeasibilityError::WrongWinnerCount);
I'm not sure if it is a valid check here or if this should check if the winners is not over the desired_targets only.
(cc @JoshOrndorff and @kianenigma )