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.1 - Jan 26, 2025 - "Electrum Confirmations Logged"
2+
3+ ## API Updates
4+ * The ` AttributionData ` struct is now public, correcting an issue where it was
5+ accidentally sealed preventing construction of some messages (#4268 ).
6+ * The async background processor now exits even if work remains to be done as
7+ soon as the sleeper returns the exit flag (#4259 ).
8+
9+ ## Bug Fixes
10+ * The presence of unconfirmed transactions no longer causes
11+ ` ElectrumSyncClient ` to spuriously fail to sync (#4341 ).
12+ * ` ChannelManager::splice_channel ` now properly fails immediately if the
13+ peer does not support splicing (#4262 , #4274 ).
14+ * A spurious debug assertion was removed which could fail in cases where an
15+ HTLC fails to be forwarded after being accepted (#4312 ).
16+ * Many log calls related to outbound payments were corrected to include a
17+ ` payment_hash ` field (#4342 ).
18+
19+
120# 0.2 - Dec 2, 2025 - "Natively Asynchronous Splicing"
221
322## API Updates
You can’t perform that action at this time.
0 commit comments