-
Notifications
You must be signed in to change notification settings - Fork 366
Meeting Notes 2024 07 22
Elias Rohrer edited this page Jul 22, 2024
·
1 revision
- 0.0.124 (https://github.com/lightningdevkit/rust-lightning/milestone/42)
- Still a little ways to go
- Things will be slow this week due to people traveling for Nashville
- 0.1 (https://github.com/lightningdevkit/rust-lightning/milestone/1)
- 0.4 (https://github.com/lightningdevkit/ldk-node/milestone/4)
- Not much news since last meeting
- Unified QR code PR landed
- Minor api improvements coming
- exposing more bolt 12 fields
- capability for users to configure more routing things like cltv delta
- Depending on bdk 1.0 release, we might go to 0.4 directly or might ship smaller improvements in 0.3.1
- Bdk 1.0 will get a lot of performance improvements, like in wallet syncing. It currently requires the wallet to be held in a mutex atm that needs to be locked for the duration of the sync, which can be multiples of 10s, and no other wallet ops can happen in that time like getting an address
- Also stuck on esplora backend for syncing, and 1.0 will allow us to mix/match blocking/async syncing backends and add bitcoind rpc support for example
- No updates since no release
- Tabconf workshop for using LDK Node that BitcoinZavior submitted got approved https://github.com/TABConf/6.tabconf.com/issues/43#issuecomment-2234915496
- Uses flutter + React Native
- Conor went through austin’s PR https://github.com/lightningdevkit/lightningdevkit.org/pull/270
- Async payments
- Progress largely blocked on release and will be for another little bit
- One PR up for review, may get a follow up up soon
- Trampoline + blinded paths spec under active discussion https://github.com/lightning/bolts/pull/829#discussion_r1679382517
- RGS
- VSS
- Willem PR landed in VSS client
- LNURL PR now rebased, then should be good for release
- Dual funding
- PRs under way
- Splicing
- Alec should have another async signing PR up next week