# CDK Dev Call 15 June 25th 2025 15:00 UTC Meeting Link: https://meet.fulmo.org/cdk-dev # Agenda ## Merged - REDB conversion script [PR](https://github.com/cashubtc/cdk/pull/829) - Remove fedimint tonic [PR](https://github.com/cashubtc/cdk/pull/831) - CLN RPC remove mutex [PR](https://github.com/cashubtc/cdk/pull/832) - Install crypto providers [PR](https://github.com/cashubtc/cdk/pull/836) - Fix nonsat amounts on melt [PR](https://github.com/cashubtc/cdk/pull/839) - Remove multiple on conflicts on sqlite [PR](https://github.com/cashubtc/cdk/pull/820) - Fix cdk-cli create wallets for proper units [PR](https://github.com/cashubtc/cdk/pull/841) - Keyset V2 [PR](https://github.com/cashubtc/cdk/pull/702) - ARM override on release [PR](https://github.com/cashubtc/cdk/pull/825) - Remove melt request table [PR](https://github.com/cashubtc/cdk/pull/819) ## Opened - DB transaction trait [PR](https://github.com/cashubtc/cdk/pull/826) ## Discuss ## Upcoming release plan - v0.11.0 Sqlx - Features: - sqlx -> rusqlite - [#783](https://github.com/cashubtc/cdk/pull/783) - Migrate from `sqlx` to rusqlite - redb -> sqlite conversion - https://github.com/thesimplekid/cdk-convert-redb-to-sqlite - Blocking: - [#826](https://github.com/cashubtc/cdk/pull/826) - Split the database trait into read and transactions. - v0.12.0 bolt12