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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
Unclaimed rewards are now displayed as “pending” rewards and represented by transparent bars in payout bar graphs.
Unlock chunks contain a live countdown of time left before withdrawal is enabled.
Removes controller accounts from accounts list, and improves presentation.
Light client has been re-enabled as a connection option.
Added additional validator operators in the community section.
System
Introduced Array.at syntax where applicable.
All network metrics that were numbers have been converted to BigNumber.
Minimum active bond has been replaced with minimum active stake directly from API storage.
totalStake and minActiveBond have been removed from the staking worker.
Allows countdowns to take any arbitrary start date.
Introduced ButtonHelp from UI library, replacing OpenHelpIcon.
Fixes
Fixes an issue where the payouts graph title was incorrectly displaying None for pool rewards.
Fixes an issue where pool claims sometimes did not display in the payouts list.
Fixes an issue where meta batch state was not being updated correctly.
Fixes an issue where time-left displays would jump forward a matter of seconds due to re-renders resetting the start date.
Fixes an issue where deleting a multi-character search term from the search bar resulted in no results being displayed.
All payouts are now rendered in one state update and only one page is fetched per payout type, preventing failed Subscan requests or unsmooth re-renders.