Releases: paritytech/substrate-api-sidecar
v4.0.6
v4.0.5
v4.0.4
v4.0.3
Upgrade priority: Medium. Recommended for
- users who wish to increase the speed of the
/blocksendpoint pallets/staking/progressusers
Optimizations
- Refactor the
ControllerConfigs, andBlocksServiceto store/cache relevant weight fee calculation data in order to optimizeexpandMetadatacalls. The design will now allow chains to store their relevant weight data inside ofmetadata-constsbut is not required. This fixes a regression seen in this commit. (#478) (610db42)
Bug Fixes
- types Update @polkadot/api to get latest substrate
ParaInfotype update (#496) (d566e31) - types Update @polkadot/apps-config to get latest chain specific types (#497) (6e58b51)
- Reconfigure
eraElectionStatusinsidePalletsStakingProgressServiceto continue to work with parachains and older runtimes as it will be deprecated with the upcoming runtime v30 (#485) (415f030)
v4.0.2 (2021-03-22)
Upgrade Priority: Low. Recommended for users that want to be up to date with the most recent substrate changes.
Bug Fixes
- types Update @polkadot/api to get latest substrate types for
Extender{Header, SignedBlock}, and updated metadata - types Update @polkadot/apps-config to get latest chain specific types
Packaging
v4.0.1
4.0.1 (2021-03-15)
Upgrade Priority: Low. Recommended for users that want to be up to date with the most recent substrate changes.
Bug Fixes
- types Update @polkadot/api to get latest substrate types for crowdloans (#474)(91f7dfa)
- types Update @polkadot/apps-config to get latest substrate types for crowdloans (#473) (dfeec8c)
CI
v4.0.0
4.0.0 (2021-03-10)
Upgrade Priority: Medium. Recommended for Polkadot users in order to fix a bug introduced in v3.0.5. v3.0.5 introduced a bug where historical blocks in Polkadot CC1 that contained sudo proxy calls could not be decoded. Additionally, this release is now recommended for maximum compatibility for runtime upgrade v29 on Polkadot.
⚠ BREAKING CHANGES
- Enums in responses serialize with camelCase variants. Check spec diffs for details (#467)
Features
Bug Fixes
CI
v3.0.5
3.0.5 (2021-03-01)
Upgrade priority: Medium. This release is recommended for maximum compatibility with polkadot runtimes in release v0.8.29. This includes runtimes Westend v49, Kusama 2029, and Polkadot 29.