LNP-WG / lnp-node

Lightning network protocol daemon (suitable for generalized Lightning Network)
MIT License
145 stars 40 forks source link

Tracking: node operations #46

Open dr-orlovsky opened 2 years ago

dr-orlovsky commented 2 years ago
  1. Setup
    • [x] Keys & wallets generation
    • [x] Network selection
    • [x] Threaded daemons / library builds
    • [ ] Configuration file with configure_me
  2. Persistence
    • [x] Node keys
    • [x] Node funding wallet
    • [x] Persisting provisionary channel
    • [x] Persisting channel state
    • [ ] Persisting channel history
    • [ ] Persisting gossip database
  3. Robustness
    • [x] Correctly handling channel_id changes (from temporary to persistent)
    • [ ] Re-launching channeld in case of crashes
    • [ ] Re-establishing channeld-peerd connectivity
  4. Transactions
    • [x] Signing wallet
    • [ ] (partial) LNP-specific PSBT custom keys
    • [ ] Tracking funding tx
    • [ ] Tracking channel closings