We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06052e commit d0fcb14Copy full SHA for d0fcb14
docs/release-notes/release-notes-0.21.0.md
@@ -59,6 +59,15 @@
59
60
## Breaking Changes
61
62
+* Added [duplicate safety to `switch.SendHTLC`](https://github.com/lightningnetwork/lnd/pull/10049). This method will no longer
63
+ forward an onion with the same attempt ID twice without the result for a given
64
+ ID having been cleaned from the network result store. This ensures "at most
65
+ once" delivery and request processing of a given HTLC attempt, allowing a
66
+ remote router or rpc client to safely retry htlc dispatch requests without
67
+ creating duplicate attempts. This extends the more narrow duplicate safety
68
+ already provided by the Switch’s `CircuitMap`.
69
+
70
71
## Performance Improvements
72
73
## Deprecations
0 commit comments