Skip to content

Releases: paritytech/substrate-api-sidecar

v4.0.6

12 Apr 17:31
ae74ef7

Choose a tag to compare

Upgrade Priority: Low

Bug Fixes

  • types Update @polkadot/api to get latest substrate types for Parachains

  • types Update @polkadot/apps-config to get latest chain specific types

  • Add Dock Mainnet weight's to Metadata Consts (#511) (7b7451d)

CI

  • Update docker publish realease container to workaround the buildas gha bug (#506) (6294925)

v4.0.5

05 Apr 18:50
07169e6

Choose a tag to compare

Upgrade priority: Low

Bug Fixes

  • types Update @polkadot/api to get latest substrate types for MultiLocation

  • types Update @polkadot/apps-config to get latest chain specific types

  • Add a defensive check in createCalcFee to make sure weightToFee is not mapped over when it is undefined (#501) (8347b67)

v4.0.4

29 Mar 22:06
b309459

Choose a tag to compare

Bug Fixes

  • Removes a stray console log that made its way into the npm build of v4.0.3. Otherwise read v4.0.3 to see the most recent updates

v4.0.3

29 Mar 21:13
44cb80b

Choose a tag to compare

Upgrade priority: Medium. Recommended for

  • users who wish to increase the speed of the /blocks endpoint
  • pallets/staking/progress users

Optimizations

  • Refactor the ControllerConfigs, and BlocksService to store/cache relevant weight fee calculation data in order to optimize expandMetadata calls. The design will now allow chains to store their relevant weight data inside of metadata-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 inside PalletsStakingProgressService to 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)

22 Mar 19:27
287d82f

Choose a tag to compare

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

  • build Update all configuration packages to pull from a universal config @substrate/dev (#472)(68db176)

v4.0.1

15 Mar 19:37
4012576

Choose a tag to compare

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

  • Update release-container for tags list (#470) (8c9bbe9)

v4.0.0

10 Mar 19:05
479ef90

Choose a tag to compare

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

Features

  • types camelCase enum serialization; Bump polkadot/api@v4 w. ESM (#467) (179642b)

Bug Fixes

  • types Update @polkadot/apps-config to get latest chain specific types (#463) (8357b33)

CI

v3.0.5

02 Mar 00:59
48f70fd

Choose a tag to compare

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.

Docker image: https://hub.docker.com/layers/parity/substrate-api-sidecar/v3.0.5/images/sha256-d4296abfbaceff784a0d2ac1e879dfb69a2ae71f51269ef86ed25249fe4a53fc?context=explore

Bug Fixes

  • types: Update @polkadot/api to get latest substrate types (#449) (6120dca)
  • types: Update @polkadot/apps-config to get latest chain specific types (#451) (226bbc0)

3.0.4 (2021-02-23)

23 Feb 09:47
b969725

Choose a tag to compare

  • types: Update @polkadot/api to get latest fixes for polkadot 0.8.28 (#446) (67302ff)

v3.0.3

22 Feb 18:04
aa25bc3

Choose a tag to compare

3.0.3 (2021-02-15)

Bug Fixes

  • types: Update @polkadot/{apps-config, api} to get latest type definitions (#434) (e02818f)