Releases: paritytech/substrate-api-sidecar
Releases · paritytech/substrate-api-sidecar
v14.2.1
v14.2.0
Features
Bug Fixes
Chores
- chore: bump loader-utils from 1.4.1 to 1.4.2 in /docs (1140) (71456c4)
- chore: bump minimatch from 3.0.4 to 3.1.2 in /docs (1148) (442e045)
- chore: bump tar from 6.1.0 to 6.1.12 in /docs (1149) (e319b88)
- chore: bump jetli/wasm-pack-action from 0.3.0 to 0.4.0 (1156) (21894e6)
- chore(release-calc): 0.3.1 (1157) (af85128)
- chore: change main code owner integrations-tools-js-ts (1159) (bbbe90b)
- chore(deps): update substrate/calc and polkadot-js deps (1158) (dc50726)
Docs
Tests
- test: optimize test runner for e2e-tests and ci (1142) (f635d59)
- test(e2e-tests): reorg the e2e-tests to be under a historic folder to prepare for current tests (1147) (6a4249e)
Compatibility
Tested against:
- Polkadot v9330
- Kusama v9330
- Westend v9330
v14.1.2
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
- Note: This resolves an issue when querying a node with 0.9.32 ex:
CI
Compatibility
Tested against:
- Polkadot v9320
- Kusama v9320
- Westend v9320
v14.1.1
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
Compatibility
Tested against:
- Polkadot v9320
- Kusama v9320
- Westend v9320
v14.1.0
Features
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
- ci: add dependabot for yarn (#1096 ([24f4f26] (24f4f26))
- ci: remove allow from dependabot yml (#1101) (41ded6c)
- ci: increase bench threshold (#1102) (d0defe0)
- ci: allow only security updates (#1116) (6f8c334)
Bug Fixes
Compatibility
Tested against:
- Polkadot v9300
- Kusama v9300
- Westend v9310
v14.0.1
v14.0.0
v13.1.0
v13.0.0
⚠ BREAKING CHANGES ⚠
- fix!: integrate @substrate/calc@0.3.0 for partial fees (#1017) (92e3e1d)
- Note: This removes the query param
feeByEventfor all/blocks/*endpoints. Fee's are correctly calculated by default and dont require a secondary way of retrieving thepartialFee. For historical blocks, an error might be logged and emitted for chains that don't haveTransactionPaymentApi::query_feeDetailsin 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.
- Note: This removes the query param
- feat!: add support for http provider using SAS_SUBSTRATE_URL (#1001) (b12daa8)
- Note: This replaces the standard
SAS_SUBSTRATE_WS_URLwithSAS_SUBSTRATE_URL. It's important when updating to sidecar v13.0.0 to replace all instances of the env variable with the new one.
- Note: This replaces the standard
Bug Fixes
- fix: current leases undefined bug (#1034) (ae340ed)
- fix: remove deprecated reset for lru cache and replace with clear (#1021) (55ef00d)
- fix: add bifrost_polkadot controller config (#1009) (2fdbe31) Contributed by (hqwangningbo)
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