ln-service
Advanced tools
Changelog
53.0.1
Removed support for determining the type of channel to support LND 0.14.0.
createChainAddress
: Make address format optional and add p2wpkh as default
sendToChainOutputScripts
: Fix specification of fee_tokens_per_vbyte
getChannels
, getPendingChannels
, subscribeToChannels
: Remove
attributes is_anchor
, is_static_remote_key
, is_variable_remote_key
.Changelog
43.0.0
getForwardingReputations
add support for general peer reputationsgetForwardingReputations
returns either channel or peer odds depending on lnd versionChangelog
52.3.0
getPayment
: Add confirmed_at
to indicate when payment resolved successfullygetPayments
: Add confirmed_at
to indicate when payments resolve successfullypay
: Add confirmed_at
to indicate when payment resolved successfullypayViaPaymentDetails
: Add confirmed_at
to indicate when payment was sentpayViaPaymentRequest
: Add confirmed_at
to indicate when payment was sentpayViaRoutes
: Add confirmed_at
to indicate when payment resolved successfullysubscribeToPastPayment
: Add confirmed_at
to indicate when payment succeededsubscribeToPastPayments
: Add confirmed_at
to indicate when payments succeedsubscribeToPayViaDetails
: Add confirmed_at
to indicate when payment was sentsubscribeToPayViaRequest
: Add confirmed_at
to indicate when payment was sentsubscribeToPayViaRoutes
: Add confirmed_at
to indicate when payment was sentChangelog
52.2.0
getPendingChannels
: Add is_timelocked
and timelock_blocks
to force closesChangelog
52.1.0
subscribeToPastPayments
: Add method to subscribe to successful past paymentsChangelog
52.0.1
getWalletStatus
: Add method to do a one-off query of the wallet state