File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ circuit. The indices are only available for forwarding events saved after v0.20.
99
99
100
100
## Code Health
101
101
102
+ - [ Increase itest coverage] ( https://github.com/lightningnetwork/lnd/pull/9990 )
103
+ for payments. Now the payment address is mandatory for the writer and
104
+ reader of a payment request.
105
+
102
106
## Breaking Changes
103
107
## Performance Improvements
104
108
@@ -130,6 +134,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
130
134
` channel_update ` message and handle it explicitly throughout the code base
131
135
instead of extracting it from the TLV stream at various call-sites.
132
136
137
+ * [ Require invoices to include a payment address or blinded paths] ( https://github.com/lightningnetwork/lnd/pull/9752 )
138
+ to comply with updated BOLT 11 specifications before sending payments.
139
+
133
140
## Testing
134
141
135
142
* Previously, automatic peer bootstrapping was disabled for simnet, signet and
@@ -152,6 +159,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
152
159
* Abdulkbk
153
160
* Boris Nagaev
154
161
* Elle Mouton
162
+ * Erick Cestari
155
163
* Funyug
156
164
* Mohamed Awnallah
157
165
* Pins
166
+ * Ziggie
You can’t perform that action at this time.
0 commit comments