# CDK Dev Call 24 Sep 3th 2025 15:00 UTC Meeting Link: https://meet.fulmo.org/cdk-dev # Agenda ## Discuss ## Merged ### Opened Last week - [#984](https://github.com/cashubtc/cdk/pull/984) - compatibility for migrating Nutshell Mints - [#1007](https://github.com/cashubtc/cdk/pull/1007) - Add support for Bolt12 notifications for HTTP subscription - [#1002](https://github.com/cashubtc/cdk/pull/1002) - feat: add TLS support for PostgreSQL connections - [#992](https://github.com/cashubtc/cdk/issues/992) - Emulate `NotificationPayload::MintQuoteBolt12Response` for http subscription ### New this week - [#999](https://github.com/cashubtc/cdk/pull/999) - replace transports: Option> with just Vec - [#1012](https://github.com/cashubtc/cdk/pull/1012) - Abstract the HTTP Transport - [#1019](https://github.com/cashubtc/cdk/pull/1019) - refactor(payment): replace wait_any_incoming_payment with event - [#1020](https://github.com/cashubtc/cdk/pull/1020) - fix: bolt12 is nut25 - [#1021](https://github.com/cashubtc/cdk/pull/1021) - fix: cdk melt quote track payment method - [#1023](https://github.com/cashubtc/cdk/pull/1023) - Fix missed events race when creating subscriptions - [#1025](https://github.com/cashubtc/cdk/pull/1025) - fix: get all mint quotes - [#1026](https://github.com/cashubtc/cdk/pull/1026) - refactor: use quote id to string ## Open ### New - [#1028](https://github.com/cashubtc/cdk/pull/1028) - chore: move `pay_request` logic into cdk lib - [#1027](https://github.com/cashubtc/cdk/pull/1027) - UI rev4 - [#1022](https://github.com/cashubtc/cdk/pull/1022) - feat(cdk): add generic key-value store functionality for mint databases - [#1015](https://github.com/cashubtc/cdk/pull/1015) - add pubkey to mint info if not set - [#1029](https://github.com/cashubtc/cdk/issues/1029) - Feature request cdk-wallet: store P2PK key and lookup automatically on token receive ### Ongoing - [#995](https://github.com/cashubtc/cdk/pull/995) - onchain - [#1005](https://github.com/cashubtc/cdk/pull/1005) - feat: redact secrets from Debug and Display impls - [#1006](https://github.com/cashubtc/cdk/pull/1006) - Minor file organization - [#1003](https://github.com/cashubtc/cdk/pull/1003) - feat: LDK Lightning KVStore support with PostgreSQL integration - [#1000](https://github.com/cashubtc/cdk/issues/1000) - Move most of this pay request logic to a cdk lib fn ## Needs Review - [#1001](https://github.com/cashubtc/cdk/pull/1001) - MultiMintWallet Refactor