Skip to content

Releases: paritytech/substrate-api-sidecar

v19.1.0

15 Aug 15:08
beea4a7
Compare
Choose a tag to compare

Feat

  • feat: add pallets/on-going-referenda endpoint (#1471) (386fbb3)
  • feat: Add route based metrics across API (#1465) (a4bbcb8)

Docs

Chore

  • chore(deps): update all non polkadot-js deps in root & docs folder (#1475) (c766c1d)
  • chore: bump axios from 1.6.7 to 1.7.4 in /docs (#1474) (82c61df)
  • chore(deps): update polkadot-js deps (#1473) (0317ec9)

Compatibility

Tested against the following node releases:

  • Polkadot v1.15.0 (Polkadot stable2407)
  • Kusama v1.15.0 (Polkadot stable2407)
  • Westend v1.15.0 (Polkadot stable2407)

Tested against the following runtime releases:

  • Polkadot v1002007
  • Kusama v1002006
  • Westend v1015000

v19.0.2

27 Jun 19:52
28ed90d
Compare
Choose a tag to compare

Fix

  • fix: add nominations in staking-info endpoint (#1448) (b048648)

Chore

Compatibility

Tested against:

  • Polkadot v1013000
  • Kusama v1013000
  • Westend v1013000

v19.0.1

24 May 14:51
8749062
Compare
Choose a tag to compare

Fix

  • fix: duplicate payouts in staking-payouts endpoint (#1439) (b751ca4)
  • fix: add asset conversion pallet to Polkadot Asset Hub (#1437) (1c42f70)

Chore

  • chore(deps): update all non polkadot-js deps (#1442) (bb83189)
  • chore(deps): update polkadot-js deps & README (#1441) (7fb4844)

Compatibility

Tested against:

  • Polkadot v11200
  • Kusama v11200
  • Westend v11200

v19.0.0

24 Apr 20:40
8de3f34
Compare
Choose a tag to compare

Breaking Changes

  • fix!: add new staking storage items (#1432) (317edba)
    NOTE: This PR introduces breaking changes in the staking-payouts endpoint. More specifically:
    1. The payouts for eras after the v1.2.0 runtime upgrade are now retrieved and returned in the endpoint's response
    2. The payouts are retrieved by using the new storage items erasStakersPaged and erasStakersOverview
    3. The use of erasStakersClipped is deprecated but still supported. It will be completely removed in the future
  • fix!: staking payouts change claimed value (#1429) (abf4d9d)
    NOTE: This PR introduces breaking changes in the staking-payouts endpoint. More specifically:
    1. Payouts with claimed false are now retrieved and returned in the endpoint's response
    2. Payouts are now retrievable from any block height within the queried era

Feat

Fix

  • fix: add deprecation note for paras endpoints (#1428) (3ed7cbe)
  • fix: define query param depth in Staking Payouts for all chains (#1422) (c73c801)

Chore

  • chore(deps): update polkadot-js deps (#1434) (d2c05f2)
  • chore(deps): update polkadot-js deps (#1430) (80571f8)
  • chore(deps): bump tar from 6.1.15 to 6.2.1 (#1427) (395b39b)
  • chore: bump tar from 6.1.12 to 6.2.1 in /docs (#1426) (467ecdd)
  • chore: bump undici from 5.28.3 to 5.28.4 in /docs (#1425) (360b6ab)
  • chore(deps): bump express from 4.18.3 to 4.19.2 (#1420) (5951085)
  • chore(deps): bump express from 4.18.1 to 4.19.2 in /docs (#1419) (d4ceb44)
  • chore(deps): bump webpack-dev-middleware from 5.3.1 to 5.3.4 in /docs (#1418) (51a4a68)

Compatibility

Tested against:

  • Polkadot v11000
  • Kusama v11000
  • Westend v11000

v18.0.0

21 Mar 20:20
5ddabc2
Compare
Choose a tag to compare

Breaking Changes

  • feat!: add in-transit XCM msgs in blocks endpoint (#1412) (6028086)
    • NOTE: This PR introduces breaking changes in the blocks endpoint when decoded XCM messages are enabled. More specifically:
      1. The structure of the Upward Messages response has changed
      2. paraId was renamed to originParaId

Fix

  • fix: add Kusama chain check in historic blocks (#1415) (cfbcddd)
  • fix: multilocation type in pallets/foreign-assets (#1408) (b7136d0)

Chore

  • fix(deps): update pjs deps, and fixing types (#1416) (b5eded8)
  • chore(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /docs (#1414) (e20f782)
  • chore(deps): update non-pjs deps (#1407) (96c9f11)

Compatibility

Tested against:

  • Polkadot v10800
  • Kusama v10800
  • Westend v10800

v17.5.2

01 Mar 17:30
f2b58bd
Compare
Choose a tag to compare

Fix

  • fix: add more historic support for staking-payouts (#1397) (b1e84be)

Chore

  • chore(deps): bump ip from 1.1.8 to 1.1.9 in /docs (#1399) (b7480fb)
  • chore(deps): bump ip from 2.0.0 to 2.0.1 (#1398) (d751ba8)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500

v17.5.1

07 Feb 18:23
2e40f11
Compare
Choose a tag to compare

Fix

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500

v17.5.0

06 Feb 18:52
684ae97
Compare
Choose a tag to compare

Feat

  • feat: add at query param for staking-payouts (#1388) (a8b96ff)
  • feat: Add endpoint /accounts/{accountId}/proxy-info (#1387) (9addf07)

Fix

  • fix: add asset conversion pallet to Kusama Asset Hub (#1389) (3b447c6)
  • fix: added decodedXcmMsgs in 'blocks/head' endpoint (#1385) (90b89de)

Docs

  • docs(calc): Updated README for calc package (#1386) (cc80227)

Ci

Chore

  • chore(deps): update swagger-ui to resolve braintree dep (#1392) (3a42a38)
  • chore(yarn): update yarn to 4.1.0 (#1390) (02166de)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500

v17.4.0

24 Jan 17:41
4ccc7dd
Compare
Choose a tag to compare

Features

  • feat: add decoded XCM data in blocks endpoint (#1364) (555817c)

Fix

  • fix: generated a custom key for the cache in blocks endpoint (#1381) (17cbd2c)

Docs

  • docs: correct the /transaction/material docs for metadata (#1377) (ca163c7)

Chore

  • chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2 (#1380) (8eca817)
  • chore(deps): bump Swatinem/rust-cache from 2.7.2 to 2.7.3 (#1382) (792d5bb)
  • chore(deps): bump actions/cache from 3 to 4 (#1383) (95987f5)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500

v17.3.5

10 Jan 15:52
aef22fe
Compare
Choose a tag to compare

Fix

  • fix: changed how claimed variable is set in staking-payouts (#1378) (0560806)

Perf

  • perf: add additional high load benchmarks for /blocks (#1372) (c3d9d01)

Docs

Chore

  • chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /docs (#1376) (b2aab7d)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500