Skip to content

feat(wallet): store P2PK signing keys and auto-sign on receive - #1777

Closed
Forte11Cuba wants to merge 1 commit into
cashubtc:mainfrom
Forte11Cuba:feat/p2pk-key-storage-autosign
Closed

feat(wallet): store P2PK signing keys and auto-sign on receive#1777
Forte11Cuba wants to merge 1 commit into
cashubtc:mainfrom
Forte11Cuba:feat/p2pk-key-storage-autosign

Conversation

@Forte11Cuba

Copy link
Copy Markdown
Contributor

Description

Implements #1029. Adds persistent P2PK signing key storage to the CDK wallet using the existing KV store infrastructure.

When a user generates or stores a P2PK key, the private key is persisted in the wallet database. On receive, the wallet automatically looks up stored keys matching P2PK-locked proofs and signs them — no manual --signing-key argument needed.


Notes to the reviewers


Suggested CHANGELOG Updates

CHANGED

  • Receive saga auto-loads stored P2PK keys and merges with manually provided keys (manual takes priority)

ADDED

REMOVED

FIXED


Checklist

@github-project-automation github-project-automation Bot moved this to Backlog in CDK Mar 25, 2026
@thesimplekid

Copy link
Copy Markdown
Collaborator

We already have PR working on this #1466. Please give that a review if youre interested.

@github-project-automation github-project-automation Bot moved this from Backlog to Done in CDK Mar 26, 2026
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