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.
bondandsetControllercalls have been fixed for runtime 0.9.43 on Kusama.- Added
usePoolCommissionhook 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
minDelaywould break. - Fixed an issue where the updated pool commission configs (now
NoneformaxPools) 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.