Skip to content

Meeting Notes 2024 09 16

Elias Rohrer edited this page Sep 16, 2024 · 1 revision

LDK Releases

LDK Node Release

Language bindings

  • For swift, we have released the latest version last week
  • Used this version to rerun a lot of RGS benchmarks on mac, iOS

Developer support

  • We had a guide on fee estimation merged recently that Austin wrote
  • Upcoming guide on probing as well in earlier draft
  • Tnull spoke at baltic honeybadger on Bolt 12 and LDK node integration
  • Should be a workshop at tabconf

Feature progress

  • Async payments
    • Resumed progress on this now that 0.0.124 is out, the bulk of sending to async receivers is merged
    • Re: trampoline, there was an async payments request to distinguish between recipients that do and do not support trampoline
    • Now bastien has updated the spec, so he sent out a nice PDF that shows the different scenarios and discusses what all the payloads look like
    • Hopefully we should have some corresponding test vectors coming soon too
    • Arik working on updating serialization for this new spec
  • RGS
    • Updated benchmarks
    • On server side, there is an open issue for updating deps for rust-bitcoin, LDK
  • VSS
    • Some updates for supporting VSS merged in LDK Node
    • One more PR pending, hopefully will expose VSS bindings for building LDK Node in 0.4
  • Dual funding
    • Close to getting accepting incoming DF channels merged, dunxen working on some tests
  • Splicing

Open Q&A

  • Eni got a grant from Btrust to contribute to LDK. mostly to learn more about rust-lightning
    • Recently opened a PR on LDK Node
  • Willem: q on rounding for fee estimates
Clone this wiki locally