feat(ffi): expose mint_unissued_quotes#2201
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2201 +/- ##
==========================================
+ Coverage 73.00% 73.11% +0.11%
==========================================
Files 359 359
Lines 79608 79639 +31
==========================================
+ Hits 58114 58232 +118
+ Misses 21494 21407 -87 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
87465e5 to
92b7d63
Compare
Contributor
Author
|
@cdk-bot review |
Collaborator
|
This is missing from the trait I guess if it wasn't forced to be exported on the FFI so should add it there. |
92b7d63 to
220c2a0
Compare
Contributor
Author
|
Addressed this by adding |
crodas
previously approved these changes
Jul 7, 2026
db8a9f9 to
69e04b9
Compare
thesimplekid
previously approved these changes
Jul 8, 2026
69e04b9 to
c6957ac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR exposes the existing CDK wallet
mint_unissued_quotesmethod through the FFIWallet.The core Rust wallet already supports minting paid but unissued mint quotes as part of startup/recovery flows. Exposing this method through
cdk-ffimakes the same capability available to generated bindings such as Dart.Changes
Wallet::mint_unissued_quotestocrates/cdk-ffiTesting
cargo fmtcargo test -p cdk-ffi