# 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](https://github.com/cashubtc/cdk/pull/845) - Limit send size of token [PR](https://github.com/cashubtc/cdk/pull/855) - Mint error codes [PR](https://github.com/cashubtc/cdk/pull/858) - Refund multi sig [PR](https://github.com/cashubtc/cdk/pull/860) - Bump v0.11 [PR](https://github.com/cashubtc/cdk/pull/863) - Check unpaid quotes on mint start up [PR](https://github.com/cashubtc/cdk/pull/844) - Remove unused protos [PR](https://github.com/cashubtc/cdk/pull/842) - cors headers on auth endpoints [PR](https://github.com/cashubtc/cdk/pull/866) - glibc compatibility [PR](https://github.com/cashubtc/cdk/pull/864) ## Opened - Sig all [PR](https://github.com/cashubtc/cdk/pull/862) ## 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?