Skip to content

Releases: paritytech/substrate-api-sidecar

v17.3.4

05 Jan 14:29
f51a28d
Compare
Choose a tag to compare

Fix

  • fix: ensure statemine, and statemint are still supported (#1374) (ca5079a)

Chore

  • chore(pjs): update polkadot-js, and fix staking ledger types (#1371) (ceea8eb)

Compatibility

Tested against:

  • Polkadot v10500
  • Kusama v10500
  • Westend v10500

v17.3.3

21 Dec 19:28
36b4416
Compare
Choose a tag to compare

NOTE This release focuses on improving the performance of the tool resolving a regression where blocks were overwhelmed with transactions. The noFees query parameter focuses on removing fee info for the blocks if the user does not intend on needing fees. For more general cases where fees are necessary we have increased the performance of querying /blocks while also calculating fees. This was done with 2 cases: ensuring transactionPaidFee, and ExtrinsicSuccess or ExtrinsicFailure info is used to its fullest so we can avoid making any additional rpc calls, as well as ensuring the extrinsic's are called concurrently.

Perf

Fix

  • fix: add finalizedKey query param to /blocks/{blockId} (#1362) (ecd1518)
  • fix: added query to calc fees (#1366) (203a257)
    NOTE: this added the noFees={bool} query param to specify whether to retrieve or not the fees information of the block for the /blocks/* endpoint

Test

  • test(e2e): replace tests pointing to deprecated pallets (#1363) (2a38b2e)

Compatibility

Tested against:

  • Polkadot v10400
  • Kusama v10400
  • Westend v10400

v17.3.2

16 Nov 19:02
0e81076
Compare
Choose a tag to compare

Fix

  • fix: add override types for asset hub conversation pallet (#1354) (21e016d)

NOTE: This fix is decoding certain blocks in Kusama Asset Hub and Westend Asset Hub.

Test

  • test: add test for frozen deprecation in runtime (#1353) (1a249a3)

CI

  • ci: fixing gitspiegel trigger workflow (bdb9271)
  • ci: switch e2e-tests endpoints (#1350) (644b475)
  • ci: adding gitspiegel-trigger workflow (#1348) (87f47a5)

Compatibility

Tested against:

  • Polkadot v10300
  • Kusama v10300
  • Westend v10300

v17.3.1

30 Oct 15:04
840b97f
Compare
Choose a tag to compare

Fix

  • fix: bifrost type issue & small fixes in tests (#1345) (567170b)

Chore

  • chore(deps): bump actions/setup-node from 3 to 4 (#1343) (8fa49aa)
  • chore(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#1344) (47a47da)

Compatibility

Tested against:

  • Polkadot v10200
  • Kusama v10200
  • Westend v10200

v17.3.0

23 Oct 14:50
f07ecfe
Compare
Choose a tag to compare

Features

The following endpoints are now available:

  • /blocks/:blockId/extrinsics-raw
  • /pallets/pool-assets/{assetId}/asset-info
  • /accounts/{accountId}/pool-asset-balances
  • /accounts/{accountId}/pool-asset-approvals

Chore

  • chore(yarn): bump yarn (#1341) (052aaa1)
  • chore(deps): update polkadot-js deps (#1339) (2978d1a)
  • chore: bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#1332) (2d1d82d)
  • chore: bump postcss from 8.4.14 to 8.4.31 in /docs (#1337) (39d016a)
  • chore(deps): bump @babel/traverse from 7.22.11 to 7.23.2 (#1340) (b59bb90)

Docs

  • docs: fix regex under the pattern keyword (#1335) (fbdca75)

Compatibility

Tested against:

  • Polkadot v12000
  • Kusama v120000
  • Westend v12000

v17.2.0

11 Sep 18:26
6fddd75
Compare
Choose a tag to compare

17.2.0 (2023-09-11)

Features

Bug Fixes

CI

  • ci: add semantic title check, and cleanup actions (#1325) (7098710) Contribute by: benxiao
  • ci: use buildah image defined in gitlab group vars (#1327) (37344bf)

Chore

Test

  • test(fix-dev): update appropriate type packages (#1318) (d0b2959)
  • test(calc): add test for calc_payout (#1317) (b105cd3)

Docs

Compatibility

Tested against:

  • Polkadot v10000
  • Kusama v10000
  • Westend v10000

v17.1.2

16 Aug 18:20
855e8b8
Compare
Choose a tag to compare

Bug Fixes

  • fix: query info feature detection (#1305) (3c768e3) Contributed by xlc
  • fix: change error&error codes returned from /transaction/* related endpoints (#1312) (797c421)

Chores

  • chore(deps): bump semver from 6.3.0 to 6.3.1 (#1304) (62b97f3)
  • chore(yarn): bump yarn (#1303) (e4d42af)
  • chore(dev): switch from tsc-watch to ts-node-dev (#1307) (83d201a)
  • chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#1309) (573d083)
  • chore: bump Swatinem/rust-cache from 2.5.1 to 2.6.0 (#1310) (28e6078)
  • chore: bump Swatinem/rust-cache from 2.6.0 to 2.6.1 (#1313) (9fcda59)

Compatibility

Tested against:

  • Polkadot v10000
  • Kusama v10000
  • Westend v10000

v17.1.1

05 Jul 17:57
cafea8c
Compare
Choose a tag to compare

Bug Fixes

  • fix: rename wsurl endpoints to asset hub (#1301) (7a7e7de)
  • fix: /accounts/{accountId}/convert encoding for ecdsa (#1280) (86edf0b)
  • fix: rename statemint/statemine/westmint to asset-hub-polkadot/kusama/westend (#1296) (362e912)

Chores

  • chore: bump Swatinem/rust-cache from 2.5.0 to 2.5.1 (#1300) (45d8ecf)
  • chore: bump semver from 7.3.5 to 7.5.3 in /docs (#1298) (45eee30)
  • chore: bump Swatinem/rust-cache from 2.4.0 to 2.5.0 (#1297) (2579500)

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420

v17.1.0

13 Jun 19:22
3d96a7e
Compare
Choose a tag to compare

Features

  • feat: add prometheus metrics in dedicated port (#1232) (a256790)

Bug Fixes

CI

Docs

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420

v17.0.0

29 May 18:16
466aaea
Compare
Choose a tag to compare

Breaking Changes

  • fix(deps)!: update polkadot-js, and adjust for breaking changes (isFrozen compatibility fix) & kusama test removed (#1285) (110b01a)
    NOTE: In the endpoint /accounts/{accountId}/asset-balances, the field isFrozen will now give new outputs when it is no longer supported.

Chores

  • chore: bump Swatinem/rust-cache from 2.3.0 to 2.4.0 (#1284) (e5e5987)
  • chore: bump Swatinem/rust-cache from 2.2.1 to 2.3.0 (#1283) (fa9d52f)

Compatibility

Tested against:

  • Polkadot v9420
  • Kusama v9420
  • Westend v9420