rpcserver: add LookupHtlc call

This commit is contained in:
Joost Jager
2022-08-29 13:20:52 +02:00
parent 511fb00777
commit 3a89a84744
11 changed files with 4637 additions and 4100 deletions

View File

@ -51,6 +51,16 @@
[expose tlv data](https://github.com/lightningnetwork/lnd/pull/7085) that is
broadcast over the gossip network.
* [Add new HTLC notifier event and lookup
RPC](https://github.com/lightningnetwork/lnd/pull/6517) for the final
settlement of incoming HTLCs. This allows applications to wait for the HTLC to
actually disappear from all valid commitment transactions, rather than assume
that it will. With the new extensions, situations can be avoided where the
application considers an HTLC settled, but in reality the HTLC has timed out.
Final resolution data will only be available for htlcs that are resolved
after upgrading lnd.
## Wallet
* [Allows Taproot public keys and tap scripts to be imported as watch-only