Kyle 🐆
Kyle 🐆
Implements dedicated relay connection for liquidity provider with automatic failover on rugpull detection.
Automatic encrypted backups of LND seed and channel state to Nostr relay for disaster recovery. Closes https://github.com/shocknet/Lightning.Pub/issues/853
Closes #733
## Summary - Adds setting to hide exchange UI elements (buy, sell, pay, exchange) - Useful for users in regions where exchange features are unavailable - Reduces screen clutter when...
# Description Relates to issue: **[ZEUS-3361](https://github.com/ZeusLN/zeus/issues/3361)** Saves pending payment data to storage when enabling Express Graph Sync, then automatically restores and displays the invoice/payment after app restart. Handles both Lightning...
Closes #1302 ### Description This PR adds full support for Bitcoin Knots v29 as a Bitcoin backend implementation in Polar, alongside the existing Bitcoin Core support. **What changed:** - Added...
**Is your feature request related to a problem? Please describe.** Polar currently only supports Bitcoin Core as a Bitcoin backend implementation. Users who prefer Bitcoin Knots (a derivative of Bitcoin...
When clicking “Cancel” on the load transaction prompt, the folder selection window keeps reappearing instead of closing. OS: Windows
Support combining password + YubiKey HMAC-SHA1 challenge-response for wallet encryption key derivation. - Optional second factor alongside existing password - Uses YubiKey's offline HMAC challenge-response (slot 2) - Final key...
Closes #1973 ### Changes - Removed `/examples` folder containing CLI-heavy examples - Added focused rustdoc examples to key functions: - `IndexedTxGraph::new()` - graph initialization - `BdkElectrumClient::new()` - client creation -...