We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989216b commit 12833eeCopy full SHA for 12833ee
1 file changed
docs/release-notes/release-notes-0.21.0.md
@@ -79,6 +79,10 @@
79
for peer-to-peer communication.
80
81
## Functional Enhancements
82
+* Added [pathfinding support](https://github.com/lightningnetwork/lnd/pull/10612)
83
+ for routing onion messages. The router can now find paths through the channel
84
+ graph specifically filtered for nodes that advertise support for onion
85
+ messaging (feature bit 38/39).
86
87
* [Added reorg protection for channel
88
closes](https://github.com/lightningnetwork/lnd/pull/10331). Previously,
@@ -346,6 +350,7 @@
346
350
347
351
# Contributors (Alphabetical Order)
348
352
353
+* Abdulkbk
349
354
* bitromortac
355
* Boris Nagaev
356
* Elle Mouton
0 commit comments