File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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
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
6675## Tooling and Documentation
6776
6877# Contributors (Alphabetical Order)
69-
7078* Yong Yu
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments