Skip to content

Commit f3670f1

Browse files
authored
chore(release): 9.2.0 (#696)
* chore(release): 9.2.0 * chore(release) bump calc version * bump @substrate/calc sidcar dependency * yarn lock for calc
1 parent ac033ce commit f3670f1

File tree

8 files changed

+33
-13
lines changed

8 files changed

+33
-13
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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+
## [9.2.0](https://github.com/paritytech/substrate-api-sidecare/compare/v9.1.11..v9.2.0) (2021-10-06)
6+
7+
### Bug Fixes
8+
9+
* fix: metadata V12 bug in `/pallets/{palletId}/storage`, and update with V13 ([#695](https://github.com/paritytech/substrate-api-sidecar/pull/695)) ([ac033ce](https://github.com/paritytech/substrate-api-sidecar/commit/ac033ce17fc58fc7b758be52ce67dd5069ccfa8b))
10+
* fix: decorating metadata bug by now using an historicApi to attach historic registries when retrieving block weights for calculating fees ([#692](https://github.com/paritytech/substrate-api-sidecar/pull/692)) ([ed389a4](https://github.com/paritytech/substrate-api-sidecar/commit/ed389a4baac99662321d2cf88f00669f9d6ce53d))
11+
* fix: bump `@polkadot/api` to v6.1.2, and cleanup the resolutions ([#691](https://github.com/paritytech/substrate-api-sidecar/pull/691)) ([2707ef4](https://github.com/paritytech/substrate-api-sidecar/commit/2707ef4d70bba9d95f560a7bad9d9df5e66d2c85))
12+
* fix: refactor e2e tests to use `scriptsApi` ([#687](https://github.com/paritytech/substrate-api-sidecar/pull/687)) ([db18f02](https://github.com/paritytech/substrate-api-sidecar/commit/db18f020aec53df8603bf11fd04b2269113970fe))
13+
* fix: add blockweights for the shiden network ([#688](https://github.com/paritytech/substrate-api-sidecar/pull/688)) ([701ecef](https://github.com/paritytech/substrate-api-sidecar/commit/701ecefa0de8a277e996846a976c4038265c8f9e)) Contributed by: [hoonsubin](https://github.com/hoonsubin)
14+
* fix: bump `@substrate/calc` to v0.2.3 in order to update calculating fees for shiden block weights.
15+
16+
### CI
17+
18+
* ci(helm): increase liveness and rediness probe timeouts ([#686](https://github.com/paritytech/substrate-api-sidecar/pull/686)) ([1e744bf](https://github.com/paritytech/substrate-api-sidecar/commit/1e744bf3fd49237e1197680d2fcd28729cd094f6))
19+
* ci: script for npm dry-run release checks ([#684](https://github.com/paritytech/substrate-api-sidecar/pull/684)) ([9936df1](https://github.com/paritytech/substrate-api-sidecar/commit/9936df1fcdea507cfc52a7443417277c042ff8aa))
20+
21+
### Features
22+
23+
* feat: add `era` field within extrinsics. Check the docs [here](https://paritytech.github.io/substrate-api-sidecar/dist/) and look under `GenericExtrinsicEra`. ([#685](https://github.com/paritytech/substrate-api-sidecar/pull/685)) ([4362347](https://github.com/paritytech/substrate-api-sidecar/commit/43623471913545d44ecea74e1411e4a1a740de53))
24+
525
## [9.1.11](https://github.com/paritytech/substrate-api-sidecare/compare/v9.1.10..v9.1.11) (2021-09-27)
626

727
### Bug Fixes

calc/Cargo.lock

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

calc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calc"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"

calc/pkg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Parity Technologies <admin@parity.io>"
55
],
66
"description": "Off-chain calculations for @substrate/api-sidecar.",
7-
"version": "0.2.2",
7+
"version": "0.2.3",
88
"license": "Apache-2.0",
99
"repository": {
1010
"type": "git",
@@ -18,4 +18,4 @@
1818
"main": "calc.js",
1919
"homepage": "https://github.com/paritytech/substrate-api-sidecar/tree/master/calc#readme",
2020
"types": "calc.d.ts"
21-
}
21+
}

docs/dist/app.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/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: 9.1.11
11+
version: 9.2.0
1212
tags:
1313
- name: accounts
1414
- name: blocks

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.11",
2+
"version": "9.2.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",
@@ -55,7 +55,7 @@
5555
"@polkadot/apps-config": "0.96.2-27",
5656
"@polkadot/util-crypto": "^7.4.1",
5757
"@polkadot/x-rxjs": "^6.11.1",
58-
"@substrate/calc": "^0.2.2",
58+
"@substrate/calc": "^0.2.3",
5959
"argparse": "^2.0.1",
6060
"confmgr": "1.0.7",
6161
"express": "^4.17.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ __metadata:
13001300
"@polkadot/apps-config": 0.96.2-27
13011301
"@polkadot/util-crypto": ^7.4.1
13021302
"@polkadot/x-rxjs": ^6.11.1
1303-
"@substrate/calc": ^0.2.2
1303+
"@substrate/calc": ^0.2.3
13041304
"@substrate/dev": ^0.5.5
13051305
"@types/argparse": 2.0.10
13061306
"@types/express": 4.17.13
@@ -1323,10 +1323,10 @@ __metadata:
13231323
languageName: unknown
13241324
linkType: soft
13251325

1326-
"@substrate/calc@npm:^0.2.2":
1327-
version: 0.2.2
1328-
resolution: "@substrate/calc@npm:0.2.2"
1329-
checksum: 702c86ead17d9199685325edb0ef2a4fed7edd3afda6e3ec04119faa8b8c572c898cf20bc081cedc31b189c450dd671a7565947dbbec480546c7a78dbf09057a
1326+
"@substrate/calc@npm:^0.2.3":
1327+
version: 0.2.3
1328+
resolution: "@substrate/calc@npm:0.2.3"
1329+
checksum: c77f8de21054c28bc56635aa0d668da5677ab8d10a4635d5be307ea007f19903bd312b3857ef977b4c292a433446ec111050aabb7196eb8dcda130c7052d14aa
13301330
languageName: node
13311331
linkType: hard
13321332

0 commit comments

Comments
 (0)