Skip to content

Commit

Permalink
[CI Skip] release/beta 1.2.28-0
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
actions-user committed Aug 30, 2024
1 parent 4d06c3d commit ca8504c
Show file tree
Hide file tree
Showing 35 changed files with 208 additions and 133 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
2800 AnhMTV Release version 1.2.27
2532 Nam Phạm [Issue 3450] fix: get era stakers overview
2181 S2kael [Issue-3478] Update stable version for chain-list
2812 AnhMTV
2533 Nam Phạm [Issue 3467] fix: refactor staking pallet handling logic
2184 S2kael [Issue-3518] Update stable version for chain-list
848 lw-cdm [Issue-3407] WebApp - Support Avail Ledger app
561 nguyentiendung [Issue-2845] Fix UI bugs export accounts
563 nguyentiendung [Issue-2845] Fix UI bugs export accounts
465 Jaco 0.42.5 (#969)
268 bluezdot [Issue-3478] Update chainlist
209 Thiendekaco [Issue 2501] [update] Extension - Update message error has been standardized #2
277 bluezdot [Issue-3467] add todo
228 Thiendekaco [Issue 3363] Extension - Update standard content #2
185 quangdo
160 Automation Bot [CI Skip] Auto increase webapp build number
145 dominhquang [Issue-3414] Fix bug re-open popup
146 dominhquang [Issue-3468] Improve condition for Marketing campaign
118 lw-cdm
104 khainh predefine metadata for Polkadot & Kusama chains
83 Hieu Dao Update README.md
Expand All @@ -17,12 +17,12 @@
67 bluedot [Issue-2965] fix: Handle earning status for request redeem
63 Roman fix ui issues
53 Dominhquangdev update Bridge code
32 Frenkie Nguyen [Issue 3413] WebApp - Do not show earning position for Bifrost liquid staking
49 Frenkie Nguyen [Issue-3477] fix condition show popup
24 S2kael
17 Thanh [Issue-3518] Update chainlist
10 Trang Trịnh api get karura and acala nfts
9 Minh Le
9 minhld1029 [#115] [ForgetAccount] catch exception refList undefined
9 Thanh
7 Ivan Rukhavets Mention derivation in FAQ (#334)
6 unknown refactor code
5 anhnhu [issue-2231]: add condition branch_name webapp-dev auto increase run scripts change build number
Expand Down
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.27",
"version": "1.2.28-0",
"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.27-0",
"version": "1.2.28-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.84",
"@subwallet/extension-base": "^1.2.27-0",
"@subwallet/extension-chains": "^1.2.27-0",
"@subwallet/extension-dapp": "^1.2.27-0",
"@subwallet/extension-inject": "^1.2.27-0",
"@subwallet/extension-base": "^1.2.28-0",
"@subwallet/extension-chains": "^1.2.28-0",
"@subwallet/extension-dapp": "^1.2.28-0",
"@subwallet/extension-inject": "^1.2.28-0",
"@subwallet/keyring": "^0.1.6",
"@subwallet/ui-keyring": "^0.1.6",
"@walletconnect/keyvaluestorage": "^1.1.1",
Expand Down Expand Up @@ -100,7 +100,7 @@
"web3-utils": "^1.10.0"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.2.27-0",
"@subwallet/extension-mocks": "^1.2.28-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.27-0' };
export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.2.28-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.27-0",
"version": "1.2.28-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.27-0"
"@subwallet/extension-inject": "^1.2.28-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.27-0' };
export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.2.28-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.27-0",
"version": "1.2.28-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.27-0",
"@subwallet/extension-inject": "^1.2.28-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.27-0' };
export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.2.28-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.27-0",
"version": "1.2.28-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.27-0"
"@subwallet/extension-inject": "^1.2.28-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.27-0' };
export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.2.28-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.27-0",
"version": "1.2.28-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.27-0' };
export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.2.28-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.27-0",
"version": "1.2.28-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.84",
"@subwallet/extension-base": "^1.2.27-0",
"@subwallet/extension-chains": "^1.2.27-0",
"@subwallet/extension-dapp": "^1.2.27-0",
"@subwallet/extension-inject": "^1.2.27-0",
"@subwallet/extension-base": "^1.2.28-0",
"@subwallet/extension-chains": "^1.2.28-0",
"@subwallet/extension-dapp": "^1.2.28-0",
"@subwallet/extension-inject": "^1.2.28-0",
"@subwallet/keyring": "^0.1.6",
"@subwallet/react-ui": "5.1.2-b77",
"@subwallet/ui-keyring": "^0.1.6",
Expand Down Expand Up @@ -85,7 +85,7 @@
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.2.27-0",
"@subwallet/extension-mocks": "^1.2.28-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.27-0",
"version": "1.2.28-0",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.2.27-0",
"@subwallet/extension-inject": "^1.2.27-0",
"@subwallet/extension-koni-ui": "^1.2.27-0"
"@subwallet/extension-base": "^1.2.28-0",
"@subwallet/extension-inject": "^1.2.28-0",
"@subwallet/extension-koni-ui": "^1.2.28-0"
},
"devDependencies": {
"@polkadot/dev": "^0.65.23",
Expand Down
11 changes: 8 additions & 3 deletions packages/extension-koni/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@
"{{number}} {{account}} connected": "",
"Re-enable the network or change RPC on the extension and try again": "",
"Unstable network connection": "",
"This network is not yet supported on SubWallet. |Import the network|https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks| on SubWallet and try again": "",
"Network not supported": "",
"Enter recipient address and try again": "",
"Recipient address not found": "",
Expand All @@ -1288,11 +1287,17 @@
"Insufficient balance on the sender address. Top up your balance and try again": "",
"Unable to sign transaction": "",
"An error occurred when signing this request. Try again or contact support at [email protected]": "",
"Unable to sign message": "",
"This sign method is not supported by SubWallet. Try again or contact support at [email protected]": "",
"Method not supported": "",
"The recipient account has {{amount}} {{nativeSymbol}} which can lead to your {{localSymbol}} being lost. Change recipient account and try again": "",
"Do you still want to get the address?": "",
"Ledger {{ledgerApp}} accounts are NOT compatible with {{networkName}} network. Tokens will get stuck (i.e., can’t be transferred out or staked) when sent to this account type.": "",
"Ledger {{ledgerApp}} address is not supported for this transfer": ""
"Ledger {{ledgerApp}} address is not supported for this transfer": "",
"This network is not yet supported on SubWallet. (Import the network)[https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks] on SubWallet and try again": "",
"An error occurred when attempting to sign this request. Contact support at email: [email protected]": "",
"You’re dual staking via both direct nomination and nomination pool, which": "",
"will not be supported": "",
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": ""
}
11 changes: 8 additions & 3 deletions packages/extension-koni/public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@
"{{number}} {{account}} connected": "",
"Re-enable the network or change RPC on the extension and try again": "",
"Unstable network connection": "",
"This network is not yet supported on SubWallet. |Import the network|https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks| on SubWallet and try again": "",
"Network not supported": "",
"Enter recipient address and try again": "",
"Recipient address not found": "",
Expand All @@ -1288,11 +1287,17 @@
"Insufficient balance on the sender address. Top up your balance and try again": "",
"Unable to sign transaction": "",
"An error occurred when signing this request. Try again or contact support at [email protected]": "",
"Unable to sign message": "",
"This sign method is not supported by SubWallet. Try again or contact support at [email protected]": "",
"Method not supported": "",
"The recipient account has {{amount}} {{nativeSymbol}} which can lead to your {{localSymbol}} being lost. Change recipient account and try again": "",
"Do you still want to get the address?": "",
"Ledger {{ledgerApp}} accounts are NOT compatible with {{networkName}} network. Tokens will get stuck (i.e., can’t be transferred out or staked) when sent to this account type.": "",
"Ledger {{ledgerApp}} address is not supported for this transfer": ""
"Ledger {{ledgerApp}} address is not supported for this transfer": "",
"This network is not yet supported on SubWallet. (Import the network)[https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks] on SubWallet and try again": "",
"An error occurred when attempting to sign this request. Contact support at email: [email protected]": "",
"You’re dual staking via both direct nomination and nomination pool, which": "",
"will not be supported": "",
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": ""
}
11 changes: 8 additions & 3 deletions packages/extension-koni/public/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@
"{{number}} {{account}} connected": "",
"Re-enable the network or change RPC on the extension and try again": "",
"Unstable network connection": "",
"This network is not yet supported on SubWallet. |Import the network|https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks| on SubWallet and try again": "",
"Network not supported": "",
"Enter recipient address and try again": "",
"Recipient address not found": "",
Expand All @@ -1288,11 +1287,17 @@
"Insufficient balance on the sender address. Top up your balance and try again": "",
"Unable to sign transaction": "",
"An error occurred when signing this request. Try again or contact support at [email protected]": "",
"Unable to sign message": "",
"This sign method is not supported by SubWallet. Try again or contact support at [email protected]": "",
"Method not supported": "",
"The recipient account has {{amount}} {{nativeSymbol}} which can lead to your {{localSymbol}} being lost. Change recipient account and try again": "",
"Do you still want to get the address?": "",
"Ledger {{ledgerApp}} accounts are NOT compatible with {{networkName}} network. Tokens will get stuck (i.e., can’t be transferred out or staked) when sent to this account type.": "",
"Ledger {{ledgerApp}} address is not supported for this transfer": ""
"Ledger {{ledgerApp}} address is not supported for this transfer": "",
"This network is not yet supported on SubWallet. (Import the network)[https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks] on SubWallet and try again": "",
"An error occurred when attempting to sign this request. Contact support at email: [email protected]": "",
"You’re dual staking via both direct nomination and nomination pool, which": "",
"will not be supported": "",
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": ""
}
11 changes: 8 additions & 3 deletions packages/extension-koni/public/locales/vi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@
"{{number}} {{account}} connected": "",
"Re-enable the network or change RPC on the extension and try again": "",
"Unstable network connection": "",
"This network is not yet supported on SubWallet. |Import the network|https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks| on SubWallet and try again": "",
"Network not supported": "",
"Enter recipient address and try again": "",
"Recipient address not found": "",
Expand All @@ -1288,11 +1287,17 @@
"Insufficient balance on the sender address. Top up your balance and try again": "",
"Unable to sign transaction": "",
"An error occurred when signing this request. Try again or contact support at [email protected]": "",
"Unable to sign message": "",
"This sign method is not supported by SubWallet. Try again or contact support at [email protected]": "",
"Method not supported": "",
"The recipient account has {{amount}} {{nativeSymbol}} which can lead to your {{localSymbol}} being lost. Change recipient account and try again": "",
"Do you still want to get the address?": "",
"Ledger {{ledgerApp}} accounts are NOT compatible with {{networkName}} network. Tokens will get stuck (i.e., can’t be transferred out or staked) when sent to this account type.": "",
"Ledger {{ledgerApp}} address is not supported for this transfer": ""
"Ledger {{ledgerApp}} address is not supported for this transfer": "",
"This network is not yet supported on SubWallet. (Import the network)[https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks] on SubWallet and try again": "",
"An error occurred when attempting to sign this request. Contact support at email: [email protected]": "",
"You’re dual staking via both direct nomination and nomination pool, which": "",
"will not be supported": "",
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": ""
}
11 changes: 8 additions & 3 deletions packages/extension-koni/public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@
"{{number}} {{account}} connected": "",
"Re-enable the network or change RPC on the extension and try again": "",
"Unstable network connection": "",
"This network is not yet supported on SubWallet. |Import the network|https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks| on SubWallet and try again": "",
"Network not supported": "",
"Enter recipient address and try again": "",
"Recipient address not found": "",
Expand All @@ -1288,11 +1287,17 @@
"Insufficient balance on the sender address. Top up your balance and try again": "",
"Unable to sign transaction": "",
"An error occurred when signing this request. Try again or contact support at [email protected]": "",
"Unable to sign message": "",
"This sign method is not supported by SubWallet. Try again or contact support at [email protected]": "",
"Method not supported": "",
"The recipient account has {{amount}} {{nativeSymbol}} which can lead to your {{localSymbol}} being lost. Change recipient account and try again": "",
"Do you still want to get the address?": "",
"Ledger {{ledgerApp}} accounts are NOT compatible with {{networkName}} network. Tokens will get stuck (i.e., can’t be transferred out or staked) when sent to this account type.": "",
"Ledger {{ledgerApp}} address is not supported for this transfer": ""
"Ledger {{ledgerApp}} address is not supported for this transfer": "",
"This network is not yet supported on SubWallet. (Import the network)[https://docs.subwallet.app/main/extension-user-guide/customize-your-networks#import-networks] on SubWallet and try again": "",
"An error occurred when attempting to sign this request. Contact support at email: [email protected]": "",
"You’re dual staking via both direct nomination and nomination pool, which": "",
"will not be supported": "",
"from one of the methods to avoid issues": "",
"Read update": "",
"Continue staking?": ""
}
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.27-0' };
export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.2.28-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.27-0",
"version": "1.2.28-0",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.6",
Expand Down
Loading

0 comments on commit ca8504c

Please sign in to comment.