Skip to content

Commit bacb757

Browse files
authored
Fix ss58Prefix extraction (#4274)
* Fix ss58Prefix extraction * allow fallback * adjust
1 parent 7be3cc9 commit bacb757

File tree

13 files changed

+70
-61
lines changed

13 files changed

+70
-61
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 6.10.3 Nov 30, 2021
4+
5+
Upgrade priority: Medium. Recommended for 6.10.x users
6+
7+
Changes:
8+
9+
- Fix ss58Prefix extraction
10+
11+
312
## 6.10.2 Nov 30, 2021
413

514
Upgrade priority: Low. Aligns TS augmentation and decoration with older behavior for ALL_CAPS identifiers.

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": "commonjs",
14-
"version": "6.10.2",
14+
"version": "6.10.3",
1515
"workspaces": [
1616
"packages/*"
1717
],

packages/api-contract/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": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api": "6.10.2",
28-
"@polkadot/types": "6.10.2",
27+
"@polkadot/api": "6.10.3",
28+
"@polkadot/types": "6.10.3",
2929
"@polkadot/util": "^8.0.4",
3030
"rxjs": "^7.4.0"
3131
}

packages/api-derive/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api": "6.10.2",
28-
"@polkadot/rpc-core": "6.10.2",
29-
"@polkadot/types": "6.10.2",
27+
"@polkadot/api": "6.10.3",
28+
"@polkadot/rpc-core": "6.10.3",
29+
"@polkadot/types": "6.10.3",
3030
"@polkadot/util": "^8.0.4",
3131
"@polkadot/util-crypto": "^8.0.4",
3232
"rxjs": "^7.4.0"
3333
},
3434
"devDependencies": {
3535
"@polkadot/keyring": "^8.0.4",
36-
"@polkadot/rpc-provider": "6.10.2"
36+
"@polkadot/rpc-provider": "6.10.3"
3737
}
3838
}

packages/api/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/api-derive": "6.10.2",
27+
"@polkadot/api-derive": "6.10.3",
2828
"@polkadot/keyring": "^8.0.4",
29-
"@polkadot/rpc-core": "6.10.2",
30-
"@polkadot/rpc-provider": "6.10.2",
31-
"@polkadot/types": "6.10.2",
32-
"@polkadot/types-known": "6.10.2",
29+
"@polkadot/rpc-core": "6.10.3",
30+
"@polkadot/rpc-provider": "6.10.3",
31+
"@polkadot/types": "6.10.3",
32+
"@polkadot/types-known": "6.10.3",
3333
"@polkadot/util": "^8.0.4",
3434
"@polkadot/util-crypto": "^8.0.4",
3535
"eventemitter3": "^4.0.7",

packages/rpc-core/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": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/rpc-provider": "6.10.2",
28-
"@polkadot/types": "6.10.2",
27+
"@polkadot/rpc-provider": "6.10.3",
28+
"@polkadot/types": "6.10.3",
2929
"@polkadot/util": "^8.0.4",
3030
"rxjs": "^7.4.0"
3131
},

packages/rpc-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
27-
"@polkadot/types": "6.10.2",
27+
"@polkadot/types": "6.10.3",
2828
"@polkadot/util": "^8.0.4",
2929
"@polkadot/util-crypto": "^8.0.4",
3030
"@polkadot/x-fetch": "^8.0.4",
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@polkadot/keyring": "^8.0.4",
37-
"@polkadot/types": "6.10.2",
37+
"@polkadot/types": "6.10.3",
3838
"mock-socket": "^9.0.8",
3939
"nock": "^13.2.1"
4040
}

packages/typegen/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"bin": {
2626
"polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs",
@@ -33,10 +33,10 @@
3333
"@babel/core": "^7.16.0",
3434
"@babel/register": "^7.16.0",
3535
"@babel/runtime": "^7.16.3",
36-
"@polkadot/api": "6.10.2",
37-
"@polkadot/rpc-provider": "6.10.2",
38-
"@polkadot/types": "6.10.2",
39-
"@polkadot/types-support": "6.10.2",
36+
"@polkadot/api": "6.10.3",
37+
"@polkadot/rpc-provider": "6.10.3",
38+
"@polkadot/types": "6.10.3",
39+
"@polkadot/types-support": "6.10.3",
4040
"@polkadot/util": "^8.0.4",
4141
"handlebars": "^4.7.7",
4242
"websocket": "^1.0.34",

packages/types-known/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",
2727
"@polkadot/networks": "^8.0.4",
28-
"@polkadot/types": "6.10.2",
28+
"@polkadot/types": "6.10.3",
2929
"@polkadot/util": "^8.0.4"
3030
}
3131
}

packages/types-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"./detectPackage.cjs"
2121
],
2222
"type": "module",
23-
"version": "6.10.2",
23+
"version": "6.10.3",
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.16.3",

0 commit comments

Comments
 (0)