Block a user
docs: drop the README limit the EIP-1193 code fix removed (closes #285)
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
build: run the browser e2e suites in CI (closes #259)
test: make test-e2e is flaky under host load — "the extension opened no approval window within 30000ms"
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…
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…
fix: settle a site approval on the port that carries its teardown (closes #275)
test: assert the #150 and #151 items the harness did not cover (closes #188)
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:
cmd/webhooker/main.go: extract the option set intonewApp() *fx.Appand addfx.StopTimeout(stopTimeout)withstopTimeout = 5s. 5s sits…
flake: the Chrome e2e dApp signing prompt loses its page about one run in three under load
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…