Skip to content

Commit e23c8c6

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into subwallet-dev
2 parents 4b5a044 + 39db6f9 commit e23c8c6

File tree

37 files changed

+267
-101
lines changed

37 files changed

+267
-101
lines changed

.123trigger

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,5 @@
164164
1.2.27
165165
1.2.28
166166
1.2.29
167-
1.2.30
167+
1.2.30
168+
1.2.31

CHANGELOG.md

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

3+
## 1.2.31
4+
Build date: Sep 28, 2024.
5+
6+
Features & Update:
7+
- Block action online (#3635)
8+
- Update chain-list (#3680)
9+
- Add XCM support for KSM between Bifrost KSM <> Kusama
10+
- Update RPC for Cess Network
11+
- Add swap pairs for Hydration and ChainFlip (#3633, #3651)
12+
13+
Bugs fixed:
14+
- Fix bug Do not show earning position for StellaSwap (#3647)
15+
- Fix bug Can't import JSON file containing Unified account (#3643)
16+
317
## 1.2.30
418
Build date: Sep 20, 2024.
519

CONTRIBUTORS

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
2831 AnhMTV Release version 1.2.30
2-
2533 Nam Phạm [Issue 3467] fix: refactor staking pallet handling logic
3-
2186 S2kael [Issue-3637] Update stable version for chain-list
1+
2838 AnhMTV Release version 1.2.31
2+
2541 Nam Phạm [Issue 3680] chore: update chainlist
3+
2190 S2kael [Issue-3680] Update stable version for chain-list
44
848 lw-cdm [Issue-3407] WebApp - Support Avail Ledger app
55
565 nguyentiendung [Issue-2845] Fix UI bugs export accounts
66
465 Jaco 0.42.5 (#969)
7-
314 bluezdot [Issue-3635] fix: fix do not show balance
8-
232 Thiendekaco [Issue 3458] [fix] Extension - Support XCM for Ledger Polkadot generic app #3
7+
327 bluezdot [Issue-3635] feat: update content
8+
241 Thiendekaco
99
185 quangdo
1010
160 Automation Bot [CI Skip] Auto increase webapp build number
1111
146 dominhquang [Issue-3468] Improve condition for Marketing campaign
@@ -18,8 +18,8 @@
1818
66 Frenkie Nguyen [Issue 2352] fix eslint
1919
63 Roman fix ui issues
2020
53 Dominhquangdev update Bridge code
21+
28 PDTnhah [Issue-3680] Update chainlist
2122
24 S2kael
22-
24 Thanh [Issue-3637] Update chainlist
2323
10 Trang Trịnh api get karura and acala nfts
2424
9 Minh Le
2525
9 minhld1029 [#115] [ForgetAccount] catch exception refList undefined
@@ -60,5 +60,6 @@
6060
1 Stéphane P README Fix typo (#700)
6161
1 Tore19 Add Stafi network (#454)
6262
1 trieunhu Load transfer history polkadot and kusama by subquid
63+
1 tunghp2002 [Fixed] Extension - Fix do not show earning position for StellaSwap
6364
1 Vlad Proshchavaiev Update extension with Subsocial SS58 included (#416)
6465
1 雪霁 Batch export (#666)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/Koniverse/Subwallet-V2.git"
1111
},
1212
"sideEffects": false,
13-
"version": "1.2.30",
13+
"version": "1.2.31",
1414
"workspaces": [
1515
"packages/*"
1616
],

packages/extension-base/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"./detectPackage.cjs"
1818
],
1919
"type": "module",
20-
"version": "1.2.30-0",
20+
"version": "1.2.31-0",
2121
"main": "index.js",
2222
"dependencies": {
2323
"@acala-network/api": "^5.0.2",
@@ -56,10 +56,10 @@
5656
"@sora-substrate/type-definitions": "^1.17.7",
5757
"@substrate/connect": "^0.8.9",
5858
"@subwallet/chain-list": "0.2.88",
59-
"@subwallet/extension-base": "^1.2.30-0",
60-
"@subwallet/extension-chains": "^1.2.30-0",
61-
"@subwallet/extension-dapp": "^1.2.30-0",
62-
"@subwallet/extension-inject": "^1.2.30-0",
59+
"@subwallet/extension-base": "^1.2.31-0",
60+
"@subwallet/extension-chains": "^1.2.31-0",
61+
"@subwallet/extension-dapp": "^1.2.31-0",
62+
"@subwallet/extension-inject": "^1.2.31-0",
6363
"@subwallet/keyring": "^0.1.7",
6464
"@subwallet/ui-keyring": "^0.1.7",
6565
"@walletconnect/keyvaluestorage": "^1.1.1",
@@ -100,7 +100,7 @@
100100
"web3-utils": "^1.10.0"
101101
},
102102
"devDependencies": {
103-
"@subwallet/extension-mocks": "^1.2.30-0",
103+
"@subwallet/extension-mocks": "^1.2.31-0",
104104
"@types/uuid": "^9.0.1"
105105
}
106106
}

packages/extension-base/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.2.30-0' };
6+
export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.2.31-0' };

packages/extension-chains/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"./detectPackage.cjs"
1818
],
1919
"type": "module",
20-
"version": "1.2.30-0",
20+
"version": "1.2.31-0",
2121
"main": "index.js",
2222
"dependencies": {
2323
"@babel/runtime": "^7.20.6",
2424
"@polkadot/networks": "^12.6.2",
2525
"@polkadot/util": "^12.6.2",
2626
"@polkadot/util-crypto": "^12.6.2",
27-
"@subwallet/extension-inject": "^1.2.30-0"
27+
"@subwallet/extension-inject": "^1.2.31-0"
2828
},
2929
"peerDependencies": {
3030
"@polkadot/api": "*",

packages/extension-chains/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.2.30-0' };
6+
export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.2.31-0' };

packages/extension-compat-metamask/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"./detectPackage.cjs"
1818
],
1919
"type": "module",
20-
"version": "1.2.30-0",
20+
"version": "1.2.31-0",
2121
"main": "index.js",
2222
"dependencies": {
2323
"@babel/runtime": "^7.20.6",
2424
"@metamask/detect-provider": "^1.2.0",
2525
"@polkadot/types": "^11.0.3",
2626
"@polkadot/util": "^12.6.2",
27-
"@subwallet/extension-inject": "^1.2.30-0",
27+
"@subwallet/extension-inject": "^1.2.31-0",
2828
"web3": "^1.10.0"
2929
},
3030
"peerDependencies": {

packages/extension-compat-metamask/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.2.30-0' };
6+
export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.2.31-0' };

packages/extension-dapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"./detectPackage.cjs"
1818
],
1919
"type": "module",
20-
"version": "1.2.30-0",
20+
"version": "1.2.31-0",
2121
"main": "index.js",
2222
"dependencies": {
2323
"@babel/runtime": "^7.20.6",
2424
"@polkadot/util": "^12.6.2",
2525
"@polkadot/util-crypto": "^12.6.2",
26-
"@subwallet/extension-inject": "^1.2.30-0"
26+
"@subwallet/extension-inject": "^1.2.31-0"
2727
},
2828
"peerDependencies": {
2929
"@polkadot/api": "*",

packages/extension-dapp/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.2.30-0' };
6+
export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.2.31-0' };

packages/extension-inject/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": true,
1616
"type": "module",
17-
"version": "1.2.30-0",
17+
"version": "1.2.31-0",
1818
"main": "index.js",
1919
"dependencies": {
2020
"@babel/runtime": "^7.20.6",

packages/extension-inject/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.2.30-0' };
6+
export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.2.31-0' };

packages/extension-koni-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": true,
1616
"type": "module",
17-
"version": "1.2.30-0",
17+
"version": "1.2.31-0",
1818
"dependencies": {
1919
"@babel/runtime": "^7.20.6",
2020
"@coinbase/cbpay-js": "^1.7.0",
@@ -35,10 +35,10 @@
3535
"@ramonak/react-progress-bar": "^5.0.3",
3636
"@reduxjs/toolkit": "^1.9.1",
3737
"@subwallet/chain-list": "0.2.88",
38-
"@subwallet/extension-base": "^1.2.30-0",
39-
"@subwallet/extension-chains": "^1.2.30-0",
40-
"@subwallet/extension-dapp": "^1.2.30-0",
41-
"@subwallet/extension-inject": "^1.2.30-0",
38+
"@subwallet/extension-base": "^1.2.31-0",
39+
"@subwallet/extension-chains": "^1.2.31-0",
40+
"@subwallet/extension-dapp": "^1.2.31-0",
41+
"@subwallet/extension-inject": "^1.2.31-0",
4242
"@subwallet/keyring": "^0.1.7",
4343
"@subwallet/react-ui": "5.1.2-b77",
4444
"@subwallet/ui-keyring": "^0.1.7",
@@ -87,7 +87,7 @@
8787
"usehooks-ts": "^2.9.1"
8888
},
8989
"devDependencies": {
90-
"@subwallet/extension-mocks": "^1.2.30-0",
90+
"@subwallet/extension-mocks": "^1.2.31-0",
9191
"@types/bn.js": "^5.1.1",
9292
"@types/enzyme": "^3.10.12",
9393
"@types/enzyme-adapter-react-16": "^1.0.6",

packages/extension-koni/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "1.2.30-0",
17+
"version": "1.2.31-0",
1818
"dependencies": {
1919
"@babel/runtime": "^7.20.6",
20-
"@subwallet/extension-base": "^1.2.30-0",
21-
"@subwallet/extension-inject": "^1.2.30-0",
22-
"@subwallet/extension-koni-ui": "^1.2.30-0"
20+
"@subwallet/extension-base": "^1.2.31-0",
21+
"@subwallet/extension-inject": "^1.2.31-0",
22+
"@subwallet/extension-koni-ui": "^1.2.31-0"
2323
},
2424
"devDependencies": {
2525
"@polkadot/dev": "^0.65.23",

packages/extension-koni/public/locales/en/translation.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,5 +1300,15 @@
13001300
"from one of the methods to avoid issues": "",
13011301
"Read update": "",
13021302
"Continue staking?": "",
1303-
"High fee alert!": ""
1303+
"High fee alert!": "",
1304+
"Feature under maintenance. Try again later": "",
1305+
"1 account imported": "",
1306+
"{{number}} accounts imported": "",
1307+
"{{number}} account found": "",
1308+
"{{number}} accounts found": "",
1309+
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310+
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311+
"All accounts found in this file are invalid. Import another JSON file and try again": "",
1312+
"Unable to import": "",
1313+
"Some accounts can’t be imported": ""
13041314
}

packages/extension-koni/public/locales/ja/translation.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,5 +1300,15 @@
13001300
"from one of the methods to avoid issues": "",
13011301
"Read update": "",
13021302
"Continue staking?": "",
1303-
"High fee alert!": ""
1303+
"High fee alert!": "",
1304+
"Feature under maintenance. Try again later": "",
1305+
"1 account imported": "",
1306+
"{{number}} accounts imported": "",
1307+
"{{number}} account found": "",
1308+
"{{number}} accounts found": "",
1309+
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310+
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311+
"All accounts found in this file are invalid. Import another JSON file and try again": "",
1312+
"Unable to import": "",
1313+
"Some accounts can’t be imported": ""
13041314
}

packages/extension-koni/public/locales/ru/translation.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,5 +1300,15 @@
13001300
"from one of the methods to avoid issues": "",
13011301
"Read update": "",
13021302
"Continue staking?": "",
1303-
"High fee alert!": ""
1303+
"High fee alert!": "",
1304+
"Feature under maintenance. Try again later": "",
1305+
"1 account imported": "",
1306+
"{{number}} accounts imported": "",
1307+
"{{number}} account found": "",
1308+
"{{number}} accounts found": "",
1309+
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310+
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311+
"All accounts found in this file are invalid. Import another JSON file and try again": "",
1312+
"Unable to import": "",
1313+
"Some accounts can’t be imported": ""
13041314
}

packages/extension-koni/public/locales/vi/translation.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,5 +1300,15 @@
13001300
"from one of the methods to avoid issues": "",
13011301
"Read update": "",
13021302
"Continue staking?": "",
1303-
"High fee alert!": ""
1303+
"High fee alert!": "",
1304+
"Feature under maintenance. Try again later": "",
1305+
"1 account imported": "",
1306+
"{{number}} accounts imported": "",
1307+
"{{number}} account found": "",
1308+
"{{number}} accounts found": "",
1309+
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310+
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311+
"All accounts found in this file are invalid. Import another JSON file and try again": "",
1312+
"Unable to import": "",
1313+
"Some accounts can’t be imported": ""
13041314
}

packages/extension-koni/public/locales/zh/translation.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,5 +1300,15 @@
13001300
"from one of the methods to avoid issues": "",
13011301
"Read update": "",
13021302
"Continue staking?": "",
1303-
"High fee alert!": ""
1303+
"High fee alert!": "",
1304+
"Feature under maintenance. Try again later": "",
1305+
"1 account imported": "",
1306+
"{{number}} accounts imported": "",
1307+
"{{number}} account found": "",
1308+
"{{number}} accounts found": "",
1309+
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
1310+
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
1311+
"All accounts found in this file are invalid. Import another JSON file and try again": "",
1312+
"Unable to import": "",
1313+
"Some accounts can’t be imported": ""
13041314
}

packages/extension-koni/src/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
// Do not edit, auto-generated by @polkadot/dev
55

6-
export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.2.30-0' };
6+
export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.2.31-0' };

packages/extension-mocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "1.2.30-0",
17+
"version": "1.2.31-0",
1818
"main": "index.js",
1919
"dependencies": {
2020
"@babel/runtime": "^7.20.6",

packages/extension-web-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"sideEffects": true,
1616
"type": "module",
17-
"version": "1.2.30-0",
17+
"version": "1.2.31-0",
1818
"dependencies": {
1919
"@babel/runtime": "^7.20.6",
2020
"@coinbase/cbpay-js": "^1.7.0",
@@ -36,10 +36,10 @@
3636
"@ramonak/react-progress-bar": "^5.0.3",
3737
"@reduxjs/toolkit": "^1.9.1",
3838
"@subwallet/chain-list": "0.2.88",
39-
"@subwallet/extension-base": "^1.2.30-0",
40-
"@subwallet/extension-chains": "^1.2.30-0",
41-
"@subwallet/extension-dapp": "^1.2.30-0",
42-
"@subwallet/extension-inject": "^1.2.30-0",
39+
"@subwallet/extension-base": "^1.2.31-0",
40+
"@subwallet/extension-chains": "^1.2.31-0",
41+
"@subwallet/extension-dapp": "^1.2.31-0",
42+
"@subwallet/extension-inject": "^1.2.31-0",
4343
"@subwallet/keyring": "^0.1.7",
4444
"@subwallet/react-ui": "^5.1.2-b77",
4545
"@subwallet/ui-keyring": "^0.1.7",
@@ -88,7 +88,7 @@
8888
"usehooks-ts": "^2.9.1"
8989
},
9090
"devDependencies": {
91-
"@subwallet/extension-mocks": "^1.2.30-0",
91+
"@subwallet/extension-mocks": "^1.2.31-0",
9292
"@types/bn.js": "^5.1.1",
9393
"@types/enzyme": "^3.10.12",
9494
"@types/enzyme-adapter-react-16": "^1.0.6",

packages/web-runner/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
},
1515
"sideEffects": false,
1616
"type": "module",
17-
"version": "1.2.30-0",
17+
"version": "1.2.31-0",
1818
"dependencies": {
1919
"@babel/runtime": "^7.20.6",
20-
"@subwallet/extension-base": "^1.2.30-0",
21-
"@subwallet/extension-inject": "^1.2.30-0",
22-
"@subwallet/extension-koni-ui": "^1.2.30-0"
20+
"@subwallet/extension-base": "^1.2.31-0",
21+
"@subwallet/extension-inject": "^1.2.31-0",
22+
"@subwallet/extension-koni-ui": "^1.2.31-0"
2323
},
2424
"devDependencies": {
2525
"@polkadot/dev": "^0.65.23",

0 commit comments

Comments
 (0)