You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `0.0.112` introduced a bug where calls to
`get_persistable_update_future` always return a `Future` which is
`Ready`.
- After some back-and-forth with Matt, the bug was resolved in
lightningdevkit/rust-lightning#1851
- Although 1851 hasn't been merged yet, I went ahead and picked the
changes into the `lexe-v0.0.112-with-fix` branch of our LDK fork, and
changed the workspace root `Cargo.toml`s to use this patch.
- One extra perk is that we now have early access to the `ChannelReady`
event which is set to be released with `0.0.113`.
- Once `0.0.113` is released, we should switch back to using the
crates.io version of LDK.
0 commit comments