- 
                Notifications
    
You must be signed in to change notification settings  - Fork 421
 
Meeting Notes 2025 01 06
        Elias Rohrer edited this page Jan 6, 2025 
        ·
        1 revision
      
    - LDK Releases
- 0.1 (https://github.com/lightningdevkit/rust-lightning/milestone/1)
- We have a beta out for 0.1
 - Testing & bug reports appreciated!
 
 - 0.2 (https://github.com/lightningdevkit/rust-lightning/milestone/17)
 - 0.3 (https://github.com/lightningdevkit/rust-lightning/milestone/2)
 
 - 0.1 (https://github.com/lightningdevkit/rust-lightning/milestone/1)
 - LDK Node Release
- 0.5 (https://github.com/lightningdevkit/ldk-node/milestone/5)
- Aiming for start of to mid Feb for this release
 - Lot of stuff on the milestone atm, we’ll see what makes it
 - Want to land customizable logging, updating to latest LDK/BDK releases, and LSPS1 client side
 - If anyone has any interest or free time to contribute/review, feel free to ping tnull and/or check out the milestone
 
 
 - 0.5 (https://github.com/lightningdevkit/ldk-node/milestone/5)
 - Language bindings
- Re: LDK Node bindings, the C bindings are in matt’s court for LDK 0.1
 
 - Developer support
- Youtube livestreams/workshops up and running again this year
 - We have a probing guide merged into lightningdevkit.org, feedback appreciated
 - May want to also link to matt’s recent payment path scoring blog post
 
 - Feature progress
- Async payments
- #3408 close to land, follow-up also close to open. Somewhat honing in on async receive
 
 - RGS
- V2 protocol has been stable
 
 - VSS
- Working on resolving testing todos and pending items in rust VSS for postgres
 
 - Dual funding + Splicing
- Accepting DF didn’t make it for 0.1, config-disabled for now. Jkczyz stepping up for some refactors working with dunxen
 - Optout working on a prototype for splicing, a few reworks needed for the aforementioned refactors
 - Splicing is top priority this quarter
 - Wpaulino rejoined spiral recently coming from bitkey, welcome back! He’ll be helping with splicing
 
 
 - Async payments
 - Open Q&A
- Wvalint: just opened a draft PR to help define anchor channel reserves. Looking for conceptual review
 - Basically trying to calculate transaction rates, expected feerates, and tries to define what the anchor reserve should be. Very user-driven similar to how we handle the BumpTransaction events