Skip to content

Commit 983d56a

Browse files
committed
v1.28.0
1 parent 85c3c9c commit 983d56a

7 files changed

Lines changed: 167 additions & 173 deletions

File tree

Firefox_Review_Submission_Notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ To verify the submitted package matches source code exactly:
1717
cd ssp-wallet
1818

1919
2. Checkout the exact version being reviewed:
20-
git checkout v1.27.1
20+
git checkout v1.28.0
2121

2222
3. Build deterministically using Docker:
2323
npm run build:deterministic
2424

2525
4. Verify Firefox package hash matches submission:
2626
# Get hash of built Firefox package
27-
sha256sum ssp-wallet-firefox-v1.27.1.zip
27+
sha256sum ssp-wallet-firefox-v1.28.0.zip
2828

2929
# Compare with hash of submitted package
3030
# The hashes should be identical, proving the submitted package

REPRODUCIBLE_BUILDS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ sha256sum -c SHA256SUMS
2323

2424
### What Gets Built
2525

26-
- `ssp-wallet-chrome-v1.27.1.zip` - Chrome Web Store package
27-
- `ssp-wallet-firefox-v1.27.1.zip` - Firefox Add-ons package
26+
- `ssp-wallet-chrome-v1.28.0.zip` - Chrome Web Store package
27+
- `ssp-wallet-firefox-v1.28.0.zip` - Firefox Add-ons package
2828
- `SHA256SUMS` - Hash file for verification
2929

3030
### Build Environment
@@ -55,8 +55,8 @@ The deterministic build ensures:
5555
npm run build:deterministic
5656

5757
# Outputs in project root:
58-
# - ssp-wallet-chrome-v1.27.1.zip
59-
# - ssp-wallet-firefox-v1.27.1.zip
58+
# - ssp-wallet-chrome-v1.28.0.zip
59+
# - ssp-wallet-firefox-v1.28.0.zip
6060
# - SHA256SUMS
6161
```
6262

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ssp-wallet",
33
"description": "Secure. Simple. Powerful.",
44
"private": true,
5-
"version": "1.27.1",
5+
"version": "1.28.0",
66
"type": "module",
77
"workspaces": [
88
"packages/*"
@@ -37,7 +37,7 @@
3737
"@ant-design/v5-patch-for-react-19": "1.0.3",
3838
"@metamask/browser-passworder": "6.0.0",
3939
"@noble/hashes": "2.0.1",
40-
"@reduxjs/toolkit": "2.11.0",
40+
"@reduxjs/toolkit": "2.11.1",
4141
"@reown/walletkit": "1.4.1",
4242
"@runonflux/aa-schnorr-multisig-sdk": "1.2.1",
4343
"@runonflux/flux-sdk": "1.0.4",
@@ -58,7 +58,7 @@
5858
"ethers": "6.16.0",
5959
"events": "3.3.0",
6060
"export-to-csv": "1.4.0",
61-
"i18next": "25.7.1",
61+
"i18next": "25.7.2",
6262
"localforage": "1.10.0",
6363
"lru-cache": "11.2.4",
6464
"patch-package": "8.0.1",
@@ -67,9 +67,9 @@
6767
"react": "19.2.1",
6868
"react-countdown-circle-timer": "3.2.1",
6969
"react-dom": "19.2.1",
70-
"react-i18next": "16.3.5",
70+
"react-i18next": "16.4.0",
7171
"react-redux": "9.2.0",
72-
"react-router": "7.10.0",
72+
"react-router": "7.10.1",
7373
"react-secure-storage": "1.3.2",
7474
"socket.io-client": "4.8.1",
7575
"stream-browserify": "3.0.0",
@@ -83,12 +83,12 @@
8383
"@types/bchaddrjs": "0.4.3",
8484
"@types/chrome": "0.1.32",
8585
"@types/firefox-webext-browser": "143.0.0",
86-
"@types/node": "24.10.1",
86+
"@types/node": "24.10.2",
8787
"@types/react": "19.2.7",
8888
"@types/react-dom": "19.2.3",
8989
"@types/react-redux": "7.1.34",
90-
"@typescript-eslint/eslint-plugin": "8.48.1",
91-
"@typescript-eslint/parser": "8.48.1",
90+
"@typescript-eslint/eslint-plugin": "8.49.0",
91+
"@typescript-eslint/parser": "8.49.0",
9292
"@vitejs/plugin-react-swc": "4.2.2",
9393
"@vitest/coverage-v8": "4.0.15",
9494
"archiver": "7.0.1",
@@ -99,13 +99,13 @@
9999
"eslint-plugin-react-hooks": "7.0.1",
100100
"eslint-plugin-react-refresh": "0.4.24",
101101
"globals": "16.5.0",
102-
"jsdom": "27.2.0",
102+
"jsdom": "27.3.0",
103103
"prettier": "3.7.4",
104104
"tsconfig-paths": "4.2.0",
105105
"tsx": "4.21.0",
106106
"typescript": "5.9.3",
107-
"typescript-eslint": "8.48.1",
108-
"vite": "7.2.6",
107+
"typescript-eslint": "8.49.0",
108+
"vite": "7.2.7",
109109
"vitest": "4.0.15"
110110
},
111111
"engines": {

packages/vite-plugin-lavamoat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"typescript": "5.9.3"
4747
},
4848
"devDependencies": {
49-
"@types/node": "24.10.1"
49+
"@types/node": "24.10.2"
5050
},
5151
"peerDependencies": {
5252
"vite": "^7.0.0"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.27.1",
2+
"version": "1.28.0",
33
"manifest_version": 3,
44
"name": "SSP Wallet",
55
"short_name": "SSP",

src/pages/SendEVM/SendEVM.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ function SendEVM() {
15941594
Boolean(state?.walletConnectMode && state?.data) ||
15951595
Boolean(
15961596
txToken &&
1597-
txToken !== blockchainConfig.tokens[0].contract,
1597+
txToken !== blockchainConfig.tokens[0].contract,
15981598
)
15991599
}
16001600
rows={3}

0 commit comments

Comments
 (0)