Skip to content

Releases: paritytech/substrate-api-sidecar

v14.1.2

21 Nov 18:52
5b8d0f8
Compare
Choose a tag to compare

Bug Fixes

  • fix: update polkadot-js api, and util-crypto (#1139) (9cf2597)
    • Note: This resolves an issue when querying a node with 0.9.32 ex: Struct: Cannot decode value <number> (typeof number), expected an input object, map or array. See the tracking issue here

CI

Compatibility

Tested against:

  • Polkadot v9320
  • Kusama v9320
  • Westend v9320

v14.1.1

11 Nov 16:16
5d71a12
Compare
Choose a tag to compare

Chores

  • chore: bump Swatinem/rust-cache from 2.0.1 to 2.1.0 (#1129) (4007a21)
  • chore: bump follow-redirects from 1.14.7 to 1.15.2 in /docs (#1118) (b5a991b)
  • chore:(deps): bump tmpl from 1.0.4 to 1.0.5 (#1122) (927c88f)
  • chore: bump Swatinem/rust-cache from 2.1.0 to 2.2.0 (#1131) (cf272f1)
  • chore: bump loader-utils from 1.4.0 to 1.4.1 in /docs (#1130) (8b5c4f7)
  • chore(deps): update polkadot-js deps (#1133) (9300c63)

CI

  • ci: break checks ci job into separate jobs (#1114) (e687e79)

Compatibility

Tested against:

  • Polkadot v9320
  • Kusama v9320
  • Westend v9320

v14.1.0

03 Nov 17:32
5586815
Compare
Choose a tag to compare

Features

  • feat: include balance-info support for statemine and statemint (#1126) (a171305)

Chores

  • chore(deps): bump @polkadot/api from 9.5.2 to 9.6.1 (#1098) (35ea356)
  • chore(deps): dedupe deps (#1100) (0307ee7a)
  • chore: bump terser from 5.10.0 to 5.15.1 in /docs (#1117) (799e1a5)
  • chore(deps): bump minimist from 1.2.5 to 1.2.7 (#1113) (27cd745)
  • chore(deps-dev): bump @types/express-serve-static-core (#1111) (77db77a)
  • chore(deps): bump winston from 3.8.1 to 3.8.2 (#1109) (1c8cfc2)
  • chore(deps): bump lru-cache from 7.13.1 to 7.14.0 (#1107) (5cbc2d5)
  • chore(deps-dev): bump @substrate/dev from 0.6.4 to 0.6.5 (#1106) (5a20fdf)
  • chore(deps): bump express and @types/express (#1105) (7187a15)
  • chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#1120) (a0e69dc)
  • chore(deps): bump tar from 6.1.0 to 6.1.11 (#1119) (c6ca7b1)
  • chore(deps): update polkadot-js deps (#1124) (8cd3084)

CI

Bug Fixes

Compatibility

Tested against:

  • Polkadot v9300
  • Kusama v9300
  • Westend v9310

v14.0.1

19 Oct 18:43
62f3f72
Compare
Choose a tag to compare

Chores

CI

  • ci: bump Swatinem/rust-cache from 2.0.0 to 2.0.1 (#1084) (aa2c9cb)
  • ci: push metrics to prometheus-pushgateway (#1086) (9284bd1)

Docs

Tests

Compatibility

Tested against:

  • Polkadot v9290
  • Kusama v9290
  • Westend v9300

v14.0.0

03 Oct 15:01
5b9fca9
Compare
Choose a tag to compare

⚠ BREAKING CHANGES ⚠

Features

  • feat: add /accounts/:accountId/convert endpoint (#1007) (e2d6fae)

Chores

Compatibility

Tested against:

  • Polkadot v9290
  • Kusama v9290
  • Westend v9290

v13.1.0

19 Sep 16:45
bc79dc5
Compare
Choose a tag to compare

Features

  • feat: validateBooleanMiddleware for controllers (#1023) (fc74d4a)

Chores

CI

  • ci: use polkadot node managed by argo-cd (#1051) (d67d3a5)

Bug Fixes

  • fix: add TransactionPayment::TransactionPaidFee support (#1040) (108a93b)

Tests

  • test: fix deprecated lruCache.size deprecation (#1042) (4820342)

Docs

Compatibility

Tested against:

  • Polkadot v9290
  • Kusama v9290
  • Westend v9290

v13.0.0

31 Aug 17:25
9186ad6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES ⚠

  • fix!: integrate @substrate/[email protected] for partial fees (#1017) (92e3e1d)
    • Note: This removes the query param feeByEvent for all /blocks/* endpoints. Fee's are correctly calculated by default and dont require a secondary way of retrieving the partialFee. For historical blocks, an error might be logged and emitted for chains that don't have TransactionPaymentApi::query_feeDetails in their runtime API. The error is emitted by polkadot-js regardless of catching it, but it does not affect fee calculation as also logged by a follow up warning. Please refer to the PR for more information.
  • feat!: add support for http provider using SAS_SUBSTRATE_URL (#1001) (b12daa8)
    • Note: This replaces the standard SAS_SUBSTRATE_WS_URL with SAS_SUBSTRATE_URL. It's important when updating to sidecar v13.0.0 to replace all instances of the env variable with the new one.

Bug Fixes

CI

Chores

  • chore(deps): update polkadot-js api and util-crypto (#1030) (f59b7db)
  • chore(deps): update @substrate/dev (#1028) (4443924)
  • chore(deps): update polkadot api, and util-crypto (#1024) (62b028e)
  • chore(deps): update api, and util-crypto (#1019) (d12b2f7)

Compatibility

Tested against:

  • Polkadot v9270
  • Kusama v9270
  • Westend v9280

v12.4.3

09 Aug 16:11
69716c1
Compare
Choose a tag to compare

Bug Fixes

Chores

  • chore(deps): update polkadot-js api, and util-crypto (8164281)

Compatibility

Tested against:

  • Polkadot v9270
  • Kusama v9270
  • Westend v9270

v12.4.2

03 Aug 14:15
7925c66
Compare
Choose a tag to compare

Bug Fixes

  • fix(logging): replace TransformableInfo with ITransformableInfo type (#994) (c058904)
  • fix(feeByEvent): use registry to convert hex to string (#997) (13ca62f)
  • fix(feeByEvent): handle tip for partialFee (#1003) (6e60aa9)

Chores

Compatibility

Tested against:

  • Polkadot v9250
  • Kusama v9250
  • Westend v9250

v12.4.1

28 Jul 13:55
7448342
Compare
Choose a tag to compare

Bug Fixes

  • fix(feeByEvent): fix tip inclusion for partialFee (#986) (91dda83)
  • fix(feeByEvent): sanitize fee for hex values (#990) (3f9a2c3)

Chores

  • chore(deps): update polkadot-js api, and util-crypto (#987) (f80666a)
  • chore(deps): update all non polkadot-js deps (#988) (0facebf)

Docs

  • docs(readme): remove mention of apps-config (#985) (e003e93)

Compatibility

Tested against:

  • Polkadot v9250
  • Kusama v9250
  • Westend v9250