Skip to content

Commit cf26172

Browse files
authored
9.13.6 (#5475)
1 parent 375afb5 commit cf26172

File tree

18 files changed

+169
-164
lines changed

18 files changed

+169
-164
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# CHANGELOG
22

3-
## master
3+
## 9.13.6 Feb 5, 2023
4+
5+
Contributed:
6+
7+
- Align `eth_getTransactionCount` with frontier (Thanks to https://github.com/alko89)
48

59
Changes:
610

711
- Additional override for `Compact<{ refTime: u64 }>` chains
12+
- Add script to retrieve local rpc, version & metadata for typegen
813

914

1015
## 9.13.5 Feb 2, 2023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"sideEffects": false,
1313
"type": "module",
14-
"version": "9.13.6-5-x",
14+
"version": "9.13.6",
1515
"versions": {
1616
"git": "9.13.6-5-x",
1717
"npm": "9.13.5"

packages/api-augment/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/api-base": "9.13.6-5-x",
28-
"@polkadot/rpc-augment": "9.13.6-5-x",
29-
"@polkadot/types": "9.13.6-5-x",
30-
"@polkadot/types-augment": "9.13.6-5-x",
31-
"@polkadot/types-codec": "9.13.6-5-x",
27+
"@polkadot/api-base": "9.13.6",
28+
"@polkadot/rpc-augment": "9.13.6",
29+
"@polkadot/types": "9.13.6",
30+
"@polkadot/types-augment": "9.13.6",
31+
"@polkadot/types-codec": "9.13.6",
3232
"@polkadot/util": "^10.3.1"
3333
}
3434
}

packages/api-base/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/rpc-core": "9.13.6-5-x",
28-
"@polkadot/types": "9.13.6-5-x",
27+
"@polkadot/rpc-core": "9.13.6",
28+
"@polkadot/types": "9.13.6",
2929
"@polkadot/util": "^10.3.1",
3030
"rxjs": "^7.8.0"
3131
}

packages/api-contract/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/api": "9.13.6-5-x",
28-
"@polkadot/types": "9.13.6-5-x",
29-
"@polkadot/types-codec": "9.13.6-5-x",
30-
"@polkadot/types-create": "9.13.6-5-x",
27+
"@polkadot/api": "9.13.6",
28+
"@polkadot/types": "9.13.6",
29+
"@polkadot/types-codec": "9.13.6",
30+
"@polkadot/types-create": "9.13.6",
3131
"@polkadot/util": "^10.3.1",
3232
"@polkadot/util-crypto": "^10.3.1",
3333
"rxjs": "^7.8.0"
3434
},
3535
"devDependencies": {
36-
"@polkadot/api-augment": "9.13.6-5-x",
36+
"@polkadot/api-augment": "9.13.6",
3737
"@polkadot/keyring": "^10.3.1"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/api": "9.13.6-5-x",
28-
"@polkadot/api-augment": "9.13.6-5-x",
29-
"@polkadot/api-base": "9.13.6-5-x",
30-
"@polkadot/rpc-core": "9.13.6-5-x",
31-
"@polkadot/types": "9.13.6-5-x",
32-
"@polkadot/types-codec": "9.13.6-5-x",
27+
"@polkadot/api": "9.13.6",
28+
"@polkadot/api-augment": "9.13.6",
29+
"@polkadot/api-base": "9.13.6",
30+
"@polkadot/rpc-core": "9.13.6",
31+
"@polkadot/types": "9.13.6",
32+
"@polkadot/types-codec": "9.13.6",
3333
"@polkadot/util": "^10.3.1",
3434
"@polkadot/util-crypto": "^10.3.1",
3535
"rxjs": "^7.8.0"
3636
},
3737
"devDependencies": {
38-
"@polkadot/api": "9.13.6-5-x",
39-
"@polkadot/api-augment": "9.13.6-5-x",
40-
"@polkadot/rpc-augment": "9.13.6-5-x",
41-
"@polkadot/rpc-provider": "9.13.6-5-x",
42-
"@polkadot/types-support": "9.13.6-5-x"
38+
"@polkadot/api": "9.13.6",
39+
"@polkadot/api-augment": "9.13.6",
40+
"@polkadot/rpc-augment": "9.13.6",
41+
"@polkadot/rpc-provider": "9.13.6",
42+
"@polkadot/types-support": "9.13.6"
4343
}
4444
}

packages/api/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/api-augment": "9.13.6-5-x",
28-
"@polkadot/api-base": "9.13.6-5-x",
29-
"@polkadot/api-derive": "9.13.6-5-x",
27+
"@polkadot/api-augment": "9.13.6",
28+
"@polkadot/api-base": "9.13.6",
29+
"@polkadot/api-derive": "9.13.6",
3030
"@polkadot/keyring": "^10.3.1",
31-
"@polkadot/rpc-augment": "9.13.6-5-x",
32-
"@polkadot/rpc-core": "9.13.6-5-x",
33-
"@polkadot/rpc-provider": "9.13.6-5-x",
34-
"@polkadot/types": "9.13.6-5-x",
35-
"@polkadot/types-augment": "9.13.6-5-x",
36-
"@polkadot/types-codec": "9.13.6-5-x",
37-
"@polkadot/types-create": "9.13.6-5-x",
38-
"@polkadot/types-known": "9.13.6-5-x",
31+
"@polkadot/rpc-augment": "9.13.6",
32+
"@polkadot/rpc-core": "9.13.6",
33+
"@polkadot/rpc-provider": "9.13.6",
34+
"@polkadot/types": "9.13.6",
35+
"@polkadot/types-augment": "9.13.6",
36+
"@polkadot/types-codec": "9.13.6",
37+
"@polkadot/types-create": "9.13.6",
38+
"@polkadot/types-known": "9.13.6",
3939
"@polkadot/util": "^10.3.1",
4040
"@polkadot/util-crypto": "^10.3.1",
4141
"eventemitter3": "^5.0.0",
4242
"rxjs": "^7.8.0"
4343
},
4444
"devDependencies": {
45-
"@polkadot/api-augment": "9.13.6-5-x",
46-
"@polkadot/types-support": "9.13.6-5-x"
45+
"@polkadot/api-augment": "9.13.6",
46+
"@polkadot/types-support": "9.13.6"
4747
}
4848
}

packages/rpc-augment/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": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/rpc-core": "9.13.6-5-x",
28-
"@polkadot/types": "9.13.6-5-x",
29-
"@polkadot/types-codec": "9.13.6-5-x",
27+
"@polkadot/rpc-core": "9.13.6",
28+
"@polkadot/types": "9.13.6",
29+
"@polkadot/types-codec": "9.13.6",
3030
"@polkadot/util": "^10.3.1"
3131
}
3232
}

packages/rpc-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
27-
"@polkadot/rpc-augment": "9.13.6-5-x",
28-
"@polkadot/rpc-provider": "9.13.6-5-x",
29-
"@polkadot/types": "9.13.6-5-x",
27+
"@polkadot/rpc-augment": "9.13.6",
28+
"@polkadot/rpc-provider": "9.13.6",
29+
"@polkadot/types": "9.13.6",
3030
"@polkadot/util": "^10.3.1",
3131
"rxjs": "^7.8.0"
3232
},
3333
"devDependencies": {
3434
"@polkadot/keyring": "^10.3.1",
35-
"@polkadot/rpc-augment": "9.13.6-5-x"
35+
"@polkadot/rpc-augment": "9.13.6"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "9.13.6-5-x",
23+
"version": "9.13.6",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.20.13",
2727
"@polkadot/keyring": "^10.3.1",
28-
"@polkadot/types": "9.13.6-5-x",
29-
"@polkadot/types-support": "9.13.6-5-x",
28+
"@polkadot/types": "9.13.6",
29+
"@polkadot/types-support": "9.13.6",
3030
"@polkadot/util": "^10.3.1",
3131
"@polkadot/util-crypto": "^10.3.1",
3232
"@polkadot/x-fetch": "^10.3.1",

0 commit comments

Comments
 (0)