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

MinimumActivesStake reported as 0 #13938

Closed
1 of 2 tasks
gpestana opened this issue Apr 18, 2023 · 0 comments · Fixed by #14245
Closed
1 of 2 tasks

MinimumActivesStake reported as 0 #13938

gpestana opened this issue Apr 18, 2023 · 0 comments · Fixed by #14245
Assignees

Comments

@gpestana
Copy link
Contributor

gpestana commented Apr 18, 2023

PR#12889 has introduced a helper for UI/UXs to query the minimum active stake by storing MinimumActiveStake in storage. This value is updated everytime the snapshot is created and the election data provider iterates over the T::VotersList (bags-list) to select the potential active nominators for the next era.

It has been reported that MinimumActiveStake in Polkadot and Kusama has zero in some eras. In the current implementation, there are a few reasons for the minimum active stake to be zero. However, this should no happen and the MinimumActiveStake should never be lower than MinNominatorBond.

  • Ensure that MinimumActiveStake is never below MinNominatorBond
  • Confirm the decoding issue in Kusama

More notes: https://hackmd.io/NCe-ZVJ2TOC6Tt78bU15BQ

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.