Skip to content

Commit 3d377fa

Browse files
authored
chore(release): 9.1.4 (#639)
1 parent c143107 commit 3d377fa

File tree

3 files changed

+55
-62
lines changed

3 files changed

+55
-62
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.4](https://github.com/paritytech/substrate-api-sidecar/compare/v9.1.3..v9.1.4) (2021-08-19)
6+
7+
### Bug Fixes
8+
9+
* Update @polkadot/deps in order to fix decoding `ParachainsInherent` type.
10+
* Update @polkadot/deps, and fix metadata imports and tests ([#637](https://github.com/paritytech/substrate-api-sidecar/pull/637))([c143107](https://github.com/paritytech/substrate-api-sidecar/commit/c14310762134fb7eb045d9859243a2204295e342))
11+
12+
### CI
13+
14+
* Remove the workaround of a buildah action bug ([#619](https://github.com/paritytech/substrate-api-sidecar/pull/619))([0562e07](https://github.com/paritytech/substrate-api-sidecar/commit/0562e07f2f0aef1c09748bfb456bbf2bded18d00))
15+
516
## [9.1.3](https://github.com/paritytech/substrate-api-sidecar/compare/v9.1.2..v9.1.3) (2021-08-10)
617

718
* fix: substrate/dev dep, update changelog ([#632](https://github.com/paritytech/substrate-api-sidecar/pull/632)) ([8e8153f](https://github.com/paritytech/substrate-api-sidecar/commit/8e8153fac3dff037ba3de4678f511e064b9d7b74))

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.1.3",
2+
"version": "9.1.4",
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,7 +49,7 @@
4949
"lint:scripts": "cd scripts && substrate-dev-run-lint"
5050
},
5151
"dependencies": {
52-
"@polkadot/api": "^5.5.1",
52+
"@polkadot/api": "^5.5.2",
5353
"@polkadot/apps-config": "^0.95.1",
5454
"@polkadot/util-crypto": "^7.2.1",
5555
"@polkadot/x-rxjs": "^6.11.1",
@@ -73,13 +73,13 @@
7373
"tsc-watch": "^4.4.0"
7474
},
7575
"resolutions": {
76-
"@polkadot/api": "^5.5.1",
77-
"@polkadot/api-contract": "^5.5.1",
76+
"@polkadot/api": "^5.5.2",
77+
"@polkadot/api-contract": "^5.5.2",
7878
"@polkadot/hw-ledger": "^7.2.1",
7979
"@polkadot/keyring": "^7.2.1",
8080
"@polkadot/networks": "^7.2.1",
8181
"@polkadot/phishing": "^0.6.248",
82-
"@polkadot/types": "^5.5.1",
82+
"@polkadot/types": "^5.5.2",
8383
"@polkadot/util": "^7.2.1",
8484
"@polkadot/util-crypto": "^7.2.1",
8585
"@polkadot/wasm-crypto": "^4.1.2",

yarn.lock

Lines changed: 39 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -407,16 +407,7 @@ __metadata:
407407
languageName: node
408408
linkType: hard
409409

410-
"@babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.9.6":
411-
version: 7.14.8
412-
resolution: "@babel/runtime@npm:7.14.8"
413-
dependencies:
414-
regenerator-runtime: ^0.13.4
415-
checksum: d2dd0ce51ddab78ac93928b04042425145d0dc8cc2b70150d47934f8703f55702eb0b2894f9bd47f66794ad04d8bb03a6a847d0138fbb7aa0b970b5ccd5cc8b7
416-
languageName: node
417-
linkType: hard
418-
419-
"@babel/runtime@npm:^7.15.3":
410+
"@babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.14.8, @babel/runtime@npm:^7.15.3, @babel/runtime@npm:^7.9.6":
420411
version: 7.15.3
421412
resolution: "@babel/runtime@npm:7.15.3"
422413
dependencies:
@@ -903,37 +894,37 @@ __metadata:
903894
languageName: node
904895
linkType: hard
905896

906-
"@polkadot/api-derive@npm:5.5.1":
907-
version: 5.5.1
908-
resolution: "@polkadot/api-derive@npm:5.5.1"
897+
"@polkadot/api-derive@npm:5.5.2":
898+
version: 5.5.2
899+
resolution: "@polkadot/api-derive@npm:5.5.2"
909900
dependencies:
910901
"@babel/runtime": ^7.15.3
911-
"@polkadot/api": 5.5.1
912-
"@polkadot/rpc-core": 5.5.1
913-
"@polkadot/types": 5.5.1
902+
"@polkadot/api": 5.5.2
903+
"@polkadot/rpc-core": 5.5.2
904+
"@polkadot/types": 5.5.2
914905
"@polkadot/util": ^7.2.1
915906
"@polkadot/util-crypto": ^7.2.1
916907
rxjs: ^7.3.0
917-
checksum: 780506c88e0e85e7e969e4ace1698a760604a9521715774d421c0826ec3834d2258160377c58cc06e41b6319b0df4e17ed781480caa525dab8cdab064e991758
908+
checksum: dc5d5a445faf89b296c9292811bcc231a88ddb1fb3fa38ebad1ea1b4da9699d787fa631fa76ba8c06e96e42d569b5193ffd24b8a0f27bbe4c3b5c1db82d1233f
918909
languageName: node
919910
linkType: hard
920911

921-
"@polkadot/api@npm:^5.5.1":
922-
version: 5.5.1
923-
resolution: "@polkadot/api@npm:5.5.1"
912+
"@polkadot/api@npm:^5.5.2":
913+
version: 5.5.2
914+
resolution: "@polkadot/api@npm:5.5.2"
924915
dependencies:
925916
"@babel/runtime": ^7.15.3
926-
"@polkadot/api-derive": 5.5.1
917+
"@polkadot/api-derive": 5.5.2
927918
"@polkadot/keyring": ^7.2.1
928-
"@polkadot/rpc-core": 5.5.1
929-
"@polkadot/rpc-provider": 5.5.1
930-
"@polkadot/types": 5.5.1
931-
"@polkadot/types-known": 5.5.1
919+
"@polkadot/rpc-core": 5.5.2
920+
"@polkadot/rpc-provider": 5.5.2
921+
"@polkadot/types": 5.5.2
922+
"@polkadot/types-known": 5.5.2
932923
"@polkadot/util": ^7.2.1
933924
"@polkadot/util-crypto": ^7.2.1
934925
eventemitter3: ^4.0.7
935926
rxjs: ^7.3.0
936-
checksum: f39aff2e718c294df83e44c5e43f255ce6fbb76c6dbfb8867b7e4b1af899bc23f9e4a29caffa8e01b41d6599bff6920852b77a498a21f54bec1ed111fa5a0020
927+
checksum: f9740fa8249269a792a9dc205f939a6f92eeaa483b26e2a84025d91ce9a45663bdae3581c00636fbbb992f27a5a53b69565b782a3ab5d1f4f90559db054f18b3
937928
languageName: node
938929
linkType: hard
939930

@@ -990,56 +981,56 @@ __metadata:
990981
languageName: node
991982
linkType: hard
992983

993-
"@polkadot/rpc-core@npm:5.5.1":
994-
version: 5.5.1
995-
resolution: "@polkadot/rpc-core@npm:5.5.1"
984+
"@polkadot/rpc-core@npm:5.5.2":
985+
version: 5.5.2
986+
resolution: "@polkadot/rpc-core@npm:5.5.2"
996987
dependencies:
997988
"@babel/runtime": ^7.15.3
998-
"@polkadot/rpc-provider": 5.5.1
999-
"@polkadot/types": 5.5.1
989+
"@polkadot/rpc-provider": 5.5.2
990+
"@polkadot/types": 5.5.2
1000991
"@polkadot/util": ^7.2.1
1001992
rxjs: ^7.3.0
1002-
checksum: e83b2ba063a1334b08f4801001ed061929ea5523c96f4d073925fcc8116f5bcd78550b2d68524f2a025e293c65088413cb801fa3e85877b8cb2728d1988c9212
993+
checksum: ca641b04b923fe1aee464be9d35f4de419f2b70d5ffa467edee3108b178f2d5c16b83119b4cb7ee65d7f6b4d8c23261e9c1e033fa1f6b4d44c71f676f59f1a11
1003994
languageName: node
1004995
linkType: hard
1005996

1006-
"@polkadot/rpc-provider@npm:5.5.1":
1007-
version: 5.5.1
1008-
resolution: "@polkadot/rpc-provider@npm:5.5.1"
997+
"@polkadot/rpc-provider@npm:5.5.2":
998+
version: 5.5.2
999+
resolution: "@polkadot/rpc-provider@npm:5.5.2"
10091000
dependencies:
10101001
"@babel/runtime": ^7.15.3
1011-
"@polkadot/types": 5.5.1
1002+
"@polkadot/types": 5.5.2
10121003
"@polkadot/util": ^7.2.1
10131004
"@polkadot/util-crypto": ^7.2.1
10141005
"@polkadot/x-fetch": ^7.2.1
10151006
"@polkadot/x-global": ^7.2.1
10161007
"@polkadot/x-ws": ^7.2.1
10171008
eventemitter3: ^4.0.7
1018-
checksum: 21fbef2b71e2cf334540525c323f366da2ff873b768f43c4272f6b277d9f350414ff6650a8fc6d648907f84c46f0f5fd6c6648ccbf09cdbf6aee3c16ce1883b8
1009+
checksum: b7dc63c637e28429cca5c3017cb2ad83609439a5314568fe1dcebc39638b19fabe38d0bd2db261789a5bdaae1455bb0a44e0817fee54e1d870c02bfd7b94753b
10191010
languageName: node
10201011
linkType: hard
10211012

1022-
"@polkadot/types-known@npm:5.5.1":
1023-
version: 5.5.1
1024-
resolution: "@polkadot/types-known@npm:5.5.1"
1013+
"@polkadot/types-known@npm:5.5.2":
1014+
version: 5.5.2
1015+
resolution: "@polkadot/types-known@npm:5.5.2"
10251016
dependencies:
10261017
"@babel/runtime": ^7.15.3
10271018
"@polkadot/networks": ^7.2.1
1028-
"@polkadot/types": 5.5.1
1019+
"@polkadot/types": 5.5.2
10291020
"@polkadot/util": ^7.2.1
1030-
checksum: b11b65263de04b80f6609b40f0b5b5120ed741ef4e2563772561fc8679a20d185b5c211e600d731faf4f841519f1d9cd21e4a66ab544a956510b1270ee424115
1021+
checksum: bbf82529b839b9fa6b938489022321326f8f52adb465d88608324f6e3887ae59aef320c619c9f4e9da64f2fbfc0e95e953b0590d536da5c04852248c49a7ab65
10311022
languageName: node
10321023
linkType: hard
10331024

1034-
"@polkadot/types@npm:^5.5.1":
1035-
version: 5.5.1
1036-
resolution: "@polkadot/types@npm:5.5.1"
1025+
"@polkadot/types@npm:^5.5.2":
1026+
version: 5.5.2
1027+
resolution: "@polkadot/types@npm:5.5.2"
10371028
dependencies:
10381029
"@babel/runtime": ^7.15.3
10391030
"@polkadot/util": ^7.2.1
10401031
"@polkadot/util-crypto": ^7.2.1
10411032
rxjs: ^7.3.0
1042-
checksum: 67bf61010498fc4169ccbce86e34c300894254753f2c322505ea11bbd72c41044c5db21f9ae7d9a17dc39dd2010ca1cb9ab9c3cc2eab439714373f5005981651
1033+
checksum: 84144de14e9259dfe2ad8dbefa610fbf2b193a2a0f9bd1a95dd1f7f4f0992695b1336d375170128c739757f8a82911e637bde101a05a1b913302da8544c2ddbc
10431034
languageName: node
10441035
linkType: hard
10451036

@@ -1284,7 +1275,7 @@ __metadata:
12841275
version: 0.0.0-use.local
12851276
resolution: "@substrate/api-sidecar@workspace:."
12861277
dependencies:
1287-
"@polkadot/api": ^5.5.1
1278+
"@polkadot/api": ^5.5.2
12881279
"@polkadot/apps-config": ^0.95.1
12891280
"@polkadot/util-crypto": ^7.2.1
12901281
"@polkadot/x-rxjs": ^6.11.1
@@ -7245,16 +7236,7 @@ fsevents@^2.3.2:
72457236
languageName: node
72467237
linkType: hard
72477238

7248-
"rxjs@npm:^7.2.0":
7249-
version: 7.2.0
7250-
resolution: "rxjs@npm:7.2.0"
7251-
dependencies:
7252-
tslib: ~2.1.0
7253-
checksum: 92a3511035b3d51e97018247218183e5ef88d167ef271c1222be1b2d98b4a5daa5c3827e2b536c3f11f91ad435907820e7a91446d92f222430fd00e0b9f7dbba
7254-
languageName: node
7255-
linkType: hard
7256-
7257-
"rxjs@npm:^7.3.0":
7239+
"rxjs@npm:^7.2.0, rxjs@npm:^7.3.0":
72587240
version: 7.3.0
72597241
resolution: "rxjs@npm:7.3.0"
72607242
dependencies:

0 commit comments

Comments
 (0)