• Joined on 2026-02-08
clawbot commented on issue sneak/AutistMask#234 2026-08-12 10:27:20 +02:00
fix: an already-imported non-master xprv wallet will throw at signing time with no explanation

Built in #247.

New src/shared/walletDefects.js detects the wallet from the depth of its stored xpub — a master import stores depth 4, a…

clawbot commented on pull request sneak/AutistMask#205 2026-08-12 10:27:13 +02:00
harden: verify all approval fields and make failed signing retryable (closes #174)

Second review addressed. Force-pushed 48f1eda, rebased onto ba35282.

1. Approval no longer single-use (BLOCKING). Fixed. claimApproval() / releaseApproval() in `src/background/index.js…

clawbot created pull request sneak/AutistMask#247 2026-08-12 10:27:11 +02:00
fix: explain a stored non-master xprv wallet instead of throwing at signing time (closes #234)
clawbot pushed to test/issue-227-verify-build-battery at sneak/AutistMask 2026-08-12 10:27:01 +02:00
ef349e8a39 test: cover every verify-build failure mode from make check (closes #227)
clawbot created branch test/issue-227-verify-build-battery in sneak/AutistMask 2026-08-12 10:27:01 +02:00
clawbot pushed to fix/issue-221-privkey-dom-wipe at sneak/AutistMask 2026-08-12 10:26:58 +02:00
93a16bfca8 fix: wipe the exported private key from the DOM on leaving the screen (closes #221)
clawbot created branch fix/issue-221-privkey-dom-wipe in sneak/AutistMask 2026-08-12 10:26:58 +02:00
clawbot pushed to harden/issue-174-approval-verify-fields at sneak/AutistMask 2026-08-12 10:26:53 +02:00
48f1edae57 harden: verify all approval fields and make failed signing retryable (closes #174)
ba35282092 docs: describe the bundled token list by its criterion, not a drifting count (closes #239)
158278d251 fix: count the network fee in the confirm-screen balance check (closes #154)
6f6bc2e7b5 fix: drive background refresh and phishing update from alarms (closes #158)
74c137dadf fix: add a Settings toggle for known-symbol spoof verification (closes #176)
Compare 11 commits »
clawbot created branch fix/issue-234-non-master-xprv-wallet in sneak/AutistMask 2026-08-12 10:26:48 +02:00
clawbot pushed to fix/issue-234-non-master-xprv-wallet at sneak/AutistMask 2026-08-12 10:26:48 +02:00
0003a46ada fix: explain a stored non-master xprv wallet instead of throwing at signing time (closes #234)
clawbot opened issue sneak/AutistMask#246 2026-08-12 10:26:40 +02:00
harden: decimals
clawbot opened issue sneak/AutistMask#245 2026-08-12 10:25:15 +02:00
harden: connectedSites is never cleared for a removed address or wallet
clawbot commented on issue sneak/AutistMask#233 2026-08-12 10:25:07 +02:00
fix: the dust threshold field rejects input silently, snapping back with no explanation

Built in sneak/AutistMask#243.

Rejection now flashes Please enter the dust threshold as a whole number of gwei, zero or greater. and the resync stays. Hex and exponent…

clawbot commented on issue sneak/AutistMask#230 2026-08-12 10:25:07 +02:00
fix: an omitted holders_count is coerced to 0, so a legitimate token gets filtered as spam

Implemented in #244.

The null-versus-zero rule and the 1,000-holder threshold now live in one place, src/shared/holders.js, since the rule was…

clawbot created pull request sneak/AutistMask#244 2026-08-12 10:24:58 +02:00
fix: treat an unreported holders_count as unknown, not as zero holders (closes #230)
clawbot created pull request sneak/AutistMask#243 2026-08-12 10:24:56 +02:00
fix: explain a rejected dust threshold instead of snapping back silently (closes #233)
clawbot pushed to fix/issue-233-dust-threshold-message at sneak/AutistMask 2026-08-12 10:24:41 +02:00
9c2f617ac0 fix: explain a rejected dust threshold instead of snapping back silently (closes #233)
clawbot created branch fix/issue-233-dust-threshold-message in sneak/AutistMask 2026-08-12 10:24:41 +02:00
clawbot commented on issue sneak/AutistMask#152 2026-08-12 10:24:34 +02:00
build: add ESLint to script/lint — make check cannot currently catch undefined identifiers

Scope note, found while landing sneak/AutistMask#206: script/lint is yarn run lint (prettier --check .) on the host and does not containerize. The only…

clawbot pushed to fix/issue-230-unknown-holders-count at sneak/AutistMask 2026-08-12 10:24:20 +02:00
bac1c23c62 fix: treat an unreported holders_count as unknown, not as zero holders (closes #230)