From a9f9b7c43460a32b9613ef52c5d39cdf354f420f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Jun 2024 14:55:11 +0000 Subject: [PATCH] [CI Skip] release/beta 1.1.47-0 skip-checks: true --- CONTRIBUTORS | 10 +-- package.json | 2 +- packages/extension-base/package.json | 10 +-- packages/extension-base/src/packageInfo.ts | 2 +- packages/extension-chains/package.json | 4 +- packages/extension-chains/src/packageInfo.ts | 2 +- .../extension-compat-metamask/package.json | 4 +- .../src/packageInfo.ts | 2 +- packages/extension-dapp/package.json | 4 +- packages/extension-dapp/src/packageInfo.ts | 2 +- packages/extension-inject/package.json | 2 +- packages/extension-inject/src/packageInfo.ts | 2 +- packages/extension-koni-ui/package.json | 12 ++-- packages/extension-koni/package.json | 8 +-- .../public/locales/en/translation.json | 20 +++++- .../public/locales/ja/translation.json | 20 +++++- .../public/locales/ru/translation.json | 20 +++++- .../public/locales/vi/translation.json | 20 +++++- .../public/locales/zh/translation.json | 20 +++++- packages/extension-koni/src/packageInfo.ts | 2 +- packages/extension-mocks/package.json | 2 +- packages/extension-web-ui/package.json | 12 ++-- packages/web-runner/package.json | 8 +-- .../public/locales/en/translation.json | 20 +++++- .../public/locales/ja/translation.json | 20 +++++- .../public/locales/ru/translation.json | 20 +++++- .../public/locales/vi/translation.json | 20 +++++- .../public/locales/zh/translation.json | 20 +++++- packages/webapp/package.json | 8 +-- .../webapp/public/locales/en/translation.json | 20 +++++- .../webapp/public/locales/ja/translation.json | 20 +++++- .../webapp/public/locales/ru/translation.json | 20 +++++- .../webapp/public/locales/vi/translation.json | 20 +++++- .../webapp/public/locales/zh/translation.json | 20 +++++- yarn.lock | 66 +++++++++---------- 35 files changed, 367 insertions(+), 97 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2674f4f3f9..8ff020b00b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,11 +1,11 @@ - 2459 AnhMTV Release version 1.1.46 + 2466 AnhMTV 2171 Nam Phạm [Issue 2717] change XCM ref map 2001 S2kael [Issue-193] Add re-scan BTC transaction have no block_time - 765 lw-cdm Update fallback image for NFT + 798 lw-cdm Fix issue related to send fund 465 Jaco 0.42.5 (#969) 185 quangdo - 166 bluezdot - 166 nguyentiendung [Issue-202] Add support video for ordinals + 168 nguyentiendung [Issue-202] Add support video for ordinals + 167 bluezdot [Issue-225] Update chainlist 104 khainh predefine metadata for Polkadot & Kusama chains 99 lw-cdm 88 dominhquang [Issue-2649] Add send crash log feature @@ -14,8 +14,8 @@ 82 Thibaut Sardan Add account filtering feature (#832) 63 Roman fix ui issues 53 Dominhquangdev update Bridge code + 53 Thiendekaco fix: transaction response for dapp 48 bluedot [Runes] Merge openbit-dev--migrate-code - 30 Thiendekaco [Issue 3109] [build] [mv3] Extension - Auto build for firefox mv3 29 Automation Bot [CI Skip] Auto increase webapp build number 26 S2kael 10 louisdangw3 Check logic of transaction-service and request-serivce diff --git a/package.json b/package.json index cff27858b6..5ffd1f4dfd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/openbitdev/OpenBit-Wallet.git" }, "sideEffects": false, - "version": "1.1.46", + "version": "1.1.47-0", "workspaces": [ "packages/*" ], diff --git a/packages/extension-base/package.json b/packages/extension-base/package.json index d937d212d3..b95f9f8ca6 100644 --- a/packages/extension-base/package.json +++ b/packages/extension-base/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "main": "index.js", "dependencies": { "@acala-network/api": "^5.0.2", @@ -50,10 +50,10 @@ "@sora-substrate/type-definitions": "^1.17.7", "@substrate/connect": "^0.7.26", "@subwallet/chain-list": "0.2.43", - "@subwallet/extension-base": "^1.1.46-0", - "@subwallet/extension-chains": "^1.1.46-0", - "@subwallet/extension-dapp": "^1.1.46-0", - "@subwallet/extension-inject": "^1.1.46-0", + "@subwallet/extension-base": "^1.1.47-0", + "@subwallet/extension-chains": "^1.1.47-0", + "@subwallet/extension-dapp": "^1.1.47-0", + "@subwallet/extension-inject": "^1.1.47-0", "@subwallet/keyring": "0.1.5-beta.0", "@subwallet/ui-keyring": "0.1.5-beta.0", "@walletconnect/keyvaluestorage": "^1.1.1", diff --git a/packages/extension-base/src/packageInfo.ts b/packages/extension-base/src/packageInfo.ts index 8fdc45836e..ecc53d9c85 100644 --- a/packages/extension-base/src/packageInfo.ts +++ b/packages/extension-base/src/packageInfo.ts @@ -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.1.46-0' }; +export const packageInfo = { name: '@subwallet/extension-base', path: 'auto', type: 'auto', version: '1.1.47-0' }; diff --git a/packages/extension-chains/package.json b/packages/extension-chains/package.json index 6a43f410c5..c0949cd9f5 100644 --- a/packages/extension-chains/package.json +++ b/packages/extension-chains/package.json @@ -17,14 +17,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-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.1.46-0" + "@subwallet/extension-inject": "^1.1.47-0" }, "peerDependencies": { "@polkadot/api": "*", diff --git a/packages/extension-chains/src/packageInfo.ts b/packages/extension-chains/src/packageInfo.ts index ca69ce7b46..2964a240ea 100644 --- a/packages/extension-chains/src/packageInfo.ts +++ b/packages/extension-chains/src/packageInfo.ts @@ -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.1.46-0' }; +export const packageInfo = { name: '@subwallet/extension-chains', path: 'auto', type: 'auto', version: '1.1.47-0' }; diff --git a/packages/extension-compat-metamask/package.json b/packages/extension-compat-metamask/package.json index f7e3d698f0..181f8941be 100644 --- a/packages/extension-compat-metamask/package.json +++ b/packages/extension-compat-metamask/package.json @@ -17,14 +17,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", "@metamask/detect-provider": "^1.2.0", "@polkadot/types": "^10.11.2", "@polkadot/util": "^12.6.2", - "@subwallet/extension-inject": "^1.1.46-0", + "@subwallet/extension-inject": "^1.1.47-0", "web3": "^1.10.0" }, "peerDependencies": { diff --git a/packages/extension-compat-metamask/src/packageInfo.ts b/packages/extension-compat-metamask/src/packageInfo.ts index de1780775a..95fd9d38a5 100644 --- a/packages/extension-compat-metamask/src/packageInfo.ts +++ b/packages/extension-compat-metamask/src/packageInfo.ts @@ -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.1.46-0' }; +export const packageInfo = { name: '@subwallet/extension-compat-metamask', path: 'auto', type: 'auto', version: '1.1.47-0' }; diff --git a/packages/extension-dapp/package.json b/packages/extension-dapp/package.json index 3709bfb3aa..b030a49bd5 100644 --- a/packages/extension-dapp/package.json +++ b/packages/extension-dapp/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-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.1.46-0" + "@subwallet/extension-inject": "^1.1.47-0" }, "peerDependencies": { "@polkadot/api": "*", diff --git a/packages/extension-dapp/src/packageInfo.ts b/packages/extension-dapp/src/packageInfo.ts index 520bdd5ce1..7a9c669626 100644 --- a/packages/extension-dapp/src/packageInfo.ts +++ b/packages/extension-dapp/src/packageInfo.ts @@ -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.1.46-0' }; +export const packageInfo = { name: '@subwallet/extension-dapp', path: 'auto', type: 'auto', version: '1.1.47-0' }; diff --git a/packages/extension-inject/package.json b/packages/extension-inject/package.json index 854cec0473..b2db8e2e44 100644 --- a/packages/extension-inject/package.json +++ b/packages/extension-inject/package.json @@ -14,7 +14,7 @@ }, "sideEffects": true, "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/extension-inject/src/packageInfo.ts b/packages/extension-inject/src/packageInfo.ts index 8512536161..d7186ee0c4 100644 --- a/packages/extension-inject/src/packageInfo.ts +++ b/packages/extension-inject/src/packageInfo.ts @@ -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.1.46-0' }; +export const packageInfo = { name: '@subwallet/extension-inject', path: 'auto', type: 'auto', version: '1.1.47-0' }; diff --git a/packages/extension-koni-ui/package.json b/packages/extension-koni-ui/package.json index 57962d8320..230a763329 100644 --- a/packages/extension-koni-ui/package.json +++ b/packages/extension-koni-ui/package.json @@ -14,7 +14,7 @@ }, "sideEffects": true, "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "dependencies": { "@babel/runtime": "^7.20.6", "@coinbase/cbpay-js": "^1.7.0", @@ -35,10 +35,10 @@ "@ramonak/react-progress-bar": "^5.0.3", "@reduxjs/toolkit": "^1.9.1", "@subwallet/chain-list": "0.2.43", - "@subwallet/extension-base": "^1.1.46-0", - "@subwallet/extension-chains": "^1.1.46-0", - "@subwallet/extension-dapp": "^1.1.46-0", - "@subwallet/extension-inject": "^1.1.46-0", + "@subwallet/extension-base": "^1.1.47-0", + "@subwallet/extension-chains": "^1.1.47-0", + "@subwallet/extension-dapp": "^1.1.47-0", + "@subwallet/extension-inject": "^1.1.47-0", "@subwallet/keyring": "0.1.5-beta.0", "@subwallet/react-ui": "5.1.2-b79", "@subwallet/ui-keyring": "0.1.5-beta.0", @@ -84,7 +84,7 @@ "usehooks-ts": "^2.9.1" }, "devDependencies": { - "@subwallet/extension-mocks": "^1.1.46-0", + "@subwallet/extension-mocks": "^1.1.47-0", "@types/bn.js": "^5.1.1", "@types/enzyme": "^3.10.12", "@types/enzyme-adapter-react-16": "^1.0.6", diff --git a/packages/extension-koni/package.json b/packages/extension-koni/package.json index b6fb829479..3885d37730 100644 --- a/packages/extension-koni/package.json +++ b/packages/extension-koni/package.json @@ -14,13 +14,13 @@ }, "sideEffects": false, "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "dependencies": { "@babel/runtime": "^7.20.6", "@polkadot/x-global": "^12.6.1", - "@subwallet/extension-base": "^1.1.46-0", - "@subwallet/extension-inject": "^1.1.46-0", - "@subwallet/extension-koni-ui": "^1.1.46-0" + "@subwallet/extension-base": "^1.1.47-0", + "@subwallet/extension-inject": "^1.1.47-0", + "@subwallet/extension-koni-ui": "^1.1.47-0" }, "devDependencies": { "@polkadot/dev": "^0.65.23", diff --git a/packages/extension-koni/public/locales/en/translation.json b/packages/extension-koni/public/locales/en/translation.json index abff90280a..07b01edbc8 100644 --- a/packages/extension-koni/public/locales/en/translation.json +++ b/packages/extension-koni/public/locales/en/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/extension-koni/public/locales/ja/translation.json b/packages/extension-koni/public/locales/ja/translation.json index ad7674301f..66bfaf38fc 100644 --- a/packages/extension-koni/public/locales/ja/translation.json +++ b/packages/extension-koni/public/locales/ja/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/extension-koni/public/locales/ru/translation.json b/packages/extension-koni/public/locales/ru/translation.json index 9715fc0e3f..87b7fd2234 100644 --- a/packages/extension-koni/public/locales/ru/translation.json +++ b/packages/extension-koni/public/locales/ru/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/extension-koni/public/locales/vi/translation.json b/packages/extension-koni/public/locales/vi/translation.json index 93b7eefbcc..61811998aa 100644 --- a/packages/extension-koni/public/locales/vi/translation.json +++ b/packages/extension-koni/public/locales/vi/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/extension-koni/public/locales/zh/translation.json b/packages/extension-koni/public/locales/zh/translation.json index 831b8c9286..69ee173302 100644 --- a/packages/extension-koni/public/locales/zh/translation.json +++ b/packages/extension-koni/public/locales/zh/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/extension-koni/src/packageInfo.ts b/packages/extension-koni/src/packageInfo.ts index 3d1959b118..31c816d17b 100644 --- a/packages/extension-koni/src/packageInfo.ts +++ b/packages/extension-koni/src/packageInfo.ts @@ -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.1.46-0' }; +export const packageInfo = { name: '@subwallet/extension-koni', path: 'auto', type: 'auto', version: '1.1.47-0' }; diff --git a/packages/extension-mocks/package.json b/packages/extension-mocks/package.json index 681d96a0fc..0514ef1f9d 100644 --- a/packages/extension-mocks/package.json +++ b/packages/extension-mocks/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/extension-web-ui/package.json b/packages/extension-web-ui/package.json index abd20c429e..8c962c8544 100644 --- a/packages/extension-web-ui/package.json +++ b/packages/extension-web-ui/package.json @@ -14,7 +14,7 @@ }, "sideEffects": true, "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "dependencies": { "@babel/runtime": "^7.20.6", "@coinbase/cbpay-js": "^1.7.0", @@ -36,10 +36,10 @@ "@ramonak/react-progress-bar": "^5.0.3", "@reduxjs/toolkit": "^1.9.1", "@subwallet/chain-list": "0.2.43", - "@subwallet/extension-base": "^1.1.46-0", - "@subwallet/extension-chains": "^1.1.46-0", - "@subwallet/extension-dapp": "^1.1.46-0", - "@subwallet/extension-inject": "^1.1.46-0", + "@subwallet/extension-base": "^1.1.47-0", + "@subwallet/extension-chains": "^1.1.47-0", + "@subwallet/extension-dapp": "^1.1.47-0", + "@subwallet/extension-inject": "^1.1.47-0", "@subwallet/keyring": "^0.1.1", "@subwallet/react-ui": "5.1.2-b74", "@subwallet/ui-keyring": "^0.1.1", @@ -87,7 +87,7 @@ "usehooks-ts": "^2.9.1" }, "devDependencies": { - "@subwallet/extension-mocks": "^1.1.46-0", + "@subwallet/extension-mocks": "^1.1.47-0", "@types/bn.js": "^5.1.1", "@types/enzyme": "^3.10.12", "@types/enzyme-adapter-react-16": "^1.0.6", diff --git a/packages/web-runner/package.json b/packages/web-runner/package.json index 313679ee35..78517e8a9e 100644 --- a/packages/web-runner/package.json +++ b/packages/web-runner/package.json @@ -14,12 +14,12 @@ }, "sideEffects": false, "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "dependencies": { "@babel/runtime": "^7.20.6", - "@subwallet/extension-base": "^1.1.46-0", - "@subwallet/extension-inject": "^1.1.46-0", - "@subwallet/extension-koni-ui": "^1.1.46-0" + "@subwallet/extension-base": "^1.1.47-0", + "@subwallet/extension-inject": "^1.1.47-0", + "@subwallet/extension-koni-ui": "^1.1.47-0" }, "devDependencies": { "@polkadot/dev": "^0.65.23", diff --git a/packages/web-runner/public/locales/en/translation.json b/packages/web-runner/public/locales/en/translation.json index abff90280a..07b01edbc8 100644 --- a/packages/web-runner/public/locales/en/translation.json +++ b/packages/web-runner/public/locales/en/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/web-runner/public/locales/ja/translation.json b/packages/web-runner/public/locales/ja/translation.json index ad7674301f..66bfaf38fc 100644 --- a/packages/web-runner/public/locales/ja/translation.json +++ b/packages/web-runner/public/locales/ja/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/web-runner/public/locales/ru/translation.json b/packages/web-runner/public/locales/ru/translation.json index 9715fc0e3f..87b7fd2234 100644 --- a/packages/web-runner/public/locales/ru/translation.json +++ b/packages/web-runner/public/locales/ru/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/web-runner/public/locales/vi/translation.json b/packages/web-runner/public/locales/vi/translation.json index 93b7eefbcc..61811998aa 100644 --- a/packages/web-runner/public/locales/vi/translation.json +++ b/packages/web-runner/public/locales/vi/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/web-runner/public/locales/zh/translation.json b/packages/web-runner/public/locales/zh/translation.json index 831b8c9286..69ee173302 100644 --- a/packages/web-runner/public/locales/zh/translation.json +++ b/packages/web-runner/public/locales/zh/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/webapp/package.json b/packages/webapp/package.json index b950f9b11c..8df52861ca 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "1.1.46-0", + "version": "1.1.47-0", "dependencies": { "@babel/runtime": "^7.20.6", - "@subwallet/extension-base": "^1.1.46-0", - "@subwallet/extension-inject": "^1.1.46-0", - "@subwallet/extension-web-ui": "^1.1.46-0" + "@subwallet/extension-base": "^1.1.47-0", + "@subwallet/extension-inject": "^1.1.47-0", + "@subwallet/extension-web-ui": "^1.1.47-0" }, "devDependencies": { "@polkadot/dev": "^0.65.23", diff --git a/packages/webapp/public/locales/en/translation.json b/packages/webapp/public/locales/en/translation.json index abff90280a..07b01edbc8 100644 --- a/packages/webapp/public/locales/en/translation.json +++ b/packages/webapp/public/locales/en/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/webapp/public/locales/ja/translation.json b/packages/webapp/public/locales/ja/translation.json index ad7674301f..66bfaf38fc 100644 --- a/packages/webapp/public/locales/ja/translation.json +++ b/packages/webapp/public/locales/ja/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/webapp/public/locales/ru/translation.json b/packages/webapp/public/locales/ru/translation.json index 9715fc0e3f..87b7fd2234 100644 --- a/packages/webapp/public/locales/ru/translation.json +++ b/packages/webapp/public/locales/ru/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/webapp/public/locales/vi/translation.json b/packages/webapp/public/locales/vi/translation.json index 93b7eefbcc..61811998aa 100644 --- a/packages/webapp/public/locales/vi/translation.json +++ b/packages/webapp/public/locales/vi/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/packages/webapp/public/locales/zh/translation.json b/packages/webapp/public/locales/zh/translation.json index 831b8c9286..69ee173302 100644 --- a/packages/webapp/public/locales/zh/translation.json +++ b/packages/webapp/public/locales/zh/translation.json @@ -1226,5 +1226,23 @@ "Rune ID": "", "Ticker": "", "From:": "", - "To:": "" + "To:": "", + "Invalid bitcoin address": "", + "Not found payload to sign": "", + "Psbt to be signed must be hex-encoded": "", + "Network to try this request is must be mainnet or testnet": "", + "Not found address": "", + "Your address is not on the mainnet network": "", + "Your address is not on the testnet network": "", + "Receiving address must be a single account": "", + "Network unavailable. Please switch network or manually add network to wallet": "", + "The account or the network is incorrect": "", + "Please provide the recipient and the amount": "", + "We don't support multiple recipients yet. Please provide only one for now.": "", + "The recipient address cannot be the same as the sender's": "", + "The recipient address type must be the same as the sender's": "", + "Sign PSBT request": "", + "Input": "", + "Output": "", + "Bitcoin dApp": "" } diff --git a/yarn.lock b/yarn.lock index 05c34d0bad..7b6ed829f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6411,7 +6411,7 @@ __metadata: languageName: node linkType: hard -"@subwallet/extension-base@^1.1.46-0, @subwallet/extension-base@workspace:packages/extension-base": +"@subwallet/extension-base@^1.1.47-0, @subwallet/extension-base@workspace:packages/extension-base": version: 0.0.0-use.local resolution: "@subwallet/extension-base@workspace:packages/extension-base" dependencies: @@ -6446,10 +6446,10 @@ __metadata: "@sora-substrate/type-definitions": ^1.17.7 "@substrate/connect": ^0.7.26 "@subwallet/chain-list": 0.2.43 - "@subwallet/extension-base": ^1.1.46-0 - "@subwallet/extension-chains": ^1.1.46-0 - "@subwallet/extension-dapp": ^1.1.46-0 - "@subwallet/extension-inject": ^1.1.46-0 + "@subwallet/extension-base": ^1.1.47-0 + "@subwallet/extension-chains": ^1.1.47-0 + "@subwallet/extension-dapp": ^1.1.47-0 + "@subwallet/extension-inject": ^1.1.47-0 "@subwallet/keyring": 0.1.5-beta.0 "@subwallet/ui-keyring": 0.1.5-beta.0 "@types/uuid": ^9.0.1 @@ -6491,7 +6491,7 @@ __metadata: languageName: unknown linkType: soft -"@subwallet/extension-chains@^1.1.46-0, @subwallet/extension-chains@workspace:packages/extension-chains": +"@subwallet/extension-chains@^1.1.47-0, @subwallet/extension-chains@workspace:packages/extension-chains": version: 0.0.0-use.local resolution: "@subwallet/extension-chains@workspace:packages/extension-chains" dependencies: @@ -6499,7 +6499,7 @@ __metadata: "@polkadot/networks": ^12.6.2 "@polkadot/util": ^12.6.2 "@polkadot/util-crypto": ^12.6.2 - "@subwallet/extension-inject": ^1.1.46-0 + "@subwallet/extension-inject": ^1.1.47-0 peerDependencies: "@polkadot/api": "*" "@polkadot/types": "*" @@ -6514,21 +6514,21 @@ __metadata: "@metamask/detect-provider": ^1.2.0 "@polkadot/types": ^10.11.2 "@polkadot/util": ^12.6.2 - "@subwallet/extension-inject": ^1.1.46-0 + "@subwallet/extension-inject": ^1.1.47-0 web3: ^1.10.0 peerDependencies: "@polkadot/util": "*" languageName: unknown linkType: soft -"@subwallet/extension-dapp@^1.1.46-0, @subwallet/extension-dapp@workspace:packages/extension-dapp": +"@subwallet/extension-dapp@^1.1.47-0, @subwallet/extension-dapp@workspace:packages/extension-dapp": version: 0.0.0-use.local resolution: "@subwallet/extension-dapp@workspace:packages/extension-dapp" dependencies: "@babel/runtime": ^7.20.6 "@polkadot/util": ^12.6.2 "@polkadot/util-crypto": ^12.6.2 - "@subwallet/extension-inject": ^1.1.46-0 + "@subwallet/extension-inject": ^1.1.47-0 peerDependencies: "@polkadot/api": "*" "@polkadot/util": "*" @@ -6536,7 +6536,7 @@ __metadata: languageName: unknown linkType: soft -"@subwallet/extension-inject@^1.1.46-0, @subwallet/extension-inject@workspace:packages/extension-inject": +"@subwallet/extension-inject@^1.1.47-0, @subwallet/extension-inject@workspace:packages/extension-inject": version: 0.0.0-use.local resolution: "@subwallet/extension-inject@workspace:packages/extension-inject" dependencies: @@ -6556,7 +6556,7 @@ __metadata: languageName: unknown linkType: soft -"@subwallet/extension-koni-ui@^1.1.46-0, @subwallet/extension-koni-ui@workspace:packages/extension-koni-ui": +"@subwallet/extension-koni-ui@^1.1.47-0, @subwallet/extension-koni-ui@workspace:packages/extension-koni-ui": version: 0.0.0-use.local resolution: "@subwallet/extension-koni-ui@workspace:packages/extension-koni-ui" dependencies: @@ -6579,11 +6579,11 @@ __metadata: "@ramonak/react-progress-bar": ^5.0.3 "@reduxjs/toolkit": ^1.9.1 "@subwallet/chain-list": 0.2.43 - "@subwallet/extension-base": ^1.1.46-0 - "@subwallet/extension-chains": ^1.1.46-0 - "@subwallet/extension-dapp": ^1.1.46-0 - "@subwallet/extension-inject": ^1.1.46-0 - "@subwallet/extension-mocks": ^1.1.46-0 + "@subwallet/extension-base": ^1.1.47-0 + "@subwallet/extension-chains": ^1.1.47-0 + "@subwallet/extension-dapp": ^1.1.47-0 + "@subwallet/extension-inject": ^1.1.47-0 + "@subwallet/extension-mocks": ^1.1.47-0 "@subwallet/keyring": 0.1.5-beta.0 "@subwallet/react-ui": 5.1.2-b79 "@subwallet/ui-keyring": 0.1.5-beta.0 @@ -6653,9 +6653,9 @@ __metadata: "@babel/runtime": ^7.20.6 "@polkadot/dev": ^0.65.23 "@polkadot/x-global": ^12.6.1 - "@subwallet/extension-base": ^1.1.46-0 - "@subwallet/extension-inject": ^1.1.46-0 - "@subwallet/extension-koni-ui": ^1.1.46-0 + "@subwallet/extension-base": ^1.1.47-0 + "@subwallet/extension-inject": ^1.1.47-0 + "@subwallet/extension-koni-ui": ^1.1.47-0 "@types/chrome": ^0.0.254 "@types/serviceworker": ^0.0.80 assert: ^2.0.0 @@ -6683,7 +6683,7 @@ __metadata: languageName: unknown linkType: soft -"@subwallet/extension-mocks@^1.1.46-0, @subwallet/extension-mocks@workspace:packages/extension-mocks": +"@subwallet/extension-mocks@^1.1.47-0, @subwallet/extension-mocks@workspace:packages/extension-mocks": version: 0.0.0-use.local resolution: "@subwallet/extension-mocks@workspace:packages/extension-mocks" dependencies: @@ -6692,7 +6692,7 @@ __metadata: languageName: unknown linkType: soft -"@subwallet/extension-web-ui@^1.1.46-0, @subwallet/extension-web-ui@workspace:packages/extension-web-ui": +"@subwallet/extension-web-ui@^1.1.47-0, @subwallet/extension-web-ui@workspace:packages/extension-web-ui": version: 0.0.0-use.local resolution: "@subwallet/extension-web-ui@workspace:packages/extension-web-ui" dependencies: @@ -6716,11 +6716,11 @@ __metadata: "@ramonak/react-progress-bar": ^5.0.3 "@reduxjs/toolkit": ^1.9.1 "@subwallet/chain-list": 0.2.43 - "@subwallet/extension-base": ^1.1.46-0 - "@subwallet/extension-chains": ^1.1.46-0 - "@subwallet/extension-dapp": ^1.1.46-0 - "@subwallet/extension-inject": ^1.1.46-0 - "@subwallet/extension-mocks": ^1.1.46-0 + "@subwallet/extension-base": ^1.1.47-0 + "@subwallet/extension-chains": ^1.1.47-0 + "@subwallet/extension-dapp": ^1.1.47-0 + "@subwallet/extension-inject": ^1.1.47-0 + "@subwallet/extension-mocks": ^1.1.47-0 "@subwallet/keyring": ^0.1.1 "@subwallet/react-ui": 5.1.2-b74 "@subwallet/ui-keyring": ^0.1.1 @@ -6986,9 +6986,9 @@ __metadata: dependencies: "@babel/runtime": ^7.20.6 "@polkadot/dev": ^0.65.23 - "@subwallet/extension-base": ^1.1.46-0 - "@subwallet/extension-inject": ^1.1.46-0 - "@subwallet/extension-koni-ui": ^1.1.46-0 + "@subwallet/extension-base": ^1.1.47-0 + "@subwallet/extension-inject": ^1.1.47-0 + "@subwallet/extension-koni-ui": ^1.1.47-0 assert: ^2.0.0 babel-loader: ^8.2.5 browser-resolve: ^2.0.0 @@ -7019,9 +7019,9 @@ __metadata: dependencies: "@babel/runtime": ^7.20.6 "@polkadot/dev": ^0.65.23 - "@subwallet/extension-base": ^1.1.46-0 - "@subwallet/extension-inject": ^1.1.46-0 - "@subwallet/extension-web-ui": ^1.1.46-0 + "@subwallet/extension-base": ^1.1.47-0 + "@subwallet/extension-inject": ^1.1.47-0 + "@subwallet/extension-web-ui": ^1.1.47-0 assert: ^2.0.0 babel-loader: ^8.2.5 browser-resolve: ^2.0.0