Skip to content

Move tracking of in-flight monitor updates to ChannelManager #2389

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

Open
TheBlueMatt opened this issue Jul 4, 2023 · 1 comment
Open

Move tracking of in-flight monitor updates to ChannelManager #2389

TheBlueMatt opened this issue Jul 4, 2023 · 1 comment
Assignees

Comments

@TheBlueMatt
Copy link
Collaborator

Now that the in-flight monitor updates are tracked in ChannelManager anyway, the monitor updated event from ChainMonitor should indicate the specific monitor update, rather than a total completion. Worse, we need to do something about having multiple max_value updates in-flight at once, figuring out which is the one that completed.

@TheBlueMatt
Copy link
Collaborator Author

This is still required for 100% complete async support, but at this point it looks like async support in 0.0.117 is going to have to live with being 90% complete, so this will slip to 0.0.118.

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