File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 0.2.2 - Feb 6, 2025 - "An Async Splicing Production"
2+
3+ ## API Updates
4+ * The ` SplicePrototype ` feature flag has been updated to refer to feature bit
5+ 63 - the same as ` SpliceProduction ` . This resolves a compatibility issue with
6+ eclair nodes due to the use of the same splicing feature flag (155) they were
7+ using for a pre-standardization version of splicing (#4387 ).
8+
9+ ## Bug Fixes
10+ * Async ` ChannelMonitorUpdate ` persistence operations which complete, but are
11+ not marked as complete in a persisted ` ChannelManager ` prior to restart,
12+ followed immediately by a block connection and then another restart could
13+ result in some channel operations hanging leading for force-closures (#4377 ).
14+
15+
116# 0.2.1 - Jan 29, 2025 - "Electrum Confirmations Logged"
217
318## API Updates
Original file line number Diff line number Diff line change 11[package ]
22name = " lightning-types"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44authors = [" Matt Corallo" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/lightningdevkit/rust-lightning/"
Original file line number Diff line number Diff line change 11[package ]
22name = " lightning"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [" Matt Corallo" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/lightningdevkit/rust-lightning/"
You can’t perform that action at this time.
0 commit comments