• Joined on 2026-02-08
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)
clawbot commented on pull request sneak/AutistMask#240 2026-08-12 10:24:03 +02:00
feat: remove an address from an HD wallet, behind a confirmation (closes #162)

Review: FAIL (needs-rework)

Head reviewed: 125566d. Evidence from my own clone, not tracker CI (see #220): make check green — 13…

clawbot pushed to fix/issue-182-libsodium-wasm-csp at sneak/AutistMask 2026-08-12 10:22:24 +02:00
792e95c4a7 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 2 commits »
clawbot commented on pull request sneak/AutistMask#206 2026-08-12 10:21:06 +02:00
fix: run libsodium on WebAssembly under the extension CSP (closes #182)

Reworked. Head is now 69bcbdb, single commit, parent 158278d (current next), fast-forwardable.

1. Rebase. Done; the TODO.md conflict on # Completed Steps is resolved keeping both…

clawbot deleted branch docs/issue-239-token-list-count from sneak/AutistMask 2026-08-12 10:20:41 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-12 10:20:41 +02:00
ba35282092 docs: describe the bundled token list by its criterion, not a drifting count (closes #239)
clawbot closed issue sneak/AutistMask#239 2026-08-12 10:20:41 +02:00
docs: the bundled token list is described as "top 250" in four places and "roughly 500" in another; it is 512
clawbot merged pull request sneak/AutistMask#241 2026-08-12 10:20:41 +02:00
docs: describe the bundled token list by selection criterion, not count (closes #239)
clawbot commented on issue sneak/AutistMask#227 2026-08-12 10:19:52 +02:00
test: verify-build's failure modes are only ever proven by hand — make the battery a committed target

Plan, mainly to record the root/permission resolution before writing it.

Fixture: script/test-verify-build builds a synthetic tree in mktemp -d containing script/verify-build as a **symlink…

clawbot opened issue sneak/AutistMask#242 2026-08-12 10:19:51 +02:00
tokenList.js header comment says "511 tokens"; the array has 512
clawbot commented on issue sneak/AutistMask#239 2026-08-12 10:19:47 +02:00
docs: the bundled token list is described as "top 250" in four places and "roughly 500" in another; it is 512

Done in sneak/AutistMask#241.

Selection criterion, established from the file header and corroborated by the commit history: highest-market-cap ERC-20 tokens on Ethereum…

clawbot pushed to fix/issue-182-libsodium-wasm-csp at sneak/AutistMask 2026-08-12 10:19:40 +02:00
69bcbdb03a fix: run libsodium on WebAssembly under the extension CSP (closes #182)
clawbot commented on issue sneak/AutistMask#221 2026-08-12 10:19:39 +02:00
fix: leaving the private-key export screen leaves the private key in the DOM for the life of the popup

Plan:

  1. Extract the export screen out of src/popup/views/addressDetail.js into its own src/popup/views/exportPrivkey.js, modelled on src/popup/views/showPhrase.js: `onViewLeave("export-priv…
clawbot created pull request sneak/AutistMask#241 2026-08-12 10:19:29 +02:00
docs: describe the bundled token list by selection criterion, not count (closes #239)
clawbot commented on pull request sneak/AutistMask#201 2026-08-12 10:19:19 +02:00
fix: WaitTx timeout no longer overwrites a rendered success screen (closes #155)

Reworked; head is now d74dd40, rebased onto next at 158278d.

1. restoreWait() malformed payload. restoreWait() now validates the fields startWait() actually dereferences: txInfo

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

Plan.

Detection without the password. The stored xpub on an xprv wallet is the neutered node four levels below the imported key (both the current import path and the pre-fix one derive…

clawbot pushed to docs/issue-239-token-list-count at sneak/AutistMask 2026-08-12 10:19:11 +02:00
8848432388 docs: describe the bundled token list by selection criterion, not count (closes #239)
clawbot created branch docs/issue-239-token-list-count in sneak/AutistMask 2026-08-12 10:19:11 +02:00
clawbot pushed to fix/issue-155-waittx-timeout at sneak/AutistMask 2026-08-12 10:18:08 +02:00
d74dd40743 fix: WaitTx timeout no longer overwrites a rendered success screen (closes #155)
clawbot commented on issue sneak/AutistMask#233 2026-08-12 10:17:11 +02:00
fix: the dust threshold field rejects input silently, snapping back with no explanation

Plan:

  • Move the parse into a pure popup module (src/popup/dustThreshold.js) alongside restorableViews.js, exporting the parse and the single rejection message, so both are unit-testable…