Skip to content

Releases: paritytech/substrate-api-sidecar

v7.0.3: chore(release): 7.0.3 (#586)

21 Jun 16:16
142e5b5

Choose a tag to compare

Updated dependencies.

chore(release): v7.0.2 (#585)

14 Jun 20:52
cca8b91

Choose a tag to compare

* chore(release): v7.0.2

* Update CHANGELOG.md

Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>

Co-authored-by: Tarik Gul <47201679+TarikGul@users.noreply.github.com>

v7.0.1

08 Jun 16:07
2ada003

Choose a tag to compare

7.0.1 (2021-06-07)

Bug Fixes

  • Fix: Update deps, add westmint, and westmine (#575) (8c53b44)

  • Fix: Remove assets endpoint from chains config for relay chains. Add statemint, and statemine (#573) (0878a3c)

v7.0.0

01 Jun 14:51
ee33054

Choose a tag to compare

7.0.0 (2021-05-31)

⚠ BREAKING CHANGES

  • Changes the fields firstSlot and lastSlot to firstPeriod and lastPeriod within the FundInfo type to match the type generated from @polkadot/api. This effects the /experimental/paras/:paraId/crowdloans-info endpoint. (#570) (0c73631)

Bug Fixes

test Turns runtime tests into e2e tests. (#561) (0c73631)

Types

v6.2.3

27 May 17:03
fa83ad9

Choose a tag to compare

6.2.3 (2021-05-27)

NOTE: No changes or fixes to the API for this release. v6.2.3 is a replacement for v6.2.2 due to an error during the NPM release process when it comes to pulling the @substrate/api-sidecar package from NPM. Please see v6.2.2 changelog for the most recent updates.

v6.2.2

27 May 15:49
7f7ea88

Choose a tag to compare

6.2.2 (2021-05-27)

Features

Bug Fixes

  • docs Update release docs to use yarn dedupe, fix util-crypto packaging (#565) (87a828f)

v6.2.1

24 May 19:00
6676915

Choose a tag to compare

6.2.1 (2021-05-24)

Bug Fixes

  • types Asset approval parameter change, bump polkadot-js/api (#559) (c523244)

  • test Integrate runtime-tests as a helper library (#549) (ea904f3)

  • docs Update controller config in the chain integration guide (#556) (3ae0c3f)

  • Reduce controller config boilerplate (#555) (59795b3)

v6.2.0

16 May 19:52
c1976ea

Choose a tag to compare

6.2.0 (2021-05-16)

Upgrade priority: High for Kusama & Polkadot /blocks endpoint users as this release fixes issues with decoding validator election solutions that prevented certain blocks from being decoded (see #551 for more details on the issue).

Features

  • State tracing for balance reconciliation (#383) (bf47b11)

Bug Fixes

  • types Bump polkadot-js/api to decode CompactSolution for 24 noms (#553) (c67ae2f)

v6.1.0

11 May 22:56
9a8714c

Choose a tag to compare

Upgrade Priority: Low. High for users who wish to query Statemint, Statemine, KILT and/or need some of the latest parachain types.

Features

  • Add Asset specific endpoints to /accounts and /pallets in order to query Asset based information from Statemint(polkadot) and Statemine(kusama) Parachains. (#533) (e83bc7e)

  • Add support for the KILT chain. Contribution by Dudleyneedham. (#542) (01ae7ac)

Bug Fixes

  • docs Improve release build & process instructions (#540) (ea5b40e)

v6.0.0

07 May 00:42
850d9e0

Choose a tag to compare

6.0.0 (2021-05-06)

⚠ BREAKING CHANGES

  • Changes to serialization of ConsensusEngineId in block digest logs. Check spec diffs for details. (#535)

Types

  • Bump @polkadot/api for the latest parachain support. (#535) (7b96c21)