mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2024-11-19 01:43:27 +01:00
Page:
Meeting Notes 2022 11 14
Pages
High Availability
Home
LDK Milestones
LDK Project Architecture
Meeting Notes 2020 09 21
Meeting Notes 2020 10 05
Meeting Notes 2020 10 19
Meeting Notes 2020 11 16
Meeting Notes 2020 11 30
Meeting Notes 2020 12 28
Meeting Notes 2021 01 11
Meeting Notes 2021 02 08
Meeting Notes 2021 02 22
Meeting Notes 2021 03 08
Meeting Notes 2021 06 14
Meeting Notes 2021 07 12
Meeting Notes 2021 08 09
Meeting Notes 2021 08 23
Meeting Notes 2021 09 20
Meeting Notes 2021 10 04
Meeting Notes 2021 11 01
Meeting Notes 2021 11 29
Meeting Notes 2021 12 13
Meeting Notes 2022 01 10
Meeting Notes 2022 01 24
Meeting Notes 2022 02 07
Meeting Notes 2022 02 21
Meeting Notes 2022 03 07
Meeting Notes 2022 06 13
Meeting Notes 2022 06 27
Meeting Notes 2022 07 11
Meeting Notes 2022 07 25
Meeting Notes 2022 08 08
Meeting Notes 2022 08 22
Meeting Notes 2022 09 19
Meeting Notes 2022 10 03
Meeting Notes 2022 10 17
Meeting Notes 2022 10 31
Meeting Notes 2022 11 14
Meeting Notes 2022 11 28
Meeting Notes 2022 12 12
Meeting Notes 2023 01 10
Meeting Notes 2023 01 23
Meeting Notes 2023 02 06
Meeting Notes 2023 03 06
Meeting Notes 2023 03 20
Meeting Notes 2023 04 03
Meeting Notes 2023 04 17
Meeting Notes 2023 05 01
Meeting Notes 2023 05 15
Meeting Notes 2023 06 12
Meeting Notes 2023 07 10
Meeting Notes 2023 07 24
Meeting Notes 2023 08 07
Meeting Notes 2023 08 21
Meeting Notes 2023 09 18
Meeting Notes 2023 10 16
Meeting Notes 2023 10 30
Meeting Notes 2023 11 13
Meeting Notes 2023 11 27
Meeting Notes 2023 12 11
Meeting Notes 2024 01 08
Meeting Notes 2024 01 22
Meeting Notes 2024 02 05
Meeting Notes 2024 03 04
Meeting Notes 2024 03 18
Meeting Notes 2024 04 01
Meeting Notes 2024 04 15
Meeting Notes 2024 05 13
Meeting Notes 2024 06 10
Meeting Notes 2024 07 08
Meeting Notes 2024 07 22
Meeting Notes 2024 08 05
Meeting Notes 2024 08 19
Meeting Notes 2024 09 16
Meeting Notes 2024 10 28
Meeting Notes 2024 11 11
Meeting Notes
Table of Contents
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Releases
- 0.0.113 (https://github.com/lightningdevkit/rust-lightning/milestone/30)
- Likely last release of the year
- Looking for early/mid december release, as late as possible to get as much stuff in as possible
- Anchor outputs requested
- Offer PRs should land
- 0.1 (https://github.com/lightningdevkit/rust-lightning/milestone/1)
- What is the meaning of 0.1 for ldk?
- Means “We’re happy w the stability of the things we have”
- What is the meaning of 0.1 for ldk?
Roadmap Progress
- Developer support
- Payment protocols
- First offers PR landed, yay!
- Next PRs are teed up and should land soon
- Val a little sidetracked on htlc interception so will focus on that before moving on to their review
- Async payments dependency tree growing at unprecedented pace
- Need to move retries into channelmanager
- InvoicePayer will go away, and there will be utils for paying an invoice in its place in lightning-invoice
- Open q about how to break up this work
- First offers PR landed, yay!
- Language bindings
- Refactors need to happen here w/r/t returning Options in Swift
- Maybe not pressing immediate concern
- Unsure when we’ll be able to do C bindings explicit options
- Would be nice, not sure when
- So feel free to hold off arik
- Taproot support
- Got support from laolu for new changes, but not merged into the proposal quite yet
- Went ahead and did the refactor there to support it internally
- There’s a lot of potential refactors still, that would also help PTLC support and maybe custom scripts/DLCs
- Laolu wants to target interop testing by end of november. Given the PR is not merged yet, unsure if it’ll happen but optimistic
- Anchor outputs
- TBD hoping for christmas
- Wilmer: i think we can do it
- HTLC PR is up, needs more review
- Working on getting feature bit PR up and the whole logic to get you to open the channels, and e2e testing
- After that will come the wallet interface that will spend the anchor outputs for you and bump the htlcs, etc so users don’t have to worry about it
- LSP
- TBD:
- No major updates here
- Excited about HTLC intercept stuff
- For our own LSP, we have our node running + bitcoin on it
- At one point, spiral team recommended BDK, so we’re looking into that. Right now just using bitcoind. Let’s discuss on the spiral channel.
- But things are running, we’re opening channels
- LSP spec meetings status not known. Last time i went, they were discussing marketplace stuff which seems tangential to us.
- TBD:
- WSP (Wallet Storage Provider)
- Moving to a REST-based service for the sake of browser clients that don’t support GRPC calls
- Basic get/put operations are working
- Trying to do some basic server setup for the REST service
- LDK Lite
- Progress on chain::Access PR and event handling should be almost done
- Got some PRs merged upstream that LdkLite uses
- Have open PR on esplora client. Eventually we’ll need these updates
- Want to be certain before asking for protocol changes
- Tony: for async stuff, trying to get around some of the ldk traits since we can’t use any blocking stuff in the browser. Just implemented
filter
last week, so will explore that
- Dual funding channels (new)
- Dunxen update from discord:
- “*Messages PR is up, just rebased it. Think we’re at a point where nothing is really going to change there. Only conversation around actual logic. So I’m confident it’s ready for review.
- Currently working on Channel struct updates to support dual funding. PR will be based on previous message one.”
- Dunxen update from discord:
Dependent Projects
- VLS (https://gitlab.com/lightning-signer/validating-lightning-signer)
- Sensei (https://github.com/L2-Technology/sensei)
- Synonym (https://github.com/synonymdev/ldk-node-js)
- Komodo DEX (https://github.com/KomodoPlatform/atomicDEX-API)
- Open q in discord about exposing min final cltv expiry
- Swaps should be done in a month
Hello new attendees!
- Binaya working on remittance using LN
- Goal is to build an app that lets folks transfer funds fast/easy and save 5% on fees
Spec
- 2022/11/07 (https://github.com/lightning/bolts/issues/1038)
- Channel jamming follow-up meeting today https://meet.jit.si/UnjammingLN
Misc
- review begs?