Skip to content

LSPS5: clarify per-method cooldown to minutes #64

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

Merged
merged 2 commits into from
Aug 12, 2025

Conversation

martinsaposnic
Copy link
Contributor

I received feedback on the LSPS5 reference implementation (see lightningdevkit/rust-lightning#3975 (comment)) that an hour-scale cooldown is too high. If two payments arrive an hour apart, missing the first wakeup should not block sending another, since phones can be offline, low battery, or briefly unable to wake. Several notifications per hour should be acceptable.

Also a few typos are fixed

Adjusts rate limiting guidance to be on the order of minutes.
Rationale is that devices can miss one wake and be available shortly after,
so several notifications per hour should be acceptable.
Copy link
Contributor

@tnull tnull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, ACK!

@t-bast t-bast merged commit a833e7b into lightning:master Aug 12, 2025
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

Successfully merging this pull request may close these issues.

3 participants