Skip to content

Commit 4d1a88b

Browse files
authored
chore(release): 9.1.5 (#644)
* chore(release): 9.1.5
1 parent 12c8fd7 commit 4d1a88b

File tree

3 files changed

+492
-128
lines changed

3 files changed

+492
-128
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1.5](https://github.com/paritytech/substrate-api-sidecar/compare/v9.1.4..v9.1.5) (2021-08-23)
6+
7+
* **types** Bump @polkadot-js/deps for the latest substrate based types.
8+
* Add an LRU cache to the `/blocks/head`, and `/blocks/{blockId}` endpoints. ([#630](https://github.com/paritytech/substrate-api-sidecar/pull/630))([9f7a29f](https://github.com/paritytech/substrate-api-sidecar/commit/9f7a29f7bffd4ce225224234865d9c78d2b7f941))
9+
* Bump Yarn ([#643](https://github.com/paritytech/substrate-api-sidecar/pull/643))([12c8fd7](https://github.com/paritytech/substrate-api-sidecar/commit/12c8fd7da686f91109871e9e1facffd71934600a))
10+
11+
### Bug Fixes
12+
13+
* Update the error message for parachain endpoints for when parachains are not supported ([#642](https://github.com/paritytech/substrate-api-sidecar/pull/642))([1f5f6b7](https://github.com/paritytech/substrate-api-sidecar/commit/1f5f6b7252bbdcd06010752265a252583a7661e8))
14+
515
## [9.1.4](https://github.com/paritytech/substrate-api-sidecar/compare/v9.1.3..v9.1.4) (2021-08-19)
616

717
### Bug Fixes

package.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.4",
2+
"version": "9.1.5",
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",
@@ -49,8 +49,8 @@
4949
"lint:scripts": "cd scripts && substrate-dev-run-lint"
5050
},
5151
"dependencies": {
52-
"@polkadot/api": "^5.5.2",
53-
"@polkadot/apps-config": "^0.95.1",
52+
"@polkadot/api": "^5.6.1",
53+
"@polkadot/apps-config": "0.95.2-33",
5454
"@polkadot/util-crypto": "^7.2.1",
5555
"@polkadot/x-rxjs": "^6.11.1",
5656
"@substrate/calc": "^0.2.2",
@@ -75,13 +75,15 @@
7575
"tsc-watch": "^4.4.0"
7676
},
7777
"resolutions": {
78-
"@polkadot/api": "^5.5.2",
79-
"@polkadot/api-contract": "^5.5.2",
78+
"@polkadot/api": "^5.6.1",
79+
"@polkadot/api-contract": "^5.6.1",
8080
"@polkadot/hw-ledger": "^7.2.1",
8181
"@polkadot/keyring": "^7.2.1",
8282
"@polkadot/networks": "^7.2.1",
83-
"@polkadot/phishing": "^0.6.248",
84-
"@polkadot/types": "^5.5.2",
83+
"@polkadot/phishing": "^0.6.266",
84+
"@polkadot/types": "^5.6.1",
85+
"@polkadot/types-known": "^5.6.1",
86+
"@polkadot/types-support": "^5.6.1",
8587
"@polkadot/util": "^7.2.1",
8688
"@polkadot/util-crypto": "^7.2.1",
8789
"@polkadot/wasm-crypto": "^4.1.2",

0 commit comments

Comments
 (0)