Commit 22169a4
committed
Add Esplora blockchain backend support
This commit adds support for using Esplora as a blockchain backend for LND,
enabling operation without requiring a full Bitcoin node (btcd/bitcoind).
Key features:
- Esplora chain client implementation for block/transaction queries
- Esplora chain notifier for confirmations and spend notifications
- Esplora fee estimator with smart fee selection
- FilteredChainView implementation for routing
- Gap limit scanning for wallet recovery
- Optimized block scanning with progress logging
Configuration:
- bitcoin.node=esplora
- esplora.url=<esplora-api-url>
- esplora.requesttimeout=30s
- esplora.maxretries=3
- esplora.pollinterval=10s
Co-Authored-By: Nitesh Balusu <niteshbalusu@icloud.com>1 parent b79f32c commit 22169a4
File tree
28 files changed
+8705
-68
lines changed- chainntnfs
- esploranotify
- chainreg
- esplora
- lncfg
- lnwallet/btcwallet
- routing/chainview
- scripts
28 files changed
+8705
-68
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments