feat(cdk): add get_token_data and get_mint_keysets to MultiMintWallet #1361

Merged
thesimplekid merged 2 commits from ffi_token_proofs into main 2025-12-02 10:09:59 +00:00
thesimplekid commented 2025-12-01 11:00:20 +00:00 (Migrated from github.com)

Add methods to extract token data (mint URL, proofs, memo) and retrieve keysets for a specific mint. Includes FFI bindings and example usage

Description


closes: https://github.com/cashubtc/cdk/issues/1360

Notes to the reviewers


Suggested CHANGELOG Updates

CHANGED

ADDED

REMOVED

FIXED


Checklist

Add methods to extract token data (mint URL, proofs, memo) and retrieve keysets for a specific mint. Includes FFI bindings and example usage ### Description <!-- Describe the purpose of this PR, what's being adding and/or fixed --> ----- closes: https://github.com/cashubtc/cdk/issues/1360 ### Notes to the reviewers <!-- In this section you can include notes directed to the reviewers, like explaining why some parts of the PR were done in a specific way --> ----- ### Suggested [CHANGELOG](https://github.com/cashubtc/cdk/blob/main/CHANGELOG.md) Updates <!-- Please do not edit the actual changelog but note what you changed here. --> #### CHANGED #### ADDED #### REMOVED #### FIXED ---- ### Checklist * [ ] I followed the [code style guidelines](https://github.com/cashubtc/cdk/blob/main/CODE_STYLE.md) * [ ] I ran `just final-check` before committing
cdk-bot commented 2025-12-02 10:10:12 +00:00 (Migrated from github.com)

Backport failed for v0.14.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin v0.14.x
git worktree add -d .worktree/backport-1361-to-v0.14.x origin/v0.14.x
cd .worktree/backport-1361-to-v0.14.x
git switch --create backport-1361-to-v0.14.x
git cherry-pick -x 927df472daab944187ed4eb9387c6c2cabc46f04
Backport failed for `v0.14.x`, because it was unable to cherry-pick the commit(s). Please cherry-pick the changes locally and resolve any conflicts. ```bash git fetch origin v0.14.x git worktree add -d .worktree/backport-1361-to-v0.14.x origin/v0.14.x cd .worktree/backport-1361-to-v0.14.x git switch --create backport-1361-to-v0.14.x git cherry-pick -x 927df472daab944187ed4eb9387c6c2cabc46f04 ```
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cashubtc/cdk!1361
No description provided.