rust-lightning/pending_changelog/3383-deprecate-old-inbounds.txt
Valentine Wallace 02316d28f1
Remove pending_inbound_payments map from ChannelManager
LDK versions prior to 0.0.104 had stateful inbound payments written in this
map. In 0.0.104, we added support for stateless inbound payments with
deterministically generated payment secrets, and maintained deprecated support
for stateful inbound payments until 0.0.116. After 0.0.116, no further inbound
payments could have been written into this map.
2024-11-08 10:28:29 -05:00

6 lines
228 B
Text

# Backwards Compatibility
* Pending inbound payments added in versions 0.0.116 or earlier using the
`create_inbound_payment{,_for_hash}_legacy` API will be ignored on `ChannelManager`
deserialization and fail to be received