Skip to content

Commit 1b8ba41

Browse files
authored
4.12 (#3590)
* 4.12 * Bump dev
1 parent 648be9a commit 1b8ba41

File tree

12 files changed

+88
-80
lines changed

12 files changed

+88
-80
lines changed

CHANGELOG.md

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

3-
## master
3+
## 4.12.1 May 30, 2021
4+
5+
Upgrade priority: Low. Internal adjustment only, no major external usage changes.
6+
7+
Changelog:
8+
9+
- Update `FundInfo` type with Polkadot (Thanks to https://github.com/arjanz)
410

511
Changes:
612

713
- Allow storage queries with default keys values
814
- Align identity `Data` to limit to 32 bytes in the `Raw` enum (as per Substrate)
915
- Align static (test & docs-only) metadata with latest Substrate master
1016
- Added 9030 upgrade blocks for Kusama & Westend
17+
- Cleanup of Eth pallet RPC definitions
18+
- Cleanup README for `@polkadot/rpc-core` (recommended for internal-usage only)
1119
- Cleanup internal tests (no dangling handles, cater for Jest 27)
1220

1321

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"@babel/core": "^7.14.3",
2929
"@babel/register": "^7.13.16",
3030
"@babel/runtime": "^7.14.0",
31-
"@polkadot/dev": "^0.62.20",
32-
"@polkadot/ts": "^0.3.69",
31+
"@polkadot/dev": "^0.62.21",
32+
"@polkadot/ts": "^0.3.70",
3333
"@polkadot/typegen": "workspace:packages/typegen",
3434
"@types/jest": "^26.0.23",
3535
"copyfiles": "^2.4.1"
3636
},
37-
"version": "4.11.3-9"
37+
"version": "4.12.0"
3838
}

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": "4.11.3-9",
3+
"version": "4.12.0",
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.14.0",
23-
"@polkadot/api": "4.11.3-9",
24-
"@polkadot/types": "4.11.3-9",
23+
"@polkadot/api": "4.12.0",
24+
"@polkadot/types": "4.12.0",
2525
"@polkadot/util": "^6.6.1",
2626
"@polkadot/x-rxjs": "^6.6.1",
2727
"bn.js": "^4.11.9"

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": "4.11.3-9",
3+
"version": "4.12.0",
44
"type": "module",
55
"description": "Common functions used across Polkadot, derived from RPC calls and storage queries.",
66
"main": "index.js",
@@ -20,16 +20,16 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/api-derive#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.0",
23-
"@polkadot/api": "4.11.3-9",
24-
"@polkadot/rpc-core": "4.11.3-9",
25-
"@polkadot/types": "4.11.3-9",
23+
"@polkadot/api": "4.12.0",
24+
"@polkadot/rpc-core": "4.12.0",
25+
"@polkadot/types": "4.12.0",
2626
"@polkadot/util": "^6.6.1",
2727
"@polkadot/util-crypto": "^6.6.1",
2828
"@polkadot/x-rxjs": "^6.6.1",
2929
"bn.js": "^4.11.9"
3030
},
3131
"devDependencies": {
3232
"@polkadot/keyring": "^6.6.1",
33-
"@polkadot/rpc-provider": "4.11.3-9"
33+
"@polkadot/rpc-provider": "4.12.0"
3434
}
3535
}

packages/api/package.json

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

packages/metadata/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkadot/metadata",
3-
"version": "4.11.3-9",
3+
"version": "4.12.0",
44
"type": "module",
55
"description": "Helpers to extract information from runtime metadata",
66
"main": "index.js",
@@ -20,8 +20,8 @@
2020
"homepage": "https://github.com/polkadot-js/api/tree/master/packages/type-metadata#readme",
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.0",
23-
"@polkadot/types": "4.11.3-9",
24-
"@polkadot/types-known": "4.11.3-9",
23+
"@polkadot/types": "4.12.0",
24+
"@polkadot/types-known": "4.12.0",
2525
"@polkadot/util": "^6.6.1",
2626
"@polkadot/util-crypto": "^6.6.1",
2727
"bn.js": "^4.11.9"

packages/rpc-core/package.json

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

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": "4.11.3-9",
3+
"version": "4.12.0",
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.14.0",
23-
"@polkadot/types": "4.11.3-9",
23+
"@polkadot/types": "4.12.0",
2424
"@polkadot/util": "^6.6.1",
2525
"@polkadot/util-crypto": "^6.6.1",
2626
"@polkadot/x-fetch": "^6.6.1",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@polkadot/keyring": "^6.6.1",
34-
"@polkadot/metadata": "4.11.3-9",
34+
"@polkadot/metadata": "4.12.0",
3535
"mock-socket": "^9.0.3",
3636
"nock": "^13.0.11"
3737
}

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": "4.11.3-9",
3+
"version": "4.12.0",
44
"type": "module",
55
"description": "Type generation scripts",
66
"main": "index.js",
@@ -29,10 +29,10 @@
2929
"@babel/core": "^7.14.3",
3030
"@babel/register": "^7.13.16",
3131
"@babel/runtime": "^7.14.0",
32-
"@polkadot/api": "4.11.3-9",
33-
"@polkadot/metadata": "4.11.3-9",
34-
"@polkadot/rpc-provider": "4.11.3-9",
35-
"@polkadot/types": "4.11.3-9",
32+
"@polkadot/api": "4.12.0",
33+
"@polkadot/metadata": "4.12.0",
34+
"@polkadot/rpc-provider": "4.12.0",
35+
"@polkadot/types": "4.12.0",
3636
"@polkadot/util": "^6.6.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": "4.11.3-9",
3+
"version": "4.12.0",
44
"type": "module",
55
"description": "A JavaScript wrapper for the Polkadot JsonRPC interface",
66
"main": "index.js",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.14.0",
2323
"@polkadot/networks": "^6.6.1",
24-
"@polkadot/types": "4.11.3-9",
24+
"@polkadot/types": "4.12.0",
2525
"@polkadot/util": "^6.6.1",
2626
"bn.js": "^4.11.9"
2727
},

0 commit comments

Comments
 (0)