2025-07-23-agenda.md 2.2 KB

CDK Dev Call 18

July 23th 2025 15:00 UTC

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

Agenda

Merged

  • Bolt12 PR
  • Correct error when fetching config PR
  • Refactor mintd main fn PR
  • Get active mint quotes PR
  • Check pending mint quote PR
  • Refactor mint builder PR
  • Fake wallet convent unit PR
  • Goose recipes PR
  • Refactor nut10 secret PR
  • Change in melt ws PR

Opened

  • Prometheus PR
  • Uuid version PR
  • Prepared send confirm PR
  • Increment keyset counter optimistically PR
  • fix: atomically increment keyset counter PR
  • Wallet event PR
  • cdk-sql-common PR
  • wallet keyset fns PR
  • add mint lifecycle management with start/stop methods PR
  • cdk-ldk-node PR

Stalled

  • Sig all PR

Discuss

  • bindings
    • https://github.com/thesimplekid/cdk-ffi
    • 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.
    • Sqlite -> postgresql migration

Next dev call

Upcoming release plan

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