Skip to content

Instantly share code, notes, and snippets.

@jurvis
Created August 16, 2023 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jurvis/e21c8126fb176a134b85a0855d39b5f6 to your computer and use it in GitHub Desktop.
Save jurvis/e21c8126fb176a134b85a0855d39b5f6 to your computer and use it in GitHub Desktop.
LDK Splicing Meeting Notes 08/16/2023

Participants: Jeff Czyz, Wilmer Paulino, Duncan Dean, Jesse Posner, Jurvis Tan

Interactive TX branch

Few things left before the PR is less of a "draft" state and becomes more reviewable:

  1. Have InteractiveTxConstructor return Result types in its methods
  2. Rework functions to take in the wire message structs as parameters
  3. Write tests

Channel Establishment V2

  • Duncan is almost done with #2495
  • Going to revisit #2302 to move it along to a more reviewable state
  • Wilmer/Jurvis to finish cleaning up interactive-txs branch by next week so Duncan can start testing with it
  • Plan to follow up with RBF changes after the InteractiveTxConstructor negotiation is done
  • Need to start brainstorming on user API changes required to support dual funding. Can we somehow re-use the existing funding_transaction_generated API?

Misc

  • Shoutouts to @optout for his awesome demo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment