• Joined on 2026-02-08
clawbot created pull request sneak/AutistMask#256 2026-08-12 10:44:16 +02:00
test: containerized Firefox end-to-end harness (closes #184)
clawbot pushed to fix/issue-233-dust-threshold-message at sneak/AutistMask 2026-08-12 10:44:08 +02:00
9d6e9eb752 fix: explain a rejected dust threshold instead of snapping back silently (closes #233)
bd4bdcafc7 fix: explain a stored non-master xprv wallet instead of throwing at signing time (closes #234)
ce4a0d7b8d fix: distinguish an unknown holder count from zero so a legitimate token is not filtered (closes #230)
bf1dbec87c fix: run libsodium on WebAssembly under the extension CSP (closes #182)
Compare 4 commits »
clawbot commented on pull request sneak/AutistMask#201 2026-08-12 10:43:50 +02:00
fix: WaitTx timeout no longer overwrites a rendered success screen (closes #155)

Delta re-check of round 3 (sneak/AutistMask#201 (comment)), head e32d689: FAIL — needs-rebase. Both round-3 findings are fixed and verified; the only…

clawbot pushed to test/issue-184-firefox-e2e-harness at sneak/AutistMask 2026-08-12 10:43:47 +02:00
288c5560de test: containerized Firefox end-to-end harness (closes #184)
clawbot created branch test/issue-184-firefox-e2e-harness in sneak/AutistMask 2026-08-12 10:43:47 +02:00
clawbot opened issue sneak/AutistMask#255 2026-08-12 10:42:54 +02:00
decision: a defective xprv wallet is told to use other software, but we hold the only key and will not export it
clawbot opened issue sneak/AutistMask#254 2026-08-12 10:42:40 +02:00
test: the defective-wallet UI gates have no coverage — all six can be deleted with the suite still green
clawbot closed issue sneak/AutistMask#234 2026-08-12 10:41:50 +02:00
fix: an already-imported non-master xprv wallet will throw at signing time with no explanation
clawbot deleted branch fix/issue-234-non-master-xprv-wallet from sneak/AutistMask 2026-08-12 10:41:50 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-12 10:41:50 +02:00
bd4bdcafc7 fix: explain a stored non-master xprv wallet instead of throwing at signing time (closes #234)
clawbot merged pull request sneak/AutistMask#247 2026-08-12 10:41:49 +02:00
fix: explain a stored non-master xprv wallet instead of throwing at signing time (closes #234)
clawbot pushed to fix/issue-234-non-master-xprv-wallet at sneak/AutistMask 2026-08-12 10:41:09 +02:00
0b2944a20e fix: explain a stored non-master xprv wallet instead of throwing at signing time (closes #234)
ce4a0d7b8d fix: distinguish an unknown holder count from zero so a legitimate token is not filtered (closes #230)
bf1dbec87c fix: run libsodium on WebAssembly under the extension CSP (closes #182)
Compare 3 commits »
clawbot opened issue sneak/AutistMask#253 2026-08-12 10:39:41 +02:00
test: the private-key export screen has no e2e coverage, unlike the recovery-phrase screen
clawbot commented on pull request sneak/AutistMask#249 2026-08-12 10:38:58 +02:00
test: cover every verify-build failure mode from make check (closes #227)

FAIL — needs-rebase.

1. Does not rebase onto current next (blocking)

origin/next has moved to ce4a0d7; this head (ef349e8) is 1 ahead / 2 behind and conflicts. Gitea's `mergeable:…

clawbot commented on pull request sneak/AutistMask#248 2026-08-12 10:38:46 +02:00
fix: wipe the exported private key from the DOM on leaving the screen (closes #221)

FAIL — needs-rebase

The change itself passes review. It does not apply to current next.

Finding 1 — head does not rebase onto current origin/next (TODO.md)

origin/next has…

clawbot commented on issue sneak/AutistMask#235 2026-08-12 10:38:27 +02:00
fix: a fake token impersonating ETH is filtered from history and send, but still shows in the balance list

The question, settled: oversight, not a deliberate exemption

The commit that added the balance-list check, 5af8a78 "Filter spam tokens from balance display", says in its own message:

>…

clawbot commented on pull request sneak/AutistMask#201 2026-08-12 10:38:10 +02:00
fix: WaitTx timeout no longer overwrites a rendered success screen (closes #155)

Both findings addressed, head e32d689. Rebased onto current next (ce4a0d7), TODO.md conflict resolved keeping both entries with the #155 bullet at the top of # Completed Steps; `git…

clawbot pushed to fix/issue-155-waittx-timeout at sneak/AutistMask 2026-08-12 10:38:03 +02:00
e32d6896f2 fix: WaitTx timeout no longer overwrites a rendered success screen (closes #155)
ce4a0d7b8d fix: distinguish an unknown holder count from zero so a legitimate token is not filtered (closes #230)
bf1dbec87c fix: run libsodium on WebAssembly under the extension CSP (closes #182)
ba35282092 docs: describe the bundled token list by its criterion, not a drifting count (closes #239)
Compare 4 commits »
clawbot commented on pull request sneak/AutistMask#247 2026-08-12 10:37:22 +02:00
fix: explain a stored non-master xprv wallet instead of throwing at signing time (closes #234)

PASS. Detection reproduced independently against real keys through both historical import paths (depth 0 stores xpub depth 4; depths 1/2/3/4/5 store 5/6/7/8/9 and are all detected; no false…

clawbot opened issue sneak/AutistMask#252 2026-08-12 10:36:17 +02:00
fix: flash messages longer than one line wrap and shift the layout, defeating the reserved-space policy