]> git.bitcoin.ninja Git - rust-lightning/commit
Remove pending_inbound_payments map from ChannelManager
authorValentine Wallace <vwallace@protonmail.com>
Fri, 27 Sep 2024 06:53:17 +0000 (15:53 +0900)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 8 Nov 2024 15:28:29 +0000 (10:28 -0500)
commit02316d28f178668361fa2e89cc839bf8315babc6
treedd6407485a06ccfa93ba62abefc0bf0387a76cb8
parent206ab82c022dbb8d514417774dba52b0912a4ef4
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.
lightning/src/ln/channelmanager.rs
pending_changelog/3383-deprecate-old-inbounds.txt [new file with mode: 0644]