Uh oh!
There was an error while loading. Please reload this page.
Update to LDK 0.0.121 - #126
Conversation
orbitalturtle
commented
Jan 3, 2024
Just curious if this is still in the works :) |
optout21
commented
Jan 3, 2024
LDK 0.0.119 is available for some time now -- unless at the time of creation of this PR. However, more adaption is needed, TODO. |
tnull
commented
Jan 3, 2024
Right, but do you intend to go ahead with this PR? If not, I'd be happy to take it over and upgrade |
optout21
commented
Jan 4, 2024
Yes, I plan to do this in next 1-2 days, but no hard commitment :D |
optout21
commented
Jan 4, 2024
I run into a small problem here: |
tnull
commented
Jan 4, 2024
Ugh, that might indeed be an issue we should fix upstream. Not sure if we need to find a (likely ugly) workaround here and roll it back, or wait for the upstream change though. @TheBlueMatt Any opinion on this? |
I did a workaround, by creating a version of |
optout21
commented
Jan 4, 2024
Also mentioning @johncantrell97 , the author of #2773 . |
TheBlueMatt
commented
Jan 10, 2024
Ugh, thanks for doing this! Sorry it took a while to get back to this. We'll want to (partially) revert [#2773.](lightningdevkit/rust-lightning#2773. |
optout21
commented
Jan 12, 2024
Update: PR #2773 was partially reverted by PR #2822 . |
optout21
commented
Jan 18, 2024
LDK v0.0.120 has been released, includes #2822. |
8ac6a80 to
d33c07eCompareoptout21
commented
Jan 19, 2024
There's one CI test failure, one dependency lib was not found, |
optout21
commented
Jan 24, 2024
Bumped from 120 to 121. |
optout21
commented
Jan 24, 2024
Also updated minimal tested Rust version to |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
b70d39c to
37d9df6CompareUh oh!
There was an error while loading. Please reload this page.
tnull
left a comment
There was a problem hiding this comment.
LGTM, mod one unwrap I missed before (sorry for that).
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tnull
commented
Feb 1, 2024
@optout21 I think this should be very close to landing, mod the nits above. |
optout21
commented
Feb 1, 2024
Done now. Thanks for reminding, it slid lower in my to-do. |
Hey, dunno if anyone will see this, but I was wondering if the team considered using |
jkczyz
commented
Feb 6, 2024
|
Updated to LDK
0.0.121and bitcoin library0.30.2.Also updated MSRV to
1.63, as LDK requires that (since 0.0.119).Fixes#125 .
TODO:
Relevant changes in LDK:
temporary_channel_idtocreate_channel. #2699