|
1 |
| -# 0.0.116rc1 - Jul 14, 2023 - "Anchoring the Roadmap" |
| 1 | +# 0.0.116 - XXX, 2023 - "Anchoring the Roadmap" |
2 | 2 |
|
3 | 3 | ## API Updates
|
4 | 4 |
|
5 | 5 | * Support for zero-HTLC-fee anchor output channels has been added and is now
|
6 | 6 | considered beta (#2367). Users who set
|
7 | 7 | `ChannelHandshakeConfig::negotiate_anchors_zero_fee_htlc_tx` should be
|
8 | 8 | 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). |
12 | 15 | * Support forwarding and accepting HTLCs with a reduced amount has been added,
|
13 | 16 | to support LSPs skimming a fee on the penultimate hop (#2319).
|
14 | 17 | * BOLT11 and BOLT12 Invoice and related types have been renamed to include a
|
|
120 | 123 | * `RouteHintHop::htlc_maximum_msat` is now enforced. Note that BOLT11 route
|
121 | 124 | hints do not have such a field so this code is generally unused (#2305).
|
122 | 125 |
|
| 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 | + |
123 | 130 | # 0.0.115 - Apr 24, 2023 - "Rebroadcast the Bugfixes"
|
124 | 131 |
|
125 | 132 | ## API Updates
|
|
0 commit comments