Upgrade priority: Medium. Recommended for
- users who wish to increase the speed of the
/blocks
endpoint pallets/staking/progress
users
Optimizations
- Refactor the
ControllerConfigs
, andBlocksService
to store/cache relevant weight fee calculation data in order to optimizeexpandMetadata
calls. The design will now allow chains to store their relevant weight data inside ofmetadata-consts
but is not required. This fixes a regression seen in this commit. (#478) (610db42)
Bug Fixes
- types Update @polkadot/api to get latest substrate
ParaInfo
type update (#496) (d566e31) - types Update @polkadot/apps-config to get latest chain specific types (#497) (6e58b51)
- Reconfigure
eraElectionStatus
insidePalletsStakingProgressService
to continue to work with parachains and older runtimes as it will be deprecated with the upcoming runtime v30 (#485) (415f030)