diff options
| author | Your Name <you@example.com> | 2026-05-19 04:12:32 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-19 04:12:32 +0530 |
| commit | 3aa372ccc3e11c837458b00088ffb6cbe99ff6ca (patch) | |
| tree | d0cea8925e1908c4ea5e90096f4d48b9cfee2ce7 /.gitignore | |
| parent | d0a99d8a92b762187d3d638c9a705d4b891f6ead (diff) | |
fix: merge readiness — display_enabled config, real pubkey, probe interval, dedup services
- Add display_enabled config field (default true, parsed from config.json)
- Guard display_init/display_update behind display_enabled check
- Fix discovery pubkey: replace hardcoded all-zeros with identity_get()->npub_hex
- Revert MINT_HEALTH_PROBE_INTERVAL_S from 30 (testing) to 300 (production)
- Remove duplicate services_start_task call in IP event handler
- Fix UTF-8 arrow in STA auth threshold log message
- Gitignore compiled test binaries (test_mcp_handler, test_mint_health, etc.)
- Remove tracked test binaries from git
Verified on Board B (stable):
- make test-discovery-b: pubkey=d6bfe100..., metric=milliseconds, price_per_step tags
- make test-mints-b: 4 mints listed with reachable field
- Wallet: 40 sats balance with 4 proofs from previous payment
- All API endpoints responding (discovery, mints, wallet, whoami, portal)
- 75/75 unit tests passing
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -19,4 +19,11 @@ tests/unit/test_identity | |||
| 19 | tests/unit/test_nostr_event | 19 | tests/unit/test_nostr_event |
| 20 | tests/unit/test_cashu | 20 | tests/unit/test_cashu |
| 21 | tests/unit/test_session | 21 | tests/unit/test_session |
| 22 | tests/unit/test_mcp_handler | ||
| 23 | tests/unit/test_mint_health | ||
| 24 | tests/unit/test_tollgate_client | ||
| 25 | tests/unit/test_cvm_server | ||
| 26 | tests/unit/test_lnurl_pay | ||
| 27 | tests/unit/test_lightning_payout | ||
| 28 | tests/unit/test_nip04 | ||
| 22 | interop/routers.env | 29 | interop/routers.env |