mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-07 03:28:05 +02:00
docs: update release notes
This commit is contained in:
parent
8e53996c52
commit
f8ef283589
@ -41,10 +41,11 @@
|
||||
`openchannel`](https://github.com/lightningnetwork/lnd/pull/6956)
|
||||
|
||||
* [`ForwardingHistory` ](https://github.com/lightningnetwork/lnd/pull/7001) now
|
||||
enriches each forwarding event with inbound and outbound peer alias names. In
|
||||
order for UIs to preserve the performance of this RPC the alias lookup can be
|
||||
skipped by specifying `skip_peer_alias_lookup`. `lncli fwdinghistory` also
|
||||
adds a flag `skip_peer_alias_lookup` to skip the lookup.
|
||||
enriches each forwarding event with inbound and outbound peer alias names if
|
||||
the new flag `PeerAliasLookup` in `ForwardingHistoryRequest` is set to true.
|
||||
[`lncli fwdinghistory` ](https://github.com/lightningnetwork/lnd/pull/7083)
|
||||
enables this feature by default but adds a new flag `skip_peer_alias_lookup`
|
||||
to skip the lookup.
|
||||
|
||||
* The graph lookups method `DescribeGraph`, `GetNodeInfo` and `GetChanInfo` now
|
||||
[expose tlv data](https://github.com/lightningnetwork/lnd/pull/7085) that is
|
||||
|
Loading…
x
Reference in New Issue
Block a user