Skip to content

Releases: paritytech/substrate-api-sidecar

v13.0.0

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

⚠ BREAKING CHANGES ⚠

  • fix!: integrate @substrate/calc@0.3.0 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

v12.4.0

13 Jul 15:31
cfc2fb4
Compare
Choose a tag to compare

Features

  • feat: support for feeByEvent query param which will abstract the fees by events (#970) (92c155d)

Chores

  • chore(deps): update polkadot-js api, and util-crypto (#982) (c34bdde)

Tests

Compatibility

Tested against:

  • Polkadot v9250
  • Kusama v9250
  • Westend v9250

v12.3.0

06 Jul 12:25
1347218
Compare
Choose a tag to compare

Features

  • feat: Added the network and accountId to the response of validate endpoint (#926) (ef513cc) Contributed by Imod7

Bug Fixes

  • fix(pallets): deprecation warning adjustment (#973) (5514631)

Chores

  • chore(deps): update polkadot.js, and fix type compilation (#972) (67f5bad)
  • chore(deps): update polkadot-js api, and util-crypto (#976) (0dd3f63)
  • chore(dev): update @substrate/dev (#977) (2c3ce3e)

Compatibility

Tested against:

  • Polkadot v9240
  • Kusama v9240
  • Westend v9240

v12.2.0

22 Jun 14:58
857a066
Compare
Choose a tag to compare

Features

  • feat: add /blocks that enforces range query param (#954) (f8ab1ec)
    • This Feature provides a new endpoints called /blocks which allows you to query a range of blocks maxing out at 500. An example query would be /blocks?range=0-499.

Bug Fixes

  • fix: set minCalcFee runtime to 1058 for kusama (#966) (e3adacc)
  • fix(scripts): jest pass-fail bug (#944) (44482aa)

Chores

  • chore(deps): update polkadot-js api, and util-crypto (#967) (5dd8332)

CI

Docs

Compatibility

Tested against:

  • Polkadot v9240
  • Kusama v9240
  • Westend v9240

v12.1.1

14 Jun 15:56
db70d8a
Compare
Choose a tag to compare

12.1.1 (2022-06-14)

Bug Fixes

Chore

Docs

Compatibility

Tested against:

  • Polkadot v9230
  • Kusama v9230
  • Westend v9230

v12.1.0

07 Jun 11:44
a74729e
Compare
Choose a tag to compare

Features

  • feat: add query param to add a tip, partialFee, and priority field to each extrinsic for /node/transaction-pool (#931) (8241d34)

Bug Fixes

  • fix(polkadot-js): update api, and common deps (#934) (fd7021c)

Test

  • test: silence unnecessary logging for tests (#916) (9633480)

Compatibility

Tested against:

  • Polkadot v9230
  • Kusama v9230
  • Westend v9230

v12.0.1

03 Jun 21:00
6e70018
Compare
Choose a tag to compare

Bug Fixes

  • fix(calc): rework calculating fees (#937) (3306466)
  • fix(imports): chains-config imports (#932) (f4f531a)
  • fix(imports): NodeTransactionPoolService response import (#929) (ad2fbaa)

Chore

  • chore(license): append the license to the top of each file (#927) (8906816)

Compatibility

Tested against:

  • Polkadot v9230
  • Kusama v9230
  • Westend v9230