diff options
| author | Your Name <you@example.com> | 2026-05-17 04:37:15 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-17 04:37:15 +0530 |
| commit | cb4bd7d7c10cadcb43f82c09b13ffed744e541f7 (patch) | |
| tree | 1f01c31083e9252b7f41e89ba201373d6606a47d /main/CMakeLists.txt | |
| parent | 78dd599277b8e8b2ddc39a4ae710ec91d737272e (diff) | |
Phase 5: Lightning auto-payout with LNURL-pay and NUT-05 melt
- New lnurl_pay.c/h: LNURL-pay protocol (GET .well-known/lnurlp + callback)
- New lightning_payout.c/h: threshold-based auto-payout with multi-recipient split
- Extended nucula_wallet bridge with nucula_wallet_melt() (NUT-05)
- Config: payout section with multi-mint, multi-recipient, fee_tolerance
- Default: enabled, TollGate@coinos.io, min_payout=128, min_balance=64
- 18 new unit tests (all passing), 134 total
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index be4d564..c2aaeb2 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt | |||
| @@ -11,6 +11,8 @@ idf_component_register(SRCS "tollgate_main.c" | |||
| 11 | "geohash.c" | 11 | "geohash.c" |
| 12 | "wifistr.c" | 12 | "wifistr.c" |
| 13 | "tollgate_client.c" | 13 | "tollgate_client.c" |
| 14 | "lnurl_pay.c" | ||
| 15 | "lightning_payout.c" | ||
| 14 | INCLUDE_DIRS "." | 16 | INCLUDE_DIRS "." |
| 15 | REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server | 17 | REQUIRES esp_wifi esp_event esp_netif nvs_flash esp_http_server |
| 16 | lwip json esp_http_client mbedtls esp-tls log spiffs | 18 | lwip json esp_http_client mbedtls esp-tls log spiffs |