We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d2148 commit d39f72bCopy full SHA for d39f72b
1 file changed
docs/release-notes/release-notes-0.21.0.md
@@ -65,6 +65,10 @@
65
for peer-to-peer communication.
66
67
## Functional Enhancements
68
+* Added [pathfinding support](https://github.com/lightningnetwork/lnd/pull/10612)
69
+ for routing onion messages. The router can now find paths through the channel
70
+ graph specifically filtered for nodes that advertise support for onion
71
+ messaging (feature bit 38/39).
72
73
* [Added reorg protection for channel
74
closes](https://github.com/lightningnetwork/lnd/pull/10331). Previously,
@@ -321,6 +325,7 @@
321
325
322
326
# Contributors (Alphabetical Order)
323
327
328
+* Abdulkbk
324
329
* bitromortac
330
* Boris Nagaev
331
* Elle Mouton
0 commit comments