2025-07-02-agenda.md 1.4 KB

CDK Dev Call 16

July 2nd 2025 15:00 UTC

Meeting Link: https://meet.fulmo.org/cdk-dev

Agenda

Merged

  • Correct name of blinded_messages on sig table PR
  • Limit send size of token PR
  • Mint error codes PR
  • Refund multi sig PR
  • Bump v0.11 PR
  • Check unpaid quotes on mint start up PR
  • Remove unused protos PR
  • cors headers on auth endpoints PR
  • glibc compatibility PR

Opened

  • Sig all PR

Discuss

Next dev call

  • outbox table
    • outbox pattern by inserting a row into an "outbox" table that contains the message to be sent to the LNBackend. Another process will select pending entries from this outbox and dispatch the message to the LN API. Once the message is successfully delivered, we need to update the entry in the outbox table and set its state to completed or failed, depending on the outcome.
  • Bolt12 PR review
  • Sqlite -> postgresql migration

Upcoming release plan

  • v0.12
    • Bolt12 support
    • cdk-ldk?
    • postgresql?