We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673b9c4 commit 805eca8Copy full SHA for 805eca8
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,
@@ -376,6 +380,7 @@
376
380
377
381
# Contributors (Alphabetical Order)
378
382
383
+* Abdulkbk
379
384
* bitromortac
385
* Boris Nagaev
386
* Elle Mouton
0 commit comments