Skip to content

Commit

Permalink
Merge branch 'subwallet-dev' into koni/dev/issue-3713
Browse files Browse the repository at this point in the history
  • Loading branch information
tunghp2002 authored Oct 8, 2024
2 parents 18abf68 + 97de5d3 commit ff74e80
Show file tree
Hide file tree
Showing 554 changed files with 23,025 additions and 8,408 deletions.
4 changes: 3 additions & 1 deletion .123trigger
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,6 @@
1.2.27
1.2.28
1.2.29
1.2.30
1.2.30
1.2.31
1.2.32
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = {
...base.ignorePatterns,
"i18next-scanner.config.js",
"koni-*.mjs",
"*.spec.ts"
"packages/extension-web-ui/**/*", // Remove after migration to web-ui
// "*.spec.ts"
],
parserOptions: {
...base.parserOptions,
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# CHANGELOG

## 1.2.32
Build date: Oct 01, 2024.

Features & Update:
- Improve marketing campaign (#3461, #2807)

Bugs fixed:
- Hot fix handle API status (#3711)

## 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
15 changes: 8 additions & 7 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
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
2842 AnhMTV Release version 1.2.32
2541 Nam Phạm [Issue 3680] chore: update chainlist
2192 S2kael [Issue-3711] Rollback handle pending state for balance item
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
157 dominhquang
118 lw-cdm
104 khainh predefine metadata for Polkadot & Kusama chains
83 Hieu Dao Update README.md
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)
4 changes: 2 additions & 2 deletions jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module.exports = {
'@subwallet/extension-koni(.*)$': '<rootDir>/packages/extension-koni/src/$1',
'\\.(css|less)$': 'empty/object',
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/packages/extension-mocks/src/fileMock.js'
},
testEnvironment: 'jsdom'
}
// testEnvironment: 'jsdom'
};
7 changes: 4 additions & 3 deletions 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.32",
"workspaces": [
"packages/*"
],
Expand Down Expand Up @@ -85,6 +85,7 @@
},
"resolutions": {
"@ethereumjs/common": "^4.1.0",
"@ethereumjs/tx": "^5.1.0",
"@google/model-viewer": "3.1.1",
"@ledgerhq/hw-app-eth": "6.33.4",
"@ledgerhq/hw-transport": "6.30.3",
Expand All @@ -105,9 +106,9 @@
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@subwallet/chain-list": "0.2.88",
"@subwallet/keyring": "^0.1.7",
"@subwallet/keyring": "^0.1.8-beta.0",
"@subwallet/react-ui": "5.1.2-b79",
"@subwallet/ui-keyring": "^0.1.7",
"@subwallet/ui-keyring": "0.1.8-beta.0 ",
"@zondax/ledger-substrate": "0.44.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.3.1",
Expand Down
20 changes: 12 additions & 8 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.32-0",
"main": "index.js",
"dependencies": {
"@acala-network/api": "^5.0.2",
Expand Down Expand Up @@ -56,12 +56,15 @@
"@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/keyring": "^0.1.7",
"@subwallet/ui-keyring": "^0.1.7",
"@subwallet/extension-base": "^1.2.32-0",
"@subwallet/extension-chains": "^1.2.32-0",
"@subwallet/extension-dapp": "^1.2.32-0",
"@subwallet/extension-inject": "^1.2.32-0",
"@subwallet/keyring": "^0.1.8-beta.0",
"@subwallet/ui-keyring": "^0.1.8-beta.0",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^15.0.0",
"@walletconnect/keyvaluestorage": "^1.1.1",
"@walletconnect/sign-client": "^2.14.0",
"@walletconnect/types": "^2.14.0",
Expand Down Expand Up @@ -90,6 +93,7 @@
"protobufjs": "^7.2.4",
"rxjs": "^7.8.1",
"sails-js": "^0.1.6",
"tweetnacl": "^1.0.3",
"uuid": "^9.0.0",
"web3": "^1.10.0",
"web3-core": "^1.10.0",
Expand All @@ -100,7 +104,7 @@
"web3-utils": "^1.10.0"
},
"devDependencies": {
"@subwallet/extension-mocks": "^1.2.30-0",
"@subwallet/extension-mocks": "^1.2.32-0",
"@types/uuid": "^9.0.1"
}
}
Loading

0 comments on commit ff74e80

Please sign in to comment.