Releases: paritytech/substrate-api-sidecar
Releases · paritytech/substrate-api-sidecar
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/[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 thepartialFee
. For historical blocks, an error might be logged and emitted for chains that don't haveTransactionPaymentApi::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.
- 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_URL
withSAS_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
v12.4.3
v12.4.2
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
- chore(dep): update polkadot-js api (#998) (fedfaee)
- chore(README): update readme with generate-type-bundle tool (#1004) (45b25bf)
- chore: clean up resolutions (#1000) (0545454)
- chore(yarn): bump yarn (#996) (cefa3f9)
Compatibility
Tested against:
- Polkadot v9250
- Kusama v9250
- Westend v9250
v12.4.1
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
Compatibility
Tested against:
- Polkadot v9250
- Kusama v9250
- Westend v9250