Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into subwal…
Browse files Browse the repository at this point in the history
…let-dev
  • Loading branch information
saltict committed Oct 1, 2024
2 parents 4b5a044 + 39db6f9 commit e23c8c6
Show file tree
Hide file tree
Showing 37 changed files with 267 additions and 101 deletions.
3 changes: 2 additions & 1 deletion .123trigger
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@
1.2.27
1.2.28
1.2.29
1.2.30
1.2.30
1.2.31
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 1.2.31
Build date: Sep 28, 2024.

Features & Update:
- Block action online (#3635)
- Update chain-list (#3680)
- Add XCM support for KSM between Bifrost KSM <> Kusama
- Update RPC for Cess Network
- Add swap pairs for Hydration and ChainFlip (#3633, #3651)

Bugs fixed:
- Fix bug Do not show earning position for StellaSwap (#3647)
- Fix bug Can't import JSON file containing Unified account (#3643)

## 1.2.30
Build date: Sep 20, 2024.

Expand Down
13 changes: 7 additions & 6 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
2831 AnhMTV Release version 1.2.30
2533 Nam Phạm [Issue 3467] fix: refactor staking pallet handling logic
2186 S2kael [Issue-3637] Update stable version for chain-list
2838 AnhMTV Release version 1.2.31
2541 Nam Phạm [Issue 3680] chore: update chainlist
2190 S2kael [Issue-3680] Update stable version for chain-list
848 lw-cdm [Issue-3407] WebApp - Support Avail Ledger app
565 nguyentiendung [Issue-2845] Fix UI bugs export accounts
465 Jaco 0.42.5 (#969)
314 bluezdot [Issue-3635] fix: fix do not show balance
232 Thiendekaco [Issue 3458] [fix] Extension - Support XCM for Ledger Polkadot generic app #3
327 bluezdot [Issue-3635] feat: update content
241 Thiendekaco
185 quangdo
160 Automation Bot [CI Skip] Auto increase webapp build number
146 dominhquang [Issue-3468] Improve condition for Marketing campaign
Expand All @@ -18,8 +18,8 @@
66 Frenkie Nguyen [Issue 2352] fix eslint
63 Roman fix ui issues
53 Dominhquangdev update Bridge code
28 PDTnhah [Issue-3680] Update chainlist
24 S2kael
24 Thanh [Issue-3637] Update chainlist
10 Trang Trịnh api get karura and acala nfts
9 Minh Le
9 minhld1029 [#115] [ForgetAccount] catch exception refList undefined
Expand Down Expand Up @@ -60,5 +60,6 @@
1 Stéphane P README Fix typo (#700)
1 Tore19 Add Stafi network (#454)
1 trieunhu Load transfer history polkadot and kusama by subquid
1 tunghp2002 [Fixed] Extension - Fix do not show earning position for StellaSwap
1 Vlad Proshchavaiev Update extension with Subsocial SS58 included (#416)
1 雪霁 Batch export (#666)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/Koniverse/Subwallet-V2.git"
},
"sideEffects": false,
"version": "1.2.30",
"version": "1.2.31",
"workspaces": [
"packages/*"
],
Expand Down
12 changes: 6 additions & 6 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"main": "index.js",
"dependencies": {
"@acala-network/api": "^5.0.2",
Expand Down Expand Up @@ -56,10 +56,10 @@
"@sora-substrate/type-definitions": "^1.17.7",
"@substrate/connect": "^0.8.9",
"@subwallet/chain-list": "0.2.88",
"@subwallet/extension-base": "^1.2.30-0",
"@subwallet/extension-chains": "^1.2.30-0",
"@subwallet/extension-dapp": "^1.2.30-0",
"@subwallet/extension-inject": "^1.2.30-0",
"@subwallet/extension-base": "^1.2.31-0",
"@subwallet/extension-chains": "^1.2.31-0",
"@subwallet/extension-dapp": "^1.2.31-0",
"@subwallet/extension-inject": "^1.2.31-0",
"@subwallet/keyring": "^0.1.7",
"@subwallet/ui-keyring": "^0.1.7",
"@walletconnect/keyvaluestorage": "^1.1.1",
Expand Down Expand Up @@ -100,7 +100,7 @@
"web3-utils": "^1.10.0"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.2.30-0",
"@subwallet/extension-mocks": "^1.2.31-0",
"@types/uuid": "^9.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/extension-base/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.2.30-0' };
export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.2.31-0' };
4 changes: 2 additions & 2 deletions packages/extension-chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/networks": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@subwallet/extension-inject": "^1.2.30-0"
"@subwallet/extension-inject": "^1.2.31-0"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-chains/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.2.30-0' };
export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.2.31-0' };
4 changes: 2 additions & 2 deletions packages/extension-compat-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/types": "^11.0.3",
"@polkadot/util": "^12.6.2",
"@subwallet/extension-inject": "^1.2.30-0",
"@subwallet/extension-inject": "^1.2.31-0",
"web3": "^1.10.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-compat-metamask/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.2.30-0' };
export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.2.31-0' };
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@subwallet/extension-inject": "^1.2.30-0"
"@subwallet/extension-inject": "^1.2.31-0"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-dapp/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.2.30-0' };
export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.2.31-0' };
2 changes: 1 addition & 1 deletion packages/extension-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": true,
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-inject/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.2.30-0' };
export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.2.31-0' };
12 changes: 6 additions & 6 deletions packages/extension-koni-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": true,
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@coinbase/cbpay-js": "^1.7.0",
Expand All @@ -35,10 +35,10 @@
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.88",
"@subwallet/extension-base": "^1.2.30-0",
"@subwallet/extension-chains": "^1.2.30-0",
"@subwallet/extension-dapp": "^1.2.30-0",
"@subwallet/extension-inject": "^1.2.30-0",
"@subwallet/extension-base": "^1.2.31-0",
"@subwallet/extension-chains": "^1.2.31-0",
"@subwallet/extension-dapp": "^1.2.31-0",
"@subwallet/extension-inject": "^1.2.31-0",
"@subwallet/keyring": "^0.1.7",
"@subwallet/react-ui": "5.1.2-b77",
"@subwallet/ui-keyring": "^0.1.7",
Expand Down Expand Up @@ -87,7 +87,7 @@
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.2.30-0",
"@subwallet/extension-mocks": "^1.2.31-0",
"@types/bn.js": "^5.1.1",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-koni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.2.30-0",
"@subwallet/extension-inject": "^1.2.30-0",
"@subwallet/extension-koni-ui": "^1.2.30-0"
"@subwallet/extension-base": "^1.2.31-0",
"@subwallet/extension-inject": "^1.2.31-0",
"@subwallet/extension-koni-ui": "^1.2.31-0"
},
"devDependencies": {
"@polkadot/dev": "^0.65.23",
Expand Down
12 changes: 11 additions & 1 deletion packages/extension-koni/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,5 +1300,15 @@
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": "",
"High fee alert!": ""
"High fee alert!": "",
"Feature under maintenance. Try again later": "",
"1 account imported": "",
"{{number}} accounts imported": "",
"{{number}} account found": "",
"{{number}} accounts found": "",
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
"All accounts found in this file are invalid. Import another JSON file and try again": "",
"Unable to import": "",
"Some accounts can’t be imported": ""
}
12 changes: 11 additions & 1 deletion packages/extension-koni/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,5 +1300,15 @@
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": "",
"High fee alert!": ""
"High fee alert!": "",
"Feature under maintenance. Try again later": "",
"1 account imported": "",
"{{number}} accounts imported": "",
"{{number}} account found": "",
"{{number}} accounts found": "",
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
"All accounts found in this file are invalid. Import another JSON file and try again": "",
"Unable to import": "",
"Some accounts can’t be imported": ""
}
12 changes: 11 additions & 1 deletion packages/extension-koni/public/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,5 +1300,15 @@
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": "",
"High fee alert!": ""
"High fee alert!": "",
"Feature under maintenance. Try again later": "",
"1 account imported": "",
"{{number}} accounts imported": "",
"{{number}} account found": "",
"{{number}} accounts found": "",
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
"All accounts found in this file are invalid. Import another JSON file and try again": "",
"Unable to import": "",
"Some accounts can’t be imported": ""
}
12 changes: 11 additions & 1 deletion packages/extension-koni/public/locales/vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,5 +1300,15 @@
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": "",
"High fee alert!": ""
"High fee alert!": "",
"Feature under maintenance. Try again later": "",
"1 account imported": "",
"{{number}} accounts imported": "",
"{{number}} account found": "",
"{{number}} accounts found": "",
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
"All accounts found in this file are invalid. Import another JSON file and try again": "",
"Unable to import": "",
"Some accounts can’t be imported": ""
}
12 changes: 11 additions & 1 deletion packages/extension-koni/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,5 +1300,15 @@
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": "",
"High fee alert!": ""
"High fee alert!": "",
"Feature under maintenance. Try again later": "",
"1 account imported": "",
"{{number}} accounts imported": "",
"{{number}} account found": "",
"{{number}} accounts found": "",
"One or more accounts found in this file are invalid. Only {{x}} account can be imported as listed below": "",
"One or more accounts found in this file are invalid. Only {{x}} accounts can be imported as listed below": "",
"All accounts found in this file are invalid. Import another JSON file and try again": "",
"Unable to import": "",
"Some accounts can’t be imported": ""
}
2 changes: 1 addition & 1 deletion packages/extension-koni/src/packageInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

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

export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.2.30-0' };
export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.2.31-0' };
2 changes: 1 addition & 1 deletion packages/extension-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
Expand Down
12 changes: 6 additions & 6 deletions packages/extension-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": true,
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@coinbase/cbpay-js": "^1.7.0",
Expand All @@ -36,10 +36,10 @@
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.88",
"@subwallet/extension-base": "^1.2.30-0",
"@subwallet/extension-chains": "^1.2.30-0",
"@subwallet/extension-dapp": "^1.2.30-0",
"@subwallet/extension-inject": "^1.2.30-0",
"@subwallet/extension-base": "^1.2.31-0",
"@subwallet/extension-chains": "^1.2.31-0",
"@subwallet/extension-dapp": "^1.2.31-0",
"@subwallet/extension-inject": "^1.2.31-0",
"@subwallet/keyring": "^0.1.7",
"@subwallet/react-ui": "^5.1.2-b77",
"@subwallet/ui-keyring": "^0.1.7",
Expand Down Expand Up @@ -88,7 +88,7 @@
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.2.30-0",
"@subwallet/extension-mocks": "^1.2.31-0",
"@types/bn.js": "^5.1.1",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/web-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "1.2.30-0",
"version": "1.2.31-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.2.30-0",
"@subwallet/extension-inject": "^1.2.30-0",
"@subwallet/extension-koni-ui": "^1.2.30-0"
"@subwallet/extension-base": "^1.2.31-0",
"@subwallet/extension-inject": "^1.2.31-0",
"@subwallet/extension-koni-ui": "^1.2.31-0"
},
"devDependencies": {
"@polkadot/dev": "^0.65.23",
Expand Down
Loading

2 comments on commit e23c8c6

@saltict
Copy link
Author

@saltict saltict commented on e23c8c6 Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saltict
Copy link
Author

@saltict saltict commented on e23c8c6 Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.