Skip to content

Commit 73c9cf2

Browse files
committed
f sp and other tweaks from jeff
1 parent 89b0d34 commit 73c9cf2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
* Since its last alpha release, `lightning-liquidity` has also gained support
88
for acting as an LSPS1 client (#3436).
99
* This release includes support for BIP 353 Human Readable Names resolution.
10-
With the `dnssec` feature enabled, simply call
11-
`ChannelManager::pay_for_offer_from_human_readable_name` with a list of
12-
lightnig nodes which have the `dns_resolver` feature flag set (e.g. those
13-
running LDK with the new `lightning-dns-resolver::OMDomainResolver` set up
14-
to resolve DNS queries for others) and a Human Readable Name (#3346, #3179, #3283).
10+
With the `dnssec` feature enabled, simply call `ChannelManager`'s
11+
`pay_for_offer_from_human_readable_name` with a list of lightning nodes that
12+
have the `dns_resolver` feature flag set (e.g. those running LDK with the
13+
new `lightning_dns_resolver::OMDomainResolver` set up to resolve DNS queries
14+
for others) and a Human Readable Name (#3346, #3179, #3283).
1515
* Asynchronous `ChannelMonitorUpdate` persistence (i.e. the use of
1616
`ChannelMonitorUpdateStatus::InProgress`) is now considered beta-quality.
1717
There are no known issues with it, though the likelihood of unknown issues
@@ -22,7 +22,7 @@
2222
* `ChannelMonitor`s no longer need to be re-persisted after deserializing the
2323
`ChannelManager` before beginning normal operation. As such,
2424
`ChannelManagerReadArgs::channel_monitors` no longer requires mutable
25-
references (#3322).
25+
references (#3322). See the Backwards Compatibility section for more info.
2626
* Additional information is now stored in `ChannelMonitorUpdate`s which may
2727
increase the average size of `ChannelMonitorUpdate`s when claiming inbound
2828
payments substantially. The expected maximum size of `ChannelMonitorUpdate`s
@@ -91,7 +91,6 @@
9191
a preimage for another channel is pending. This fixes an issue where a
9292
payment preimage needed for another channel claim is lost if events go
9393
un-processed for 4038 blocks (#3450).
94-
* Parsing BOLT 12 offers and refunds with uppercase prefixes now works (#3505).
9594
* `std` builds no longer send the full gossip state to peers that do not
9695
request it (#3390).
9796
* `lightning-block-sync` listeners now receive `block_connected` calls, rather
@@ -100,7 +99,7 @@
10099
locktime made them candidates for inclusion in the mempool (though they would
101100
be automatically re-broadcasted later, #3453).
102101
* `ChainMonitor` now persists `ChannelMonitor`s when their `Balance` set first
103-
goes empty, making `ChannelMonitor` pruning more reliable on nodes which are
102+
goes empty, making `ChannelMonitor` pruning more reliable on nodes that are
104103
only online briefly (e.g. mobile nodes, #3442).
105104
* BOLT 12 invoice requests now better handle intermittent internet connectivity
106105
(e.g. on mobile devices with app interruptions, #3010).

0 commit comments

Comments
 (0)