diff options
| author | Your Name <you@example.com> | 2026-05-19 03:34:41 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 03:34:41 +0530 |
| commit | d0a99d8a92b762187d3d638c9a705d4b891f6ead (patch) | |
| tree | 55820363bb83411637b1d4636dfb24b5b31ec946 | |
| parent | b38798277ad5d485a49752744e938e4db8032db5 (diff) | |
docs: update plan with Board B make target test results — all 4 mints reachable
| -rw-r--r-- | docs/WPA-AUTO-DETECT-PLAN.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/WPA-AUTO-DETECT-PLAN.md b/docs/WPA-AUTO-DETECT-PLAN.md index 6e957bf..dbbc0c8 100644 --- a/docs/WPA-AUTO-DETECT-PLAN.md +++ b/docs/WPA-AUTO-DETECT-PLAN.md | |||
| @@ -97,6 +97,10 @@ probes actually fire during short board uptime windows. | |||
| 97 | - [x] Verify STA connects via serial (`Got IP:192.168.2.16`) | 97 | - [x] Verify STA connects via serial (`Got IP:192.168.2.16`) |
| 98 | - [x] Verify health probes fire and mints show `reachable: true` | 98 | - [x] Verify health probes fire and mints show `reachable: true` |
| 99 | - [x] Run API endpoint tests (discovery, mints, wallet, usage, whoami) | 99 | - [x] Run API endpoint tests (discovery, mints, wallet, usage, whoami) |
| 100 | - [x] Run `make test-discovery-b`, `make test-mints-b`, `make test-multi-mint-b` — all pass | ||
| 101 | - [x] All 4 mints confirmed reachable via health probes on Board B | ||
| 102 | - [x] Discovery shows 4 `price_per_step` tags (one per reachable mint) | ||
| 103 | - [x] Wallet has 40 sats balance from previous payment (proofs stored in NVS) | ||
| 100 | - [ ] Test 6 previously-skipped scenarios (real payment, unreachable transition, etc.) | 104 | - [ ] Test 6 previously-skipped scenarios (real payment, unreachable transition, etc.) |
| 101 | 105 | ||
| 102 | ### Commit | 106 | ### Commit |
| @@ -104,6 +108,8 @@ probes actually fire during short board uptime windows. | |||
| 104 | - [ ] Push when Nostr relay recovers (relay.ngit.dev still down) | 108 | - [ ] Push when Nostr relay recovers (relay.ngit.dev still down) |
| 105 | 109 | ||
| 106 | ## Commits | 110 | ## Commits |
| 111 | - `b387982` wip: disable display for stability testing | ||
| 112 | - `d21fc93` docs: update WPA auto-detect plan with hardware verification results | ||
| 107 | - `2ad2ed4` feat: WPA auto-detect, STA connectivity fix, lwip crash fix (feature/multi-mint-support) | 113 | - `2ad2ed4` feat: WPA auto-detect, STA connectivity fix, lwip crash fix (feature/multi-mint-support) |
| 108 | - `64e81b5` feat: WPA auto-detect SPIFFS generation + per-board flash targets (physical-router-test-automation) | 114 | - `64e81b5` feat: WPA auto-detect SPIFFS generation + per-board flash targets (physical-router-test-automation) |
| 109 | 115 | ||