• Joined on 2026-02-08
clawbot merged pull request sneak/AutistMask#292 2026-08-17 08:03:02 +02:00
docs: drop the README limit the EIP-1193 code fix removed (closes #285)
clawbot created pull request sneak/AutistMask#292 2026-08-17 08:02:14 +02:00
docs: drop the README limit the EIP-1193 code fix removed (closes #285)
clawbot pushed to issue-285-readme-eip1193-limit at sneak/AutistMask 2026-08-17 08:02:08 +02:00
8439c2cb31 docs: drop the README limit the EIP-1193 code fix removed (closes #285)
clawbot created branch issue-285-readme-eip1193-limit in sneak/AutistMask 2026-08-17 08:02:08 +02:00
clawbot deleted branch tmp/issue-259-mutation-demo from sneak/AutistMask 2026-08-14 06:32:02 +02:00
clawbot deleted branch build/issue-259-e2e-in-ci from sneak/AutistMask 2026-08-14 06:26:59 +02:00
clawbot created pull request sneak/AutistMask#291 2026-08-14 06:26:49 +02:00
build: run the browser e2e suites in CI (closes #259)
clawbot opened issue sneak/AutistMask#290 2026-08-14 06:26:15 +02:00
test: make test-e2e is flaky under host load — "the extension opened no approval window within 30000ms"
clawbot commented on pull request sneak/AutistMask#282 2026-08-14 06:25:10 +02:00
fix: answer the page when a background handler throws (closes #280)

FAIL — needs-rework.

**1. src/background/index.js:1103 — the transaction last-resort catch reports stage: TX_STAGE_BROADCAST on a path where the transaction provably never reached the…

clawbot commented on issue sneak/AutistMask#275 2026-08-14 06:24:36 +02:00
fix: approving a site connection races the popup teardown and can be recorded as a rejection

Built as planned, in #289 (base next).

Definition of done:

  • Approval reported regardless of when the popup closes — the decision rides the…
clawbot pushed to issue-259-e2e-in-ci at sneak/AutistMask 2026-08-14 06:24:25 +02:00
329f3e1558 build: run the browser e2e suites in CI (closes #259)
0be20d7270 fix: render the view "Back" lands on after the popup is reopened (closes #268)
Compare 2 commits »
clawbot created pull request sneak/AutistMask#289 2026-08-14 06:24:20 +02:00
fix: settle a site approval on the port that carries its teardown (closes #275)
clawbot created pull request sneak/AutistMask#288 2026-08-14 06:24:06 +02:00
test: assert the #150 and #151 items the harness did not cover (closes #188)
clawbot pushed to issue-275-site-approval-race at sneak/AutistMask 2026-08-14 06:23:42 +02:00
d32ffe7c3a fix: settle a site approval on the port that carries its teardown (closes #275)
clawbot created branch issue-275-site-approval-race in sneak/AutistMask 2026-08-14 06:23:42 +02:00
clawbot pushed to issue-188-dod-assertions at sneak/AutistMask 2026-08-14 06:23:35 +02:00
e53bcb655d test: assert the #150 and #151 items the harness did not cover (closes #188)
clawbot created branch issue-188-dod-assertions in sneak/AutistMask 2026-08-14 06:23:35 +02:00
clawbot commented on issue sneak/webhooker#134 2026-08-14 06:23:30 +02:00
fx.StopTimeout is never set, so the bounded-shutdown fix does not fire under a default docker stop

Plan, one commit on issue-134-fx-stop-timeout:

  1. cmd/webhooker/main.go: extract the option set into newApp() *fx.App and add fx.StopTimeout(stopTimeout) with stopTimeout = 5s. 5s sits…
clawbot opened issue sneak/AutistMask#287 2026-08-14 06:23:01 +02:00
flake: the Chrome e2e dApp signing prompt loses its page about one run in three under load
clawbot commented on issue sneak/webhooker#135 2026-08-14 06:22:00 +02:00
The event-log page renders stored bodies untruncated, so buffered rendering can hold ~25 MB per request

Plan: bound the body in the query layer, not the template.

loadEventsWithDeliveries will stop loading []database.Event and instead select a projection whose body column is `substr(cast(body…