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.
9999
100100## Code Health
101101
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+
102106## Breaking Changes
103107## Performance Improvements
104108
@@ -130,6 +134,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
130134 ` channel_update ` message and handle it explicitly throughout the code base
131135 instead of extracting it from the TLV stream at various call-sites.
132136
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+
133140## Testing
134141
135142* 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.
152159* Abdulkbk
153160* Boris Nagaev
154161* Elle Mouton
162+ * Erick Cestari
155163* Funyug
156164* Mohamed Awnallah
157165* Pins
166+ * Ziggie
You can’t perform that action at this time.
0 commit comments