Skip to content

Commit ff9a0b3

Browse files
authored
7.4.1 (#4454)
* 7.4.1 * CHANGELOG
1 parent 8df82af commit ff9a0b3

File tree

18 files changed

+298
-295
lines changed

18 files changed

+298
-295
lines changed

CHANGELOG.md

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

3-
## master
3+
## 7.4.1 Jan 15, 2022
4+
5+
Upgrade priority: Medium. Required for all chains using `Range` and `RangeInclusive` types. Also includes better error handling for number conversions.
46

57
Changes:
68

79
- Asserts for invalid number format inputs (MAX_SAFE_INTEGER, float)
810
- Ensure `Range/RangeInclusive` variant check does not fail on encoding
911
- Ensure non-option calls in api-contract are marked as `@deprecated`
1012
- Added Kusama 9150 upgrade block (known types)
13+
- Update `@polkadot/util` to 8.3.2
1114

1215

1316
## 7.3.1 Jan 9, 2022

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "commonjs",
14-
"version": "7.3.2-9",
14+
"version": "7.4.0",
1515
"workspaces": [
1616
"packages/*"
1717
],
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.16.7",
3535
"@babel/register": "^7.16.9",
3636
"@babel/runtime": "^7.16.7",
37-
"@polkadot/dev": "^0.65.31",
37+
"@polkadot/dev": "^0.65.37",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.4.0",
4040
"copyfiles": "^2.4.1"

packages/api-augment/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api-base": "7.3.2-9",
28-
"@polkadot/rpc-augment": "7.3.2-9",
29-
"@polkadot/types": "7.3.2-9",
30-
"@polkadot/types-augment": "7.3.2-9",
31-
"@polkadot/types-codec": "7.3.2-9",
32-
"@polkadot/util": "^8.3.1"
27+
"@polkadot/api-base": "7.4.0",
28+
"@polkadot/rpc-augment": "7.4.0",
29+
"@polkadot/types": "7.4.0",
30+
"@polkadot/types-augment": "7.4.0",
31+
"@polkadot/types-codec": "7.4.0",
32+
"@polkadot/util": "^8.3.2"
3333
}
3434
}

packages/api-base/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/rpc-core": "7.3.2-9",
28-
"@polkadot/types": "7.3.2-9",
29-
"@polkadot/util": "^8.3.1",
27+
"@polkadot/rpc-core": "7.4.0",
28+
"@polkadot/types": "7.4.0",
29+
"@polkadot/util": "^8.3.2",
3030
"rxjs": "^7.5.2"
3131
}
3232
}

packages/api-contract/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api": "7.3.2-9",
28-
"@polkadot/types": "7.3.2-9",
29-
"@polkadot/types-codec": "7.3.2-9",
30-
"@polkadot/types-create": "7.3.2-9",
31-
"@polkadot/util": "^8.3.1",
32-
"@polkadot/util-crypto": "^8.3.1",
27+
"@polkadot/api": "7.4.0",
28+
"@polkadot/types": "7.4.0",
29+
"@polkadot/types-codec": "7.4.0",
30+
"@polkadot/types-create": "7.4.0",
31+
"@polkadot/util": "^8.3.2",
32+
"@polkadot/util-crypto": "^8.3.2",
3333
"rxjs": "^7.5.2"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "7.3.2-9",
37-
"@polkadot/keyring": "^8.3.1"
36+
"@polkadot/api-augment": "7.4.0",
37+
"@polkadot/keyring": "^8.3.2"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api": "7.3.2-9",
28-
"@polkadot/api-augment": "7.3.2-9",
29-
"@polkadot/api-base": "7.3.2-9",
30-
"@polkadot/rpc-core": "7.3.2-9",
31-
"@polkadot/types": "7.3.2-9",
32-
"@polkadot/types-codec": "7.3.2-9",
33-
"@polkadot/util": "^8.3.1",
34-
"@polkadot/util-crypto": "^8.3.1",
27+
"@polkadot/api": "7.4.0",
28+
"@polkadot/api-augment": "7.4.0",
29+
"@polkadot/api-base": "7.4.0",
30+
"@polkadot/rpc-core": "7.4.0",
31+
"@polkadot/types": "7.4.0",
32+
"@polkadot/types-codec": "7.4.0",
33+
"@polkadot/util": "^8.3.2",
34+
"@polkadot/util-crypto": "^8.3.2",
3535
"rxjs": "^7.5.2"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "7.3.2-9",
39-
"@polkadot/api-augment": "7.3.2-9",
40-
"@polkadot/rpc-augment": "7.3.2-9",
41-
"@polkadot/rpc-provider": "7.3.2-9",
42-
"@polkadot/types-support": "7.3.2-9"
38+
"@polkadot/api": "7.4.0",
39+
"@polkadot/api-augment": "7.4.0",
40+
"@polkadot/rpc-augment": "7.4.0",
41+
"@polkadot/rpc-provider": "7.4.0",
42+
"@polkadot/types-support": "7.4.0"
4343
}
4444
}

packages/api/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/api-augment": "7.3.2-9",
28-
"@polkadot/api-base": "7.3.2-9",
29-
"@polkadot/api-derive": "7.3.2-9",
30-
"@polkadot/keyring": "^8.3.1",
31-
"@polkadot/rpc-augment": "7.3.2-9",
32-
"@polkadot/rpc-core": "7.3.2-9",
33-
"@polkadot/rpc-provider": "7.3.2-9",
34-
"@polkadot/types": "7.3.2-9",
35-
"@polkadot/types-augment": "7.3.2-9",
36-
"@polkadot/types-codec": "7.3.2-9",
37-
"@polkadot/types-create": "7.3.2-9",
38-
"@polkadot/types-known": "7.3.2-9",
39-
"@polkadot/util": "^8.3.1",
40-
"@polkadot/util-crypto": "^8.3.1",
27+
"@polkadot/api-augment": "7.4.0",
28+
"@polkadot/api-base": "7.4.0",
29+
"@polkadot/api-derive": "7.4.0",
30+
"@polkadot/keyring": "^8.3.2",
31+
"@polkadot/rpc-augment": "7.4.0",
32+
"@polkadot/rpc-core": "7.4.0",
33+
"@polkadot/rpc-provider": "7.4.0",
34+
"@polkadot/types": "7.4.0",
35+
"@polkadot/types-augment": "7.4.0",
36+
"@polkadot/types-codec": "7.4.0",
37+
"@polkadot/types-create": "7.4.0",
38+
"@polkadot/types-known": "7.4.0",
39+
"@polkadot/util": "^8.3.2",
40+
"@polkadot/util-crypto": "^8.3.2",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.5.2"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "7.3.2-9",
46-
"@polkadot/types-support": "7.3.2-9"
45+
"@polkadot/api-augment": "7.4.0",
46+
"@polkadot/types-support": "7.4.0"
4747
}
4848
}

packages/rpc-augment/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/rpc-core": "7.3.2-9",
28-
"@polkadot/types": "7.3.2-9",
29-
"@polkadot/types-codec": "7.3.2-9",
30-
"@polkadot/util": "^8.3.1"
27+
"@polkadot/rpc-core": "7.4.0",
28+
"@polkadot/types": "7.4.0",
29+
"@polkadot/types-codec": "7.4.0",
30+
"@polkadot/util": "^8.3.2"
3131
}
3232
}

packages/rpc-core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/rpc-augment": "7.3.2-9",
28-
"@polkadot/rpc-provider": "7.3.2-9",
29-
"@polkadot/types": "7.3.2-9",
30-
"@polkadot/util": "^8.3.1",
27+
"@polkadot/rpc-augment": "7.4.0",
28+
"@polkadot/rpc-provider": "7.4.0",
29+
"@polkadot/types": "7.4.0",
30+
"@polkadot/util": "^8.3.2",
3131
"rxjs": "^7.5.2"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^8.3.1",
35-
"@polkadot/rpc-augment": "7.3.2-9"
34+
"@polkadot/keyring": "^8.3.2",
35+
"@polkadot/rpc-augment": "7.4.0"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "7.3.2-9",
23+
"version": "7.4.0",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.7",
27-
"@polkadot/keyring": "^8.3.1",
28-
"@polkadot/types": "7.3.2-9",
29-
"@polkadot/types-support": "7.3.2-9",
30-
"@polkadot/util": "^8.3.1",
31-
"@polkadot/util-crypto": "^8.3.1",
32-
"@polkadot/x-fetch": "^8.3.1",
33-
"@polkadot/x-global": "^8.3.1",
34-
"@polkadot/x-ws": "^8.3.1",
27+
"@polkadot/keyring": "^8.3.2",
28+
"@polkadot/types": "7.4.0",
29+
"@polkadot/types-support": "7.4.0",
30+
"@polkadot/util": "^8.3.2",
31+
"@polkadot/util-crypto": "^8.3.2",
32+
"@polkadot/x-fetch": "^8.3.2",
33+
"@polkadot/x-global": "^8.3.2",
34+
"@polkadot/x-ws": "^8.3.2",
3535
"eventemitter3": "^4.0.7",
3636
"mock-socket": "^9.0.8",
3737
"nock": "^13.2.2"

0 commit comments

Comments
 (0)