Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peer storage sent too early #7931

Open
thomash-acinq opened this issue Dec 11, 2024 · 0 comments
Open

Peer storage sent too early #7931

thomash-acinq opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@thomash-acinq
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants