2025-07-09-agenda.md 1.2 KB

CDK Dev Call 17

July 9th 2025 15:00 UTC

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

Agenda

Merged

  • Remove left in REDB file PR
  • Remove start up pending mint check PR
  • Remove rexie PR
  • Mprocs Regtest PR

Opened

  • Postgresql PR
  • Add proof state on db add proof PR

Stalled

  • Sig all PR

Discuss

  • 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

Next dev call

Upcoming release plan

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