diff options
| author | Your Name <you@example.com> | 2026-05-21 13:19:51 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-21 13:19:51 +0530 |
| commit | 5592e194029aafe96d76a0948750b8b43ae74413 (patch) | |
| tree | 4d1ad0fc23cf98f591becd8b33658fe6efd55e5a /AGENTS.md | |
| parent | 716daafce3eaa5ebfd246c1ef9915a2972b4c6fd (diff) | |
cleanup: remove debug code, align mint URL to testnut-nutshell
- Remove DNS resolve test and unused includes from debug endpoint
- Reduce mint_health probe logging to DEBUG level
- Update default mint URL from testnut.cashu.space to
testnut-nutshell.mints.orangesync.tech in config.c,
tollgate_platform.c, .env, AGENTS.md
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -87,7 +87,7 @@ nvs_flash_init() | |||
| 87 | "nsec": "<64-char hex>", | 87 | "nsec": "<64-char hex>", |
| 88 | "wifi_networks": [{"ssid":"...", "password":"..."}], | 88 | "wifi_networks": [{"ssid":"...", "password":"..."}], |
| 89 | "ap_password": "", | 89 | "ap_password": "", |
| 90 | "mint_url": "https://testnut.cashu.space", | 90 | "mint_url": "https://testnut-nutshell.mints.orangesync.tech", |
| 91 | "price_per_step": 21, | 91 | "price_per_step": 21, |
| 92 | "step_size_ms": 60000, | 92 | "step_size_ms": 60000, |
| 93 | "nostr_geohash": "u281w0dfz", | 93 | "nostr_geohash": "u281w0dfz", |
| @@ -199,7 +199,7 @@ make flash-b # flash to Board B | |||
| 199 | ### Integration Tests (`tests/integration/`) | 199 | ### Integration Tests (`tests/integration/`) |
| 200 | - Node.js scripts that run curl/ping/nmcli against a live ESP32 board | 200 | - Node.js scripts that run curl/ping/nmcli against a live ESP32 board |
| 201 | - Require `TOLLGATE_IP` env var (default: auto-detect or error) | 201 | - Require `TOLLGATE_IP` env var (default: auto-detect or error) |
| 202 | - Token generation via nutshell CLI: `cashu -h https://testnut.cashu.space send --legacy 21` | 202 | - Token generation via nutshell CLI: `cashu -h https://testnut-nutshell.mints.orangesync.tech send --legacy 21` |
| 203 | 203 | ||
| 204 | ### E2E Tests (`tests/e2e/`) | 204 | ### E2E Tests (`tests/e2e/`) |
| 205 | - Playwright browser tests | 205 | - Playwright browser tests |
| @@ -217,7 +217,7 @@ make flash-b # flash to Board B | |||
| 217 | 217 | ||
| 218 | ## External Dependencies | 218 | ## External Dependencies |
| 219 | 219 | ||
| 220 | - **Test mint:** `testnut.cashu.space` — auto-pays lightning invoices | 220 | - **Test mint:** `testnut-nutshell.mints.orangesync.tech` — Nutshell/0.20.0, works with cashu CLI |
| 221 | - **Nostr relays:** `relay.damus.io`, `nos.lol`, `relay.anzenkodo.workers.dev`, `nostr.koning-degraaf.nl` — for wifistr events | 221 | - **Nostr relays:** `relay.damus.io`, `nos.lol`, `relay.anzenkodo.workers.dev`, `nostr.koning-degraaf.nl` — for wifistr events |
| 222 | - **Seed relays:** `relay.orangesync.tech` (NIP-77), `relay.damus.io`, `nos.lol`, `relay.nostr.band`, `relay.anzenkodo.workers.dev`, `nostr.koning-degraaf.nl`, `knostr.neutrine.com`, `nostr.einundzwanzig.space` — for relay selection and sync | 222 | - **Seed relays:** `relay.orangesync.tech` (NIP-77), `relay.damus.io`, `nos.lol`, `relay.nostr.band`, `relay.anzenkodo.workers.dev`, `nostr.koning-degraaf.nl`, `knostr.neutrine.com`, `nostr.einundzwanzig.space` — for relay selection and sync |
| 223 | - **CVM relay:** `relay.primal.net` — for ContextVM kind 25910 events and CEP-6 announcements | 223 | - **CVM relay:** `relay.primal.net` — for ContextVM kind 25910 events and CEP-6 announcements |