harb/scripts/harb-evaluator
johba db9e99f4c0 fix: fix: wallet connector panel not rendering at standard viewports — blocks all user funnels (#1156)
Root cause: the test wallet provider's eth_accounts and getProviderState
always returned the account address regardless of connection state. This
caused wagmi to auto-connect via EIP-6963 provider discovery, skipping
the 'disconnected' status entirely. As a result, .connect-button--disconnected
never rendered and .connectors-element was never shown.

Changes:
- wallet-provider: eth_accounts returns [] when not connected (EIP-1193 compliant)
- wallet-provider: getProviderState returns empty accounts when not connected
- All wallet connection helpers: handle auto-reconnect case, increase timeout
  for wagmi to settle into disconnected state (5s → 10s)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 09:29:53 +00:00
..
helpers fix: fix: wallet connector panel not rendering at standard viewports — blocks all user funnels (#1156) 2026-03-25 09:29:53 +00:00
scenarios/passive-confidence fix: correct buyKrk call sites for new opts param, add eslint-disable for polling loop 2026-03-05 05:53:19 +00:00
AGENTS.md chore: gardener housekeeping 2026-03-23 2026-03-23 18:07:12 +00:00
bootstrap-light.sh fix: bootstrap-light.sh lacks Push3 candidate injection (#999) 2026-03-22 13:19:48 +00:00
evaluate.sh fix: formula scripts broken on evolution box (#1006, #1007, #1008) 2026-03-19 14:09:38 +00:00
export-attacks.py fix: also update red-team.sh addresses to Base Sepolia (#873) 2026-03-17 23:05:26 +00:00
holdout.config.ts fix: address PR #438 review findings 2026-03-04 08:20:11 +00:00
promote-attacks.sh fix: address promote-attacks review feedback (#974) 2026-03-19 07:48:24 +00:00
red-team-program.md fix: run-attack-suite is spec-only — no implementation in red-team.sh (#1000) 2026-03-22 15:30:46 +00:00
red-team-sweep.sh fix: evaluate.sh detects docker compose vs docker-compose binary; red-team-sweep.sh does not (#964) 2026-03-18 18:57:36 +00:00
red-team.sh fix: fix: bundled dust cleanup — scripts/harb-evaluator (#1036) 2026-03-22 22:41:04 +00:00
run-protocol.sh fix: add missing shell scripts and fix contract interface in run-protocol 2026-03-21 21:00:14 +00:00
run-resources.sh fix: add missing shell scripts and fix contract interface in run-protocol 2026-03-21 21:00:14 +00:00