Skip to content

Commit 527cb49

Browse files
committed
f fixups from jkczyz
1 parent fb6f067 commit 527cb49

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## API Updates
44

55
* `ChainMonitor::archive_fully_resolved_channel_monitors` is now provided to
6-
remove `ChannelMonitor`s from memory which have been fully resolved on-chain
7-
and now are not needed. It uses the new `Persist::archive_persisted_channel`
6+
remove from memory `ChannelMonitor`s that have been fully resolved on-chain
7+
and are now not needed. It uses the new `Persist::archive_persisted_channel`
88
to inform the storage layer that such a monitor should be archived (#2964).
99
* An `OutputSweeper` is now provided which will automatically sweep
1010
`SpendableOutputDescriptor`s, retrying until the sweep confirms (#2825).
@@ -17,8 +17,8 @@
1717
* `Event::PaymentForwarded` now includes `skimmed_fee_msat` (#2858).
1818
* The `hashbrown` dependency has been upgraded and the use of `ahash` as the
1919
no-std hash table hash function has been removed. As a consequence, LDK's
20-
`Hash{Map,Set}`s no longer feature several constructors when LDK is build
21-
with no-std, see the `util::hash_tables` module instead. On platforms which
20+
`Hash{Map,Set}`s no longer feature several constructors when LDK is built
21+
with no-std; see the `util::hash_tables` module instead. On platforms that
2222
`getrandom` supports, setting the `possiblyrandom/getrandom` feature flag
2323
will ensure hash tables are resistant to HashDoS attacks, though the
2424
`possiblyrandom` crate should detect most common platforms (#2810, #2891).
@@ -59,13 +59,13 @@
5959
was never woken. For those not using async persistence and using the async
6060
`lightning-background-processor`, this could cause a memory leak in the
6161
`ChainMonitor` (#2894).
62-
* Inbound channel requests which fail in
62+
* Inbound channel requests that fail in
6363
`ChannelManager::accept_inbound_channel` would previously have stalled from
6464
the peer's perspective as no `error` message was sent (#2953).
6565
* Blinded path construction has been tuned to select paths more likely to
66-
succeed, improving BOLT12 payment reliability (#2911, #2912, XXX?).
66+
succeed, improving BOLT12 payment reliability (#2911, #2912).
6767
* After a reorg, `lightning-transaction-sync` could have failed to follow a
68-
transaction which LDK needed information about (#2946).
68+
transaction that LDK needed information about (#2946).
6969
* `RecipientOnionFields`' `custom_tlvs` are now propagated to recipients when
7070
paying with blinded paths (#2975).
7171
* If a peer has relatively high latency, `PeerManager` may have failed to

0 commit comments

Comments
 (0)