Skip to content

Commit 8534686

Browse files
authored
chore(release): 20.14.0 (#1887)
1 parent 64c1bdd commit 8534686

File tree

6 files changed

+45
-6
lines changed

6 files changed

+45
-6
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [20.14.0](https://github.com/paritytech/substrate-api-sidecar/compare/v20.13.3..v20.14.0) (2026-02-01)
6+
7+
### Feat
8+
9+
- feat: add `POST /transaction/metadata-blob` endpoint for RFC-0078 merkleized metadata support ([#1886](https://github.com/paritytech/substrate-api-sidecar/pull/1886)) ([64c1bdd](https://github.com/paritytech/substrate-api-sidecar/commit/64c1bdd))
10+
- Returns minimal metadata ("metadata blob") needed by offline signers to decode transaction payloads
11+
- Returns metadata hash for the `CheckMetadataHash` signed extension
12+
- Supports both full extrinsic (`tx`) and extrinsic parts (`callData`, `includedInExtrinsic`, `includedInSignedData`)
13+
- Requires V15 metadata on the connected chain
14+
- feat: add `useRcBlockFormat` query parameter for RC block response formatting ([#1872](https://github.com/paritytech/substrate-api-sidecar/pull/1872)) ([59b88c9](https://github.com/paritytech/substrate-api-sidecar/commit/59b88c9))
15+
- When `useRcBlock=true` and `useRcBlockFormat=object`, wraps response in an object containing `rcBlock` info and `parachainDataPerBlock` array
16+
- Adds `IRcBlockInfo` and `IRcBlockObjectResponse` types
17+
- Supports blocks, accounts, and pallets controllers
18+
19+
### Chore
20+
21+
- chore(deps): bump lru-cache from 11.2.4 to 11.2.5 ([#1882](https://github.com/paritytech/substrate-api-sidecar/pull/1882)) ([de0c540](https://github.com/paritytech/substrate-api-sidecar/commit/de0c540))
22+
- chore(deps): bump lodash from 4.17.21 to 4.17.23 ([#1878](https://github.com/paritytech/substrate-api-sidecar/pull/1878), [#1879](https://github.com/paritytech/substrate-api-sidecar/pull/1879), [#1880](https://github.com/paritytech/substrate-api-sidecar/pull/1880))
23+
- chore(deps): bump tar from 7.4.3 to 7.5.6 in /docs-v2 ([#1874](https://github.com/paritytech/substrate-api-sidecar/pull/1874), [#1877](https://github.com/paritytech/substrate-api-sidecar/pull/1877))
24+
- chore(deps): bump node-forge from 1.3.1 to 1.3.3 in /docs-v2 ([#1871](https://github.com/paritytech/substrate-api-sidecar/pull/1871)) ([a80cbee](https://github.com/paritytech/substrate-api-sidecar/commit/a80cbee))
25+
- chore(deps): bump qs from 6.14.0 to 6.14.1 ([#1866](https://github.com/paritytech/substrate-api-sidecar/pull/1866), [#1867](https://github.com/paritytech/substrate-api-sidecar/pull/1867))
26+
- chore(deps): bump actions/download-artifact from 6 to 7 ([#1859](https://github.com/paritytech/substrate-api-sidecar/pull/1859)) ([43cf9fe](https://github.com/paritytech/substrate-api-sidecar/commit/43cf9fe))
27+
- chore(deps): bump actions/upload-artifact from 5 to 6 ([#1858](https://github.com/paritytech/substrate-api-sidecar/pull/1858)) ([d0ceac5](https://github.com/paritytech/substrate-api-sidecar/commit/d0ceac5))
28+
- chore(deps): bump actions/cache from 4 to 5 ([#1857](https://github.com/paritytech/substrate-api-sidecar/pull/1857)) ([ba363e5](https://github.com/paritytech/substrate-api-sidecar/commit/ba363e5))
29+
30+
## Compatibility
31+
32+
Tested against the following node releases:
33+
- Polkadot v1.21.0 (Polkadot stable2512)
34+
- Kusama v1.21.0 (Polkadot stable2512)
35+
- Westend v1.21.0 (Polkadot stable2512)
36+
37+
Tested against the following runtime releases:
38+
- Polkadot v2000001
39+
- Kusama v2000004
40+
- Westend v1021000
41+
- Polkadot Asset Hub v2000003
42+
- Kusama Asset Hub v2000004
43+
544
## [20.13.3](https://github.com/paritytech/substrate-api-sidecar/compare/v20.13.2..v20.13.3) (2026-01-06)
645

746
### Fix

docs-v2/dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-v2/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.13.3
11+
version: 20.14.0
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

docs/dist/app.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/openapi-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: GPL-3.0-or-later
1010
url: https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE
11-
version: 20.13.3
11+
version: 20.14.0
1212
servers:
1313
- url: https://polkadot-public-sidecar.parity-chains.parity.io/
1414
description: Polkadot Parity public sidecar

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "20.13.3",
2+
"version": "20.14.0",
33
"name": "@substrate/api-sidecar",
44
"description": "REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.",
55
"homepage": "https://github.com/paritytech/substrate-api-sidecar#readme",

0 commit comments

Comments
 (0)