Skip to content

v1.0.7

Compare
Choose a tag to compare
@rossbulat rossbulat released this 03 May 15:22
· 2523 commits to main since this release

Features

  • Proxy account support has been introduced to the dashboard!
    • Any and Staking proxies are now recognised in the dashboard.
    • View your proxies from the account selection modal, and find them below the delegator account.
    • Both the delegator and proxy account need to be imported into the dashboard. A future update will allow users to manually declare a proxy account without the need of the delegator being imported.
  • A Controller account deprecation prompt is shown for nominators who have a different controller account to their stash account, with one-click access to update the controller to the stash account.
  • Account selection modal groups accounts that are both nominating and in a pool, preventing duplicate list entries.
  • Added help items to Ledger feedback.
  • Favourite validators have been moved to a tab within the Validators page.
  • Fearless wallet has been added as an additional extension.
  • Miscellaneous theming improvements.
  • A pulse animation has been added to active transaction submission buttons.

System

  • Migrated from lottie-react and the Lottie JSON format to the dot-lottie player and .lottie format, shrinking bundle size by ~10%.
  • Migrated the app's remaining structural wrappers to @polkadotcloud/core-ui.
  • Deprecated src/utils.ts in favour of @polkadotcloud/utils.
  • Deprecated che-react-number-easing in favour of @polkadotcloud/react-odometer, that introduces smooth number animations to stat boxes.
  • Added a totalAdditionalBond property to transfer options for nominating and pools.
  • Ledger feedback has been simplified.
  • No longer calculates pending pool rewards in-app, but rather relies on the nominationPoolsApi.pendingRewards runtime call.
  • Removed state objects for unsubscribe objects, that are now only using a ref.
  • Mobile font size has been made 0.5px larger.

Fixes

  • Fixed an issue on carousel modals that were resizing incorrectly.
  • Fixed an issue where pools were not taking into consideration account locks when displaying the maximum possible bond amount.
  • Fixed an issue where a pool's outstanding reward balance would be preloading if it remained at zero.
  • Fixed button spacing via the latest @polkadotcloud/core-ui package update.
  • Fixed an issue where the maximum number of nominees could not be added to a nomination set.
  • Fixed an issue where font weights were too bold on Safari.