-
Notifications
You must be signed in to change notification settings - Fork 421
Misc async API fixes #4134
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
Misc async API fixes #4134
Conversation
Its generally useful for trait methods to be able to access `self`, sadly our definition of `get_change_destination_script` was screwed up and couldn't. Luckily its an easy fix as none of the callsites care about the extra `self` lifetime.
I've assigned @valentinewallace as a reviewer! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4134 +/- ##
==========================================
+ Coverage 88.63% 88.64% +0.01%
==========================================
Files 180 180
Lines 134878 134878
Branches 134878 134878
==========================================
+ Hits 119543 119562 +19
+ Misses 12567 12556 -11
+ Partials 2768 2760 -8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
We have several interfaces that rely on types from `async_poll`, so it clearly needs to be public.
adba677
to
16e4ece
Compare
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we export it from lightning
anyways, should we drop the async_poll.rs
symlink from lightning-liquidity
?
Hmmmmm, right, but we just use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed offline. Going ahead landing this. Also confirmed this works on LDK Node.
No description provided.