harb/scripts/harb-evaluator/helpers
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
..
anvil.ts fix: feat: Anvil snapshot/revert and ethPerToken helpers (#519) 2026-03-09 00:53:17 +00:00
assertions.ts fix: address review feedback on holdout helpers 2026-03-02 05:59:21 +00:00
floor.ts fix: feat: Anvil snapshot/revert and ethPerToken helpers (#519) 2026-03-09 01:23:36 +00:00
market.ts fix: address review findings in market and recenter helpers 2026-03-05 11:27:31 +00:00
recenter.ts fix: address review findings in market and recenter helpers 2026-03-05 11:27:31 +00:00
report.ts docs: scope engineering principles to infra/tests, not frontend polling (#470) 2026-03-06 11:17:50 +01:00
rpc.ts fix: address review feedback on holdout helpers 2026-03-02 05:59:21 +00:00
stake-rpc.ts fix: address review findings in stake-rpc.ts (#518) 2026-03-09 02:48:51 +00:00
stake.ts fix: Stale JSDoc in navigateToStakePage refers to '/stake' not '/app/stake' (#509) 2026-03-13 10:37:14 +00:00
swap.ts fix: sellAllKrk uses amountOutMinimum: 0n with no throw on 0 output (#450) 2026-03-06 01:51:23 +00:00
wallet.ts fix: fix: wallet connector panel not rendering at standard viewports — blocks all user funnels (#1156) 2026-03-25 09:29:53 +00:00