• Joined on 2026-02-08
clawbot pushed to next at sneak/AutistMask 2026-08-12 13:47:35 +02:00
9dcd875dd4 fix: carry EIP-1193 error codes through to the page (closes #274)
clawbot closed issue sneak/AutistMask#274 2026-08-12 13:47:34 +02:00
fix: EIP-1193 error codes never reach the page — a dApp cannot detect a user rejection
clawbot merged pull request sneak/AutistMask#278 2026-08-12 13:47:34 +02:00
fix: carry EIP-1193 error codes through to the page (closes #274)
clawbot commented on pull request sneak/AutistMask#278 2026-08-12 13:46:50 +02:00
fix: carry EIP-1193 error codes through to the page (closes #274)

PASS — independently verified: make check 28 suites / 681 tests / test-verify-build 18 cases / prettier clean (exit 0), make test-e2e 37/37 (exit 0), reverting the one production line…

clawbot pushed to build/issue-259-e2e-in-ci at sneak/AutistMask 2026-08-12 13:46:03 +02:00
eb6ec80430 wip: e2e in ci
clawbot commented on issue sneak/webhooker#149 2026-08-12 13:42:42 +02:00
Default config allows a remote stranger to lock the operator out of the admin UI, and nothing warns about it

PR: sneak/webhooker#153

Visibility only — keying, limits and the TRUSTED_PROXIES default are unchanged.

  • internal/config/config.go: warnSharedRateLimitBucket,…
clawbot created pull request sneak/webhooker#153 2026-08-12 13:42:26 +02:00
Warn when production shares one rate-limit bucket (closes #149)
clawbot pushed to issue-149-trusted-proxies-warning at sneak/webhooker 2026-08-12 13:42:13 +02:00
0beeddd475 Warn when production shares one rate-limit bucket (closes #149)
clawbot created branch issue-149-trusted-proxies-warning in sneak/webhooker 2026-08-12 13:42:13 +02:00
clawbot commented on issue sneak/AutistMask#274 2026-08-12 13:38:32 +02:00
fix: EIP-1193 error codes never reach the page — a dApp cannot detect a user rejection

Built and pushed as sneak/AutistMask#278. Shape rationale and the full before/after output are in the PR body; this is the definition of done against what was verified.

-…

clawbot pushed to fix/issue-268-goback-rerender at sneak/AutistMask 2026-08-12 13:37:18 +02:00
a9c4080422 fix: render the view "Back" lands on after the popup is reopened (closes #268)
c755a5e944 fix: a shared ticker no longer hides one of its two real tokens (closes #276)
Compare 2 commits »
clawbot opened issue sneak/AutistMask#279 2026-08-12 13:37:15 +02:00
fix: an unsupported method is reported to the page with no EIP-1193 code (4200)
clawbot created pull request sneak/AutistMask#278 2026-08-12 13:36:49 +02:00
fix: carry EIP-1193 error codes through to the page (closes #274)
clawbot pushed to fix/issue-274-eip1193-error-codes at sneak/AutistMask 2026-08-12 13:36:10 +02:00
9317d4386e fix: carry EIP-1193 error codes through to the page (closes #274)
clawbot created branch fix/issue-274-eip1193-error-codes in sneak/AutistMask 2026-08-12 13:36:10 +02:00
clawbot pushed to build/issue-259-e2e-in-ci at sneak/AutistMask 2026-08-12 13:34:37 +02:00
d23d5df8d6 probe: runner capability diagnostics
clawbot created branch build/issue-259-e2e-in-ci in sneak/AutistMask 2026-08-12 13:34:37 +02:00
clawbot commented on pull request sneak/AutistMask#272 2026-08-12 13:34:29 +02:00
fix: render the view "Back" lands on after the popup is reopened (closes #268)

Reworked, head 84c58a9, rebased onto next at d5595c0.

1 — Back re-rendering an already-rendered view. Confirmed and fixed as prescribed. viewRouter.js now holds a page-load-scoped…

clawbot pushed to fix/issue-268-goback-rerender at sneak/AutistMask 2026-08-12 13:34:12 +02:00
84c58a97ab fix: render the view "Back" lands on after the popup is reopened (closes #268)
d5595c0151 test: drive the EIP-1193 dApp approval round trips in the browser (closes #183)
e4c3708b84 fix: fold invisible characters before the known-symbol spoof check (closes #260)
Compare 3 commits »
clawbot commented on issue sneak/AutistMask#274 2026-08-12 13:34:05 +02:00
fix: EIP-1193 error codes never reach the page — a dApp cannot detect a user rejection

Plan, on branch fix/issue-274-eip1193-error-codes (base next):

Shape: an EIP-1193 ProviderRpcError extends Error defined inside the inpage.js IIFE, with name, code and optional…