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 95e53f6 commit e25948eCopy full SHA for e25948e
docs/release-notes/release-notes-0.7.0.md
@@ -73,6 +73,14 @@
73
[related PR](https://github.com/lightninglabs/taproot-assets/pull/1613) for
74
more info.
75
76
+- Asset HTLCs that are received or sent do not shift the satoshi balance of the
77
+ channel. This is because now the default behavior is to use
78
+ [Noop HTLCs](https://github.com/lightninglabs/taproot-assets/pull/1567) which
79
+ lock some above-dust sats amount with the HTLC as long as it's in-flight, but
80
+ nullifies it upon settlement. This is currently hidden behind the dev build
81
+ tag and also needs to be toggled on via the `channel.noop-htlcs` configuration
82
+ option.
83
+
84
## RPC Additions
85
86
- The [price oracle RPC calls now have an intent, optional peer ID and metadata
0 commit comments