Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/lnd/release-notes/release-notes-0.19.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@

## Functional Updates

- [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection
restriction logic enforced by `accessman`. In addition, the restriction placed
on outbound connections is now lifted.

## RPC Updates

## lncli Updates
Expand All @@ -51,6 +55,11 @@

## Performance Improvements

- The replay protection is
[optimized](https://github.com/lightningnetwork/lnd/pull/9929) to use less disk
space such that the `sphinxreplay.db` or the `decayedlogdb_kv` table will grow
much more slowly.

## Deprecations

# Technical and Architectural Updates
Expand All @@ -66,5 +75,4 @@
## Tooling and Documentation

# Contributors (Alphabetical Order)

* Yong Yu
8 changes: 8 additions & 0 deletions docs/lnd/release-notes/release-notes-0.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
[`incoming_chan_ids` and `outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
This allows to retrieve forwarding events for specific channels.


* `DescribeGraph`, `GetNodeInfo`, `GetChanInfo` and the corresponding lncli
commands [now have flag](https://github.com/lightningnetwork/lnd/pull/9950)
`include_auth_proof`. With the flag, these APIs add AuthProof (signatures from
the channel announcement) to the returned ChannelEdge.


## lncli Additions

* [`lncli sendpayment` and `lncli queryroutes` now support the
Expand Down Expand Up @@ -127,6 +134,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
# Contributors (Alphabetical Order)

* Abdulkbk
* Boris Nagaev
* Elle Mouton
* Funyug
* Mohamed Awnallah
Expand Down