Skip to content

feat: update cdk to 0.15#174

Merged
a1denvalu3 merged 2 commits intocashubtc:mainfrom
thesimplekid:update_cdk_0.15
Feb 17, 2026
Merged

feat: update cdk to 0.15#174
a1denvalu3 merged 2 commits intocashubtc:mainfrom
thesimplekid:update_cdk_0.15

Conversation

@thesimplekid
Copy link
Contributor

No description provided.

@a1denvalu3

This comment was marked as duplicate.

@a1denvalu3
Copy link
Collaborator

CI Failure Analysis

The unit test compilation is failing with:

Unresolved reference 'MultiMintWallet'

Root Cause

This PR updates Numo from CDK 0.14.4-rc.00.15.0-rc.3. CDK 0.15 has breaking API changes:

Old API (0.14) New API (0.15)
MultiMintWallet WalletRepository
mintQuote() changed
checkMintQuote() changed
mint() changed
getBalances() changed

The test files still reference the old MultiMintWallet class which no longer exists in CDK 0.15:

  • AutoWithdrawManagerTest.kt
  • LightningMintHandlerTest.kt

Fix Required

Update the test files to use the new CDK 0.15 API - specifically update the imports and method calls to match the new WalletRepository interface.

@thesimplekid
Copy link
Contributor Author

@a1denvalu3 Thanks fixed the tests I think

@a1denvalu3 a1denvalu3 merged commit f22adac into cashubtc:main Feb 17, 2026
2 checks passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in Numo Feb 17, 2026
@thesimplekid thesimplekid deleted the update_cdk_0.15 branch February 17, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants