Skip to content

Releases: paritytech/substrate-api-sidecar

v16.0.0

08 May 15:49
ea74d00
Compare
Choose a tag to compare

Breaking Changes

  • fix!: removes metadata v13 (#1272) (287d8e3)
    NOTE: This removes adjustMetadataV13 query parameter from /pallets/{palletId}/storage.
  • fix!: remove noMeta query param from /transaction/materials (#1275) (1d20501)
    NOTE: This removes noMeta from /transaction/materials. Please refer to the PR for more information.
  • fix!: minimum nodejs version (#1278) (05628da)
    NOTE: We want this library to be in sync with polkadot-js so it's important for us to also be in line with node-js versions. The version we specify is a minimum of v18.14.

Test

  • test: add acala & karura to e2e tests and some improvements (#1273) (44e2da4) Contributed by (xlc)

CI

Chores

Docs

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420

v15.0.0

19 Apr 16:54
0761400
Compare
Choose a tag to compare

BREAKING CHANGES

  • fix!: update polkadot-js, and adjust for breaking changes (/accounts/{accountId}/balance-info) (#1255) (8964882)
    NOTE: The endpoint /accounts/{accountId}/balance-info has a new field called frozen, while miscFrozen, and feeFrozen will now give new outputs when they are no longer supported. Important: These changes are not yet reflected in a runtime release on polkadot, kusama, and westend, but are applied in sidecar to ensure support is there. Please look into the docs and or the above PR to see the changes in more depth.

Bug Fixes

  • fix: incorrect finalization when head blocks are cached and polled (#1265) (d498206)
    NOTE: This patches a bug related to /blocks/head.

Test

  • test(scripts): change historical e2e-tests endpoints to parity hosted nodes (#1261) (bfe2976)

Compatibility

Tested against:

  • Polkadot v9400
  • Kusama v9400
  • Westend v9400

v14.5.3

11 Apr 18:19
23f6738
Compare
Choose a tag to compare

Bug Fixes

  • fix: validator staking endpoint with more info, and correct docs (#1258) (e0024e5)
    NOTE: This ensures that the pallets/staking/validators endpoint has the at key, and adds the validatorsToBeChilled key. Please read the PR for more info.

CI

Compatibility

Tested against:

  • Polkadot v9400
  • Kusama v9400
  • Westend v9400

v14.5.2

04 Apr 17:11
0809eff
Compare
Choose a tag to compare

Bug Fixes

  • fix: invalid validator active set (#1256) (a13269b)
    • NOTE: This ensure that /pallets/staking/validators returns the correct amount of active validators in the set.

Tested against:

  • Polkadot v9400
  • Kusama v9400
  • Westend v9400

v14.5.1

23 Mar 09:46
6bfb577
Compare
Choose a tag to compare

Chores

Tested against:

  • Polkadot v9390
  • Kusama v9390
  • Westend v9390

v14.5.0

15 Mar 18:07
fac44c4
Compare
Choose a tag to compare

Features

CI

Test

  • test: fix benchmark url calls for pallets keys (#1240) (e4e4cac)

Chores

  • chore: bump Swatinem/rust-cache from 2.2.0 to 2.2.1 (#1241) (190c713)
  • chore(deps): update polkadot-js deps (#1247) (5c4449c)
  • chore: add inspect mode script (#1248) (4f40666)
  • chore: bump webpack from 5.68.0 to 5.76.0 in /docs (#1249) (783ef9b)

Compatibility

Tested against:

  • Polkadot v9390
  • Kusama v9390
  • Westend v9390

v14.4.1

28 Feb 00:19
e0d47b9
Compare
Choose a tag to compare

CI

Chores

Compatibility

Tested against:

  • Polkadot v9380
  • Kusama v9380
  • Westend v9380

v14.4.0

14 Feb 20:46
d0bf7cb
Compare
Choose a tag to compare

Features

Perf

Tests

  • tests: fix e2e tests, add kusama westend, and remove ws check (#1223) (fb35b6b)

Chores

  • chore: add e2e-tests to single lint configuration (#1226) (f546abc)
  • chore(deps): update pjs, add small e2e-config (#1225) (80f4e2c)
  • chore(deps): update pjs deps (#1221) (10930b2)
  • chore(tech-debt): cleanup type assignment for consoleOverride (#1215) (520631c)
  • chore:(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#1217) (fe6ee23)
  • chore: bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs (#1216) (2f2b513)

Compatibility

Tested against:

  • Polkadot v9370
  • Kusama v9370
  • Westend v9370

v14.3.1

01 Feb 19:27
f3c10ae
Compare
Choose a tag to compare

Bug Fixes

  • fix: update errors endpoint to use latest error metadata for fetchErrorItem (#1205) (a13e8ca)
  • fix: rename nomination-pools to be to standard (#1203) (7d8ac10)
    NOTE: This renames /pallets/nominationPools/* to /pallets/nomination-pools/*.

Chores

  • chore(deps): updated to new version of confmgr (#1207) (a0f7d78)
  • chore(deps): update polkadot-js deps (#1206) (1cb3d22)
  • chore(deps): update polkadot-js api to most recent patch (#1211) (cffc235)

Compatibility

Tested against:

  • Polkadot v9370
  • Kusama v9370
  • Westend v9370

v14.3.0

25 Jan 17:09
3c850a4
Compare
Choose a tag to compare

Notes

This release contains a lot of new features and endpoints to sidecar. Notably, you may now write your logs to a file instrinsicly in sidecar. Please refer to the following docs on logging for more information. There is also a fresh amount of new endpoints to query:

  • /paras/head/included-candidates
  • /paras/head/backed-candidates
  • /pallets/{palletId}/errors
  • /pallets/{palletId}/errors/{errorItemId}
  • /pallets/staking/validators
  • /pallets/nominationPools/info
  • /pallets/nomintaionPools/{poolId}

For more info on the endpoints please refer to the docs

Features

Chores

  • chore(deps): update polkadot-js deps (#1183) (e2d64ed)
  • chore(yarn-dev): update yarn to 3.3.1, and substrate/dev to 0.6.6 (#1185) (c7461c6)
  • chore(lint): adjust lint script (#1184) (325e80a)
  • chore: bump bumpalo from 3.6.0 to 3.12.0 in /calc (#1192) (93e7d36)
  • chore(deps): update polkadot-js deps (#1193) (ee64335)
  • chore(scripts): cleanup package.json scripts (#1200) (1585605)

Docs

Compatibility

Tested against:

  • Polkadot v9370
  • Kusama v9370
  • Westend v9370