Uh oh!
There was an error while loading. Please reload this page.
Update static invoice store for invoice requests - #635
Conversation
👋 Thanks for assigning @tnull as a reviewer! |
tnull
left a comment
There was a problem hiding this comment.
This has the static_invoice_server test failing
joostjager
commented
Sep 16, 2025
I noticed that on the other PR too. Wasn't sure if it was a general flake or a specific flake. I slow do get the feeling it might be specific. |
joostjager
commented
Sep 16, 2025
Could repro locally after all. I think this may be caused by non-determinism introduced in lightningdevkit/rust-lightning#4049 where potentially two The flake disappears with lightningdevkit/rust-lightning#4046. I am going to take the easy way and won't try to debug this intermediate state of the ldk code. Closing this PR and moving the commit to #632 |
tnull
commented
Sep 17, 2025
Hmm, it would be appreciated to at least somehow address the API changes on LDK main though. To get #633 to build I have to bump the tracked commit and that would include the static invoice store related API changes. |
1a2335f to
54adf2fCompareWith the merge of lightningdevkit/rust-lightning#4049, it is now possible for a static invoice server to forward the invoice request to the recipient if they are online.
54adf2f to
2a912d2Comparejoostjager
commented
Sep 18, 2025
LDK issue fixed in lightningdevkit/rust-lightning#4078 |
Uh oh!
There was an error while loading. Please reload this page.
To better align with the expected real life setup.
2a912d2 to
efbef4cCompareUh oh!
There was an error while loading. Please reload this page.
With the merge of ttps://github.com/lightningdevkit/rust-lightning/pull/4049, it is now possible for a static invoice server to forward the invoice request to the recipient if they are online.