# 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](https://github.com/cashubtc/cdk/pull/872) - Remove start up pending mint check [PR](https://github.com/cashubtc/cdk/pull/873) - Remove rexie [PR](https://github.com/cashubtc/cdk/pull/875) - Mprocs Regtest [PR](https://github.com/cashubtc/cdk/pull/876) ## Opened - Postgresql [PR](https://github.com/cashubtc/cdk/pull/878) - Add proof state on db add proof [PR](https://github.com/cashubtc/cdk/pull/867) ## Stalled - Sig all [PR](https://github.com/cashubtc/cdk/pull/862) ## 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?