Cyphernode v0.4.0
This release adds useful LN features and fixes small glitches.
Thanks to @gabidi for your great contribution!
What's new
ln_listpeers
: Calls listpeers from lightningd. Returns the list of peers and the channels opened with them, even for currently offline peers.ln_getroute
: Ln nodeId to find route to.ln_listpays
: Calls listpays from lightningd. Returns list of payments made.ln_listfunds
: Calls listfunds from lightningd. Returns list of funds in outputs and channels.ln_withdraw
: Withdraw outputs from c-lightning wallet to a destination of choice with confirmation targeting fees. Can either supplysatoshi
in sats (integer), BTC (8 point decimal) or setall
to true to withdraw all outputs.- Bitcoin Core upgraded to v0.19.1
- C-Lightning upgraded to v0.8.2
- Tor upgraded to version 0.4.3.5
What's fixed
watchtxid
crash- OpenAPI docs fixed for the
get_txns_spending
endpoint (thanks @nk1tz) - Fix in
ln_pay
when expected_msatoshi was null - Fixed race condition when the same watch was called more than once and was confirmed at the same time... the webhooks were then not called.