Releases: paritytech/substrate-api-sidecar
Releases · paritytech/substrate-api-sidecar
v14.5.1
v14.5.0
Features
- feat: add pallets/consts endpoint (#1210) (97c1ca6)
- feat: add SAS_EXPRESS_KEEP_ALIVE_TIMEOUT (#1233) (e83dac6)
- feat: add pallets/dispatchables endpoint (#1209) (b685ac2)
CI
Test
Chores
- chore: bump Swatinem/rust-cache from 2.2.0 to 2.2.1 (#1241) (190c713)
- chore(deps): update polkadot-js deps (#1247) (5c4449c)
- chore: add inspect mode script (#1248) (4f40666)
- chore: bump webpack from 5.68.0 to 5.76.0 in /docs (#1249) (783ef9b)
Compatibility
Tested against:
- Polkadot v9390
- Kusama v9390
- Westend v9390
v14.4.1
v14.4.0
Features
Perf
Tests
Chores
- chore: add e2e-tests to single lint configuration (#1226) (f546abc)
- chore(deps): update pjs, add small e2e-config (#1225) (80f4e2c)
- chore(deps): update pjs deps (#1221) (10930b2)
- chore(tech-debt): cleanup type assignment for consoleOverride (#1215) (520631c)
- chore:(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#1217) (fe6ee23)
- chore: bump http-cache-semantics from 4.1.0 to 4.1.1 in /docs (#1216) (2f2b513)
Compatibility
Tested against:
- Polkadot v9370
- Kusama v9370
- Westend v9370
v14.3.1
Bug Fixes
- fix: update errors endpoint to use latest error metadata for fetchErrorItem (#1205) (a13e8ca)
- fix: rename nomination-pools to be to standard (#1203) (7d8ac10)
NOTE: This renames/pallets/nominationPools/*
to/pallets/nomination-pools/*
.
Chores
- chore(deps): updated to new version of confmgr (#1207) (a0f7d78)
- chore(deps): update polkadot-js deps (#1206) (1cb3d22)
- chore(deps): update polkadot-js api to most recent patch (#1211) (cffc235)
Compatibility
Tested against:
- Polkadot v9370
- Kusama v9370
- Westend v9370
v14.3.0
Notes
This release contains a lot of new features and endpoints to sidecar. Notably, you may now write your logs to a file instrinsicly in sidecar. Please refer to the following docs on logging
for more information. There is also a fresh amount of new endpoints to query:
/paras/head/included-candidates
/paras/head/backed-candidates
/pallets/{palletId}/errors
/pallets/{palletId}/errors/{errorItemId}
/pallets/staking/validators
/pallets/nominationPools/info
/pallets/nomintaionPools/{poolId}
For more info on the endpoints please refer to the docs
Features
- feat: add /paras/head/included-candidates and /paras/head/backed-candidates (#1166) (eb4add7)
- feat: add nomination pools support (#1095) (7534b1e)
- feat: add /pallets/errors (#1176) (65a0881)
- feat: add /pallets/staking/validators endpoint (#1045) (70e0a36)
- feat: add fileTransport (#1189) (9c2effb)
Chores
- chore(deps): update polkadot-js deps (#1183) (e2d64ed)
- chore(yarn-dev): update yarn to 3.3.1, and substrate/dev to 0.6.6 (#1185) (c7461c6)
- chore(lint): adjust lint script (#1184) (325e80a)
- chore: bump bumpalo from 3.6.0 to 3.12.0 in /calc (#1192) (93e7d36)
- chore(deps): update polkadot-js deps (#1193) (ee64335)
- chore(scripts): cleanup package.json scripts (#1200) (1585605)
Docs
Compatibility
Tested against:
- Polkadot v9370
- Kusama v9370
- Westend v9370
v14.2.3
- fix: replace rpc calls for fees and give support for weight v1 and v2 (1177) (9bdaf45)
Note: This fixes a current bug in/node/transaction-pool
where theincludeFee
queryParam was no longer working, and compatible with WeightsV2.
Chores
- chore: bump json5 from 1.0.1 to 1.0.2 in /docs (1178) (94a2ed9)
- chore: bump fast-json-patch from 3.1.0 to 3.1.1 in /docs (1175) (76629d3)
- chore:(deps): bump json5 from 2.2.0 to 2.2.3 (1179) (d05f716)
- chore(deps): update polkadot-js api, and util-crypto (1181) (7ccec7a)
Compatibility
Tested against:
- Polkadot v9360
- Kusama v9360
- Westend v9360
v14.2.2
Bug Fixes
- fix: use local version of wasm-pack (#1168) (f922247) Contributed by: xlc
- fix: avoid use queryInfo rpc call (#1169) (907ba92) Contributed by: xlc
- fix: set rpc to call for queryInfo in transaction/fee-estimate (#1170) (7334599)
- fix: revert polkadot-js deps to 9.10.3 (#1173) (df6bc32)
Chores
Test
Compatibility
Tested against:
- Polkadot v9360
- Kusama v9360
- Westend v9360
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