Skip to content

Commit 5c7c406

Browse files
authored
Adjust ValidDisputeStatementKind enum (#3884)
1 parent 709e89b commit 5c7c406

File tree

14 files changed

+72
-68
lines changed

14 files changed

+72
-68
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# CHANGELOG
22

3-
## master
3+
## 5.5.2 Aug 19, 2021
4+
5+
Upgrade priority: Medium. Contains fixes for parachain types, affecting historic block retrieval on Kusama.
46

57
Changes:
68

9+
- Adjust `ValidDisputeStatementKind` enum to latest version
710
- Only enable API health keepalive on connections supporting subscriptions
811

912

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"@types/jest": "^26.0.24",
3636
"copyfiles": "^2.4.1"
3737
},
38-
"version": "5.5.2-1",
38+
"version": "5.5.2",
3939
"packageManager": "[email protected]"
4040
}

packages/api-contract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-contract",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "Interfaces for interacting with contracts and contract ABIs",
66
"main": "index.js",
@@ -20,8 +20,8 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-contract#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.3",
23-
"@polkadot/api": "5.5.2-1",
24-
"@polkadot/types": "5.5.2-1",
23+
"@polkadot/api": "5.5.2",
24+
"@polkadot/types": "5.5.2",
2525
"@polkadot/util": "^7.2.1",
2626
"rxjs": "^7.3.0"
2727
}

packages/api-derive/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api-derive",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
66
"main": "index.js",
@@ -20,15 +20,15 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.3",
23-
"@polkadot/api": "5.5.2-1",
24-
"@polkadot/rpc-core": "5.5.2-1",
25-
"@polkadot/types": "5.5.2-1",
23+
"@polkadot/api": "5.5.2",
24+
"@polkadot/rpc-core": "5.5.2",
25+
"@polkadot/types": "5.5.2",
2626
"@polkadot/util": "^7.2.1",
2727
"@polkadot/util-crypto": "^7.2.1",
2828
"rxjs": "^7.3.0"
2929
},
3030
"devDependencies": {
3131
"@polkadot/keyring": "^7.2.1",
32-
"@polkadot/rpc-provider": "5.5.2-1"
32+
"@polkadot/rpc-provider": "5.5.2"
3333
}
3434
}

packages/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/api",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "Promise and RxJS wrappers around the Polkadot JS RPC",
66
"main": "index.js",
@@ -20,12 +20,12 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.3",
23-
"@polkadot/api-derive": "5.5.2-1",
23+
"@polkadot/api-derive": "5.5.2",
2424
"@polkadot/keyring": "^7.2.1",
25-
"@polkadot/rpc-core": "5.5.2-1",
26-
"@polkadot/rpc-provider": "5.5.2-1",
27-
"@polkadot/types": "5.5.2-1",
28-
"@polkadot/types-known": "5.5.2-1",
25+
"@polkadot/rpc-core": "5.5.2",
26+
"@polkadot/rpc-provider": "5.5.2",
27+
"@polkadot/types": "5.5.2",
28+
"@polkadot/types-known": "5.5.2",
2929
"@polkadot/util": "^7.2.1",
3030
"@polkadot/util-crypto": "^7.2.1",
3131
"eventemitter3": "^4.0.7",

packages/rpc-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-core",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
66
"main": "index.js",
@@ -20,8 +20,8 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-core#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.3",
23-
"@polkadot/rpc-provider": "5.5.2-1",
24-
"@polkadot/types": "5.5.2-1",
23+
"@polkadot/rpc-provider": "5.5.2",
24+
"@polkadot/types": "5.5.2",
2525
"@polkadot/util": "^7.2.1",
2626
"rxjs": "^7.3.0"
2727
},

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/rpc-provider",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "Transport providers for the API",
66
"main": "index.js",
@@ -20,7 +20,7 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-provider#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.3",
23-
"@polkadot/types": "5.5.2-1",
23+
"@polkadot/types": "5.5.2",
2424
"@polkadot/util": "^7.2.1",
2525
"@polkadot/util-crypto": "^7.2.1",
2626
"@polkadot/x-fetch": "^7.2.1",
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@polkadot/keyring": "^7.2.1",
33-
"@polkadot/types": "5.5.2-1",
33+
"@polkadot/types": "5.5.2",
3434
"mock-socket": "^9.0.3",
3535
"nock": "^13.1.1"
3636
}

packages/typegen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/typegen",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "Type generation scripts",
66
"main": "index.js",
@@ -29,10 +29,10 @@
2929
"@babel/core": "^7.15.0",
3030
"@babel/register": "^7.15.3",
3131
"@babel/runtime": "^7.15.3",
32-
"@polkadot/api": "5.5.2-1",
33-
"@polkadot/rpc-provider": "5.5.2-1",
34-
"@polkadot/types": "5.5.2-1",
35-
"@polkadot/types-support": "5.5.2-1",
32+
"@polkadot/api": "5.5.2",
33+
"@polkadot/rpc-provider": "5.5.2",
34+
"@polkadot/types": "5.5.2",
35+
"@polkadot/types-support": "5.5.2",
3636
"@polkadot/util": "^7.2.1",
3737
"handlebars": "^4.7.7",
3838
"websocket": "^1.0.34",

packages/types-known/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/types-known",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "Known type definitions",
66
"main": "index.js",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.3",
2323
"@polkadot/networks": "^7.2.1",
24-
"@polkadot/types": "5.5.2-1",
24+
"@polkadot/types": "5.5.2",
2525
"@polkadot/util": "^7.2.1"
2626
}
2727
}

packages/types-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/types-support",
3-
"version": "5.5.2-1",
3+
"version": "5.5.2",
44
"type": "module",
55
"description": "Supporting files for types, mostly for testing",
66
"main": "index.js",

0 commit comments

Comments
 (0)