Issue and Steps to Reproduce
When opening a new channel, CLN immediately sends a peer_storage before the channel is fully open. Eclair will ignore such peer_storage as we only accept storage from peers that have an active channel with us.
When reconnecting with a peer, CLN sends a peer_storage immediately, even before sending peer_storage_retrieval. This will override any previous storage backup and cancel any benefit from the feature (or in Eclair's case it will simply be ignored because there is no active channel yet).
getinfo output
"version": "v24.08.2"
Issue and Steps to Reproduce
When opening a new channel, CLN immediately sends a
peer_storagebefore the channel is fully open. Eclair will ignore suchpeer_storageas we only accept storage from peers that have an active channel with us.When reconnecting with a peer, CLN sends a
peer_storageimmediately, even before sendingpeer_storage_retrieval. This will override any previous storage backup and cancel any benefit from the feature (or in Eclair's case it will simply be ignored because there is no active channel yet).getinfooutput"version": "v24.08.2"