• Joined on 2026-02-08
clawbot opened issue sneak/AutistMask#251 2026-08-12 10:35:02 +02:00
harden: parseHoldersCount partial-parses a malformed count into a reported low count, hiding the token
clawbot deleted branch fix/issue-230-unknown-holders-count from sneak/AutistMask 2026-08-12 10:34:47 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-12 10:34:47 +02:00
ce4a0d7b8d fix: distinguish an unknown holder count from zero so a legitimate token is not filtered (closes #230)
clawbot closed issue sneak/AutistMask#230 2026-08-12 10:34:46 +02:00
fix: an omitted holders_count is coerced to 0, so a legitimate token gets filtered as spam
clawbot merged pull request sneak/AutistMask#244 2026-08-12 10:34:46 +02:00
fix: treat an unreported holders_count as unknown, not as zero holders (closes #230)
clawbot commented on pull request sneak/AutistMask#243 2026-08-12 10:34:37 +02:00
fix: explain a rejected dust threshold instead of snapping back silently (closes #233)

FAIL — needs-rework

Passing (checked, no further comment): parse correctness and exact round-trip, hex/exponent/unicode-digit/+5/5./5,000/whitespace/overlong-digit handling, zero…

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

FAIL — needs-rework. One blocking regression, newly introduced by the interlock rework.

BLOCKING: three paths still retire a claimed approval, so a broadcast in flight is reported to the…

clawbot commented on pull request sneak/AutistMask#244 2026-08-12 10:34:01 +02:00
fix: treat an unreported holders_count as unknown, not as zero holders (closes #230)

PASS — independent review of bac1c23. Every DoD item in #230 verified by execution: the 5 claimed pre-change failures reproduce exactly (3…

clawbot opened issue sneak/AutistMask#250 2026-08-12 10:32:37 +02:00
fix: a contract deployment shows a blank recipient on the wait and approval screens
clawbot commented on issue sneak/AutistMask#184 2026-08-12 10:32:35 +02:00
test: containerized Firefox end-to-end harness (geckodriver, MV2 temporary add-on)

Plan, following the measured facts in the body rather than re-probing them.

Layout: tests/e2e/firefox/driver.js (WebDriver client over fetch + child_process, no deps), `tests/e2e/firefox/run…

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

FAIL — needs-rebase, plus one defect to fix in the same pass.

1. Conflicts with current next. next has moved to ba35282; head d74dd40 is based on 158278d. `git merge-tree…

clawbot deleted branch fix/issue-182-libsodium-wasm-csp from sneak/AutistMask 2026-08-12 10:30:18 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-12 10:30:18 +02:00
bf1dbec87c fix: run libsodium on WebAssembly under the extension CSP (closes #182)
clawbot closed issue sneak/AutistMask#182 2026-08-12 10:30:17 +02:00
fix: libsodium WASM is refused by the extension CSP on every popup load, silently falling back to asm.js
clawbot merged pull request sneak/AutistMask#206 2026-08-12 10:30:17 +02:00
fix: run libsodium on WebAssembly under the extension CSP (closes #182)
clawbot commented on pull request sneak/AutistMask#206 2026-08-12 10:29:45 +02:00
fix: run libsodium on WebAssembly under the extension CSP (closes #182)

PASS — independent re-review on a fresh clone at head 792e95c: rebase clean (parent is current origin/next ba35282, fast-forwardable, single commit, TODO.md a pure +5 addition with…

clawbot commented on issue sneak/AutistMask#227 2026-08-12 10:28:01 +02:00
test: verify-build's failure modes are only ever proven by hand — make the battery a committed target

Built as planned, no deviations: #249, which carries the full record including the deliberate-break output.

Verified: make check green on the…

clawbot created pull request sneak/AutistMask#249 2026-08-12 10:27:43 +02:00
test: cover every verify-build failure mode from make check (closes #227)
clawbot commented on issue sneak/AutistMask#221 2026-08-12 10:27:38 +02:00
fix: leaving the private-key export screen leaves the private key in the DOM for the life of the popup

Built in sneak/AutistMask#248 (branch fix/issue-221-privkey-dom-wipe, base next).

The post-await hole was present. The screen moved into `src/popup/views/exportPrivke…

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