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 41
41
42
42
## Functional Updates
43
43
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
+
44
48
## RPC Updates
45
49
46
50
## lncli Updates
51
55
52
56
## Performance Improvements
53
57
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
+
54
63
## Deprecations
55
64
56
65
# Technical and Architectural Updates
66
75
## Tooling and Documentation
67
76
68
77
# Contributors (Alphabetical Order)
69
-
70
78
* 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.
48
48
[ ` incoming_chan_ids ` and ` outgoing_chan_ids ` ] ( https://github.com/lightningnetwork/lnd/pull/9356 ) .
49
49
This allows to retrieve forwarding events for specific channels.
50
50
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
+
51
58
## lncli Additions
52
59
53
60
* [ ` 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.
127
134
# Contributors (Alphabetical Order)
128
135
129
136
* Abdulkbk
137
+ * Boris Nagaev
130
138
* Elle Mouton
131
139
* Funyug
132
140
* Mohamed Awnallah
You can’t perform that action at this time.
0 commit comments