Skip to content

Commit dc48da2

Browse files
committed
Add a warning on anchors and reset 116 changelog for release
1 parent c5c5f3f commit dc48da2

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# 0.0.116rc1 - Jul 14, 2023 - "Anchoring the Roadmap"
1+
# 0.0.116 - XXX, 2023 - "Anchoring the Roadmap"
22

33
## API Updates
44

55
* Support for zero-HTLC-fee anchor output channels has been added and is now
66
considered beta (#2367). Users who set
77
`ChannelHandshakeConfig::negotiate_anchors_zero_fee_htlc_tx` should be
88
prepared to handle the new `Event::BumpTransaction`, e.g. via the
9-
`BumpTransactionEventHandler` (#2089). Users who set the same and wish to
10-
accept inbound anchor-based channels must do so manually by setting
11-
`UserConfig::manually_accept_inbound_channels` (#2368).
9+
`BumpTransactionEventHandler` (#2089). Note that in order to do so you must
10+
ensure you always have a reserve of available unspent on-chain funds to use
11+
for CPFP. LDK currently makes no attempt to ensure this for you.
12+
* Users who set `ChannelHandshakeConfig::negotiate_anchors_zero_fee_htlc_tx`
13+
and wish to accept inbound anchor-based channels must do so manually by
14+
setting `UserConfig::manually_accept_inbound_channels` (#2368).
1215
* Support forwarding and accepting HTLCs with a reduced amount has been added,
1316
to support LSPs skimming a fee on the penultimate hop (#2319).
1417
* BOLT11 and BOLT12 Invoice and related types have been renamed to include a
@@ -120,6 +123,10 @@
120123
* `RouteHintHop::htlc_maximum_msat` is now enforced. Note that BOLT11 route
121124
hints do not have such a field so this code is generally unused (#2305).
122125

126+
In total, this release features XXX files changed, XXX insertions, XXX
127+
deletions in XXX commits from XXX authors, in alphabetical order:
128+
*
129+
123130
# 0.0.115 - Apr 24, 2023 - "Rebroadcast the Bugfixes"
124131

125132
## API Updates

0 commit comments

Comments
 (0)