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.atsyntax 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.
totalStakeandminActiveBondhave been removed from the staking worker.- Allows countdowns to take any arbitrary start date.
- Introduced
ButtonHelpfrom UI library, replacingOpenHelpIcon.
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.