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

Wait for channels to be restored before initiating splice-in #532

Closed
t-bast opened this issue Sep 20, 2023 · 1 comment
Closed

Wait for channels to be restored before initiating splice-in #532

t-bast opened this issue Sep 20, 2023 · 1 comment

Comments

@t-bast
Copy link
Member

t-bast commented Sep 20, 2023

We must defer splice-in operations until channels have been restored, otherwise the splice will be skipped until the next block is found or the wallet restarts. We currently wait for all channels to be up or for 10 seconds, because we want to ignore "zombie" new channels that haven't been fully signed.

This isn't ideal: it would be better if we had a robust way of knowing that all channels that can be reestablished have been reestablished. We should exchange information with our peer to know what channels they expect to reestablish, which would let us know what to expect.

@t-bast t-bast assigned t-bast and unassigned t-bast Oct 2, 2023
@t-bast
Copy link
Member Author

t-bast commented Jul 8, 2024

Done in #659

@t-bast t-bast closed this as completed Jul 8, 2024
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

1 participant