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
Changed representation of the requirement for Guardian self stake. Instead of representing the max ratio between total delegation and self delegation, changed to represent the min ratio between self delegation and the total delegation: Renamed IElections.MaxDelegationRatioChanged to IElections.MinSelfStakePercentMilleChanged (events) and IElections.setMaxDelegationRatio() to IElections.setMinSelfStakePercentMille(). Adjusted getSettings() accordingly.