Skip to content

Commit 5d46ac0

Browse files
Merge pull request #862 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 6d29a44 + 9d0c146 commit 5d46ac0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/lnd/release-notes/release-notes-0.19.2.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141

4242
## Functional Updates
4343

44+
- [Improved](https://github.com/lightningnetwork/lnd/pull/9880) the connection
45+
restriction logic enforced by `accessman`. In addition, the restriction placed
46+
on outbound connections is now lifted.
47+
4448
## RPC Updates
4549

4650
## lncli Updates
@@ -51,6 +55,11 @@
5155

5256
## Performance Improvements
5357

58+
- The replay protection is
59+
[optimized](https://github.com/lightningnetwork/lnd/pull/9929) to use less disk
60+
space such that the `sphinxreplay.db` or the `decayedlogdb_kv` table will grow
61+
much more slowly.
62+
5463
## Deprecations
5564

5665
# Technical and Architectural Updates
@@ -66,5 +75,4 @@
6675
## Tooling and Documentation
6776

6877
# Contributors (Alphabetical Order)
69-
7078
* Yong Yu

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
4848
[`incoming_chan_ids` and `outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
4949
This allows to retrieve forwarding events for specific channels.
5050

51+
52+
* `DescribeGraph`, `GetNodeInfo`, `GetChanInfo` and the corresponding lncli
53+
commands [now have flag](https://github.com/lightningnetwork/lnd/pull/9950)
54+
`include_auth_proof`. With the flag, these APIs add AuthProof (signatures from
55+
the channel announcement) to the returned ChannelEdge.
56+
57+
5158
## lncli Additions
5259

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

129136
* Abdulkbk
137+
* Boris Nagaev
130138
* Elle Mouton
131139
* Funyug
132140
* Mohamed Awnallah

0 commit comments

Comments
 (0)