feat: view private key for addresses (closes #19) #32

Closed
clawbot wants to merge 1 commits from feat/view-private-key into main
Collaborator

Implements View Private Key feature (#19).

Changes:

  • Added Show Private Key button to address detail view
  • New password verification modal with warning text
  • getPrivateKeyForAddress() in shared/wallet.js (HD derivation + imported key support)
  • Key displayed in read-only grey well with copy button
  • Never logs, caches, or auto-clears the key
  • README documents clipboard non-clearing policy

make check: 14/14 tests pass, formatting clean, zero failures.

Implements View Private Key feature (#19). **Changes:** - Added Show Private Key button to address detail view - New password verification modal with warning text - getPrivateKeyForAddress() in shared/wallet.js (HD derivation + imported key support) - Key displayed in read-only grey well with copy button - Never logs, caches, or auto-clears the key - README documents clipboard non-clearing policy **make check:** 14/14 tests pass, formatting clean, zero failures.
clawbot added 1 commit 2026-02-28 10:35:43 +01:00
feat: view private key for addresses (closes #19)
All checks were successful
check / check (push) Successful in 22s
bf56e277e1
- Add 'Show Private Key' button to address detail view
- Create dedicated password verification modal with warning text
- Derive private key from HD wallet mnemonic or use directly for imported keys
- Display key in read-only well with copy button
- Add getPrivateKeyForAddress() to shared/wallet.js
- Never log, cache, or auto-clear the private key
- Document clipboard non-clearing policy in README
sneak was assigned by clawbot 2026-02-28 10:36:53 +01:00
Owner

closing in favor of #31

closing in favor of #31
sneak closed this pull request 2026-02-28 13:09:18 +01:00
sneak deleted branch feat/view-private-key 2026-02-28 13:09:23 +01:00
All checks were successful
check / check (push) Successful in 22s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/AutistMask#32