rust-lightning/pending_changelog/no-legacy-payments.txt
Matt Corallo 942d77699b Stop writing old user_payment_id field not read since 0.0.103
Since we're breaking downgrade compatibility to LDK version 0.0.103
and before, we might as well go ahead and remove other code we have
for compatibility.
2023-06-12 18:46:41 +00:00

6 lines
445 B
Text

* Legacy inbound payment creation has been removed, thus there is no way to
create a pending inbound payment which will still be claimable on LDK
0.0.103 or earlier. Support for claiming such payments is still retained,
however is likely to be removed in the next release (#2351).
* Some fields required in 0.0.103 and earlier are no longer written, thus
deserializing objects written in 0.0.116 with 0.0.103 may now fail (#2351).