Skip to content

v1.0.8.2

Compare
Choose a tag to compare
@rossbulat rossbulat released this 16 Jul 17:42
· 1497 commits to main since this release
64b3eb2

This release is a maintenance release that fixes a number of bugs, and by default now disables pool member syncing from the page load, and instead asynchronously fetches pages of pool members when the Members tab is visited.

Changelog

  • Transient props have been used for styled components where it makes sense.
  • Styled components has been updated to version 6.
  • Some unused styles have been removed.
  • Fixed an issue where claim permission was not enabled on all networks.
  • bond and setController calls have been fixed for runtime 0.9.43 on Kusama.
  • Added usePoolCommission hook for capping max commission to global maximum automatically.
  • Added chain state (chain name version, ss58 format) to API context - to be expanded upon in a future update.
  • Gets pool members and pool member count from Subscan by default, preventing all pool members to be synced on page load.
  • Fixed an issue where Commission change rate's minDelay would break.
  • Fixed an issue where the updated pool commission configs (now None for maxPools) would cause an error.
  • Dockerfile has been added for container support.
  • Identicon and QR Code components are now a part of staking dashboard library, and no longer external packages.