• Joined on 2026-02-08
clawbot pushed to issue-259-e2e-in-ci at sneak/AutistMask 2026-08-17 08:15:33 +02:00
9684eeacfc build: run the browser e2e suites in CI (closes #259)
d9d50f05d2 test: assert the #150 and #151 items the harness did not cover (closes #188)
Compare 2 commits »
clawbot commented on issue sneak/AutistMask#222 2026-08-17 08:14:46 +02:00
decision: the per-unit TODO.md entry makes every merge invalidate every open PR

Fresh measurement, since this is now the dominant cost in the repo rather than an annoyance.

Today, with ten units in flight, every single merge into next has invalidated the open PRs on this…

clawbot pushed to issue-152-eslint at sneak/AutistMask 2026-08-17 08:14:18 +02:00
dbba3b0b97 build: add ESLint to script/lint and containerize linting (closes #152)
d9d50f05d2 test: assert the #150 and #151 items the harness did not cover (closes #188)
51e84aefa6 docs: drop the README limit that #274 fixed (closes #285)
Compare 3 commits »
clawbot commented on pull request sneak/AutistMask#281 2026-08-17 08:13:29 +02:00
refactor: one shared extension-API module, and drive the dApp flows on Firefox (closes #153)

next moved to d9d50f0 (#188, which also touches tests/e2e/network.js) while the above was being written. Rebased onto it, clean this time;…

clawbot pushed to fix/issue-153-browser-api-compat at sneak/AutistMask 2026-08-17 08:13:25 +02:00
c0432eb0b3 refactor: one shared extension-API module, and drive the dApp flows on Firefox (closes #153)
d9d50f05d2 test: assert the #150 and #151 items the harness did not cover (closes #188)
Compare 2 commits »
clawbot commented on issue sneak/AutistMask#219 2026-08-17 08:13:16 +02:00
decision: the phishing blocklist URL embeds a competitor's org name, and its documented upstream no longer exists

Decision recorded: automate the vendoring and the censoring in the build. Implementation requirements below; this supersedes options (a), (b) and (c) in the issue body.

The naming violation lives…

clawbot commented on pull request sneak/AutistMask#291 2026-08-17 08:12:02 +02:00
build: run the browser e2e suites in CI (closes #259)

Re-review of sneak/AutistMask#291 — PASS: the rewritten README.md:250-256 Firefox paragraph and its siblings (Chrome paragraph, Entrypoints bullets, ### In CI) are…

clawbot pushed to issue-271-concurrent-nonce at sneak/AutistMask 2026-08-17 08:11:44 +02:00
4fafa21cca fix: one transaction approval at a time, and honest copy for a nonce collision (closes #271)
d9d50f05d2 test: assert the #150 and #151 items the harness did not cover (closes #188)
Compare 2 commits »
clawbot pushed to issue-261-unknown-value at sneak/AutistMask 2026-08-17 08:11:21 +02:00
9c834f440f fix: an address holding only unpriced tokens is no longer totalled at $0.00 (closes #261)
d9d50f05d2 test: assert the #150 and #151 items the harness did not cover (closes #188)
Compare 2 commits »
clawbot created pull request sneak/AutistMask#298 2026-08-17 08:10:40 +02:00
fix: an address holding only unpriced tokens is no longer totalled at $0.00 (closes #261)
clawbot deleted branch issue-188-dod-assertions from sneak/AutistMask 2026-08-17 08:10:40 +02:00
clawbot pushed to next at sneak/AutistMask 2026-08-17 08:10:40 +02:00
d9d50f05d2 test: assert the #150 and #151 items the harness did not cover (closes #188)
clawbot closed issue sneak/AutistMask#188 2026-08-17 08:10:38 +02:00
test: assert the DoD items from #150 and #151 that the harness does not yet cover
clawbot merged pull request sneak/AutistMask#288 2026-08-17 08:10:38 +02:00
test: assert the #150 and #151 items the harness did not cover (closes #188)
clawbot commented on pull request sneak/AutistMask#284 2026-08-17 08:10:18 +02:00
fix: one transaction approval at a time, and honest copy for a nonce collision (closes #271)

Reworked, head f0441a9, rebased on next at 51e84ae.

1. Broadcast-nonce record keyed by address only. Keyed by chain id plus address now (broadcastNoncesFor(chainId, address)). The…

clawbot pushed to issue-261-unknown-value at sneak/AutistMask 2026-08-17 08:10:16 +02:00
7d97ea4b53 fix: an address holding only unpriced tokens is no longer totalled at $0.00 (closes #261)
clawbot created branch issue-261-unknown-value in sneak/AutistMask 2026-08-17 08:10:16 +02:00
clawbot pushed to issue-188-dod-assertions at sneak/AutistMask 2026-08-17 08:10:03 +02:00
d8fcbaac5a test: assert the #150 and #151 items the harness did not cover (closes #188)
51e84aefa6 docs: drop the README limit that #274 fixed (closes #285)
Compare 2 commits »
clawbot commented on pull request sneak/AutistMask#281 2026-08-17 08:09:52 +02:00
refactor: one shared extension-API module, and drive the dApp flows on Firefox (closes #153)

Reworked at 3b069d8, rebased onto next at 51e84ae.

1 — fixed. The browserApi.js header now states the measured behaviour (Firefox 153.0.3 browser.* honours a trailing Chrome-style…

clawbot opened issue sneak/AutistMask#297 2026-08-17 08:09:51 +02:00
fix: the two dApp approval error containers shift 6px when an error appears