# CDK Dev Call 18 July 23th 2025 15:00 UTC Meeting Link: https://meet.fulmo.org/cdk-dev # Agenda ## Merged - Bolt12 [PR](https://github.com/cashubtc/cdk/pull/874) - Correct error when fetching config [PR](https://github.com/cashubtc/cdk/pull/888) - Refactor mintd main fn [PR](https://github.com/cashubtc/cdk/pull/778) - Get active mint quotes [PR](https://github.com/cashubtc/cdk/pull/884) - Check pending mint quote [PR](https://github.com/cashubtc/cdk/pull/895) - Refactor mint builder [PR](https://github.com/cashubtc/cdk/pull/887) - Fake wallet convent unit [PR](https://github.com/cashubtc/cdk/pull/899) - Goose recipes [PR](https://github.com/cashubtc/cdk/pull/902) - Refactor nut10 secret [PR](https://github.com/cashubtc/cdk/pull/900) - Change in melt ws [PR](https://github.com/cashubtc/cdk/pull/889) ## Opened - Prometheus [PR](https://github.com/cashubtc/cdk/pull/883) - Uuid version [PR](https://github.com/cashubtc/cdk/pull/891) - Prepared send confirm [PR](https://github.com/cashubtc/cdk/pull/898) - Increment keyset counter optimistically [PR](https://github.com/cashubtc/cdk/pull/885) - fix: atomically increment keyset counter [PR](https://github.com/cashubtc/cdk/pull/897) - Wallet event [PR](https://github.com/cashubtc/cdk/pull/806) - cdk-sql-common [PR](https://github.com/cashubtc/cdk/pull/890) - wallet keyset fns [PR](https://github.com/cashubtc/cdk/pull/901) - add mint lifecycle management with start/stop methods [PR](https://github.com/cashubtc/cdk/pull/903) - cdk-ldk-node [PR](https://github.com/cashubtc/cdk/pull/904) ## Stalled - Sig all [PR](https://github.com/cashubtc/cdk/pull/862) ## 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?