Skip to content

Commit 0969ba3

Browse files
jkczyzclaude
andcommitted
f - Update changelog to use SpliceNegotiationFailed name
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ef69437 commit 0969ba3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# API Updates
22

3-
* `Event::SpliceFailed` no longer carries `contributed_inputs` or `contributed_outputs` fields.
3+
* `Event::SpliceNegotiationFailed` no longer carries `contributed_inputs` or `contributed_outputs` fields.
44
Instead, a separate `Event::DiscardFunding` event with `FundingInfo::Contribution` is emitted
55
for UTXO cleanup.
66

77
* `Event::DiscardFunding` with `FundingInfo::Contribution` is also emitted without a
8-
corresponding `Event::SpliceFailed` when `ChannelManager::funding_contributed` returns an
8+
corresponding `Event::SpliceNegotiationFailed` when `ChannelManager::funding_contributed` returns an
99
error (e.g., channel or peer not found, wrong channel state, duplicate contribution).
1010

1111
# Backwards Compatibility
1212

1313
* Older serializations that included `contributed_inputs` and `contributed_outputs` in
14-
`SpliceFailed` will have those fields silently ignored on deserialization (they were odd TLV
14+
`SpliceNegotiationFailed` will have those fields silently ignored on deserialization (they were odd TLV
1515
fields). A `DiscardFunding` event will not be produced when reading these older serializations.
1616

1717
# Forward Compatibility
1818

1919
* Downgrading will not set the removed `contributed_inputs`/`contributed_outputs` fields on
20-
`SpliceFailed`, so older code expecting those fields will see empty vectors for splice
20+
`SpliceNegotiationFailed`, so older code expecting those fields will see empty vectors for splice
2121
failures.

0 commit comments

Comments
 (0)