-
Notifications
You must be signed in to change notification settings - Fork 112
Add onion mailbox for async recipients #632
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
base: develop
Are you sure you want to change the base?
Conversation
👋 Thanks for assigning @tnull as a reviewer! |
996d102
to
f70cd08
Compare
f70cd08
to
8612c01
Compare
8612c01
to
d9545a8
Compare
d9545a8
to
9818d0c
Compare
9818d0c
to
89d74d5
Compare
@@ -1491,6 +1497,11 @@ impl Node { | |||
Error::PersistenceFailed | |||
}) | |||
} | |||
|
|||
#[allow(missing_docs)] | |||
pub fn om_mailbox_is_empty(&self) -> bool { |
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.
I wanted to expose this to the integration test, but not sure how to do it without introducing an extra cfg flag
Adds functionality for LSPs to hold onion messages for their clients until they come back online.
Depends on lightningdevkit/rust-lightning#4046
Builds on #621