Skip to content

feat(keys): delegate meta key handling to LocalSigner (#213)#306

Open
yanyishuai wants to merge 1 commit into
austintgriffith:masterfrom
yanyishuai:fix/issue-213-burner-core-keys
Open

feat(keys): delegate meta key handling to LocalSigner (#213)#306
yanyishuai wants to merge 1 commit into
austintgriffith:masterfrom
yanyishuai:fix/issue-213-burner-core-keys

Conversation

@yanyishuai

Copy link
Copy Markdown

Summary

Delegates burner-wallet meta key lifecycle to @burner-wallet/core
LocalSigner for bounty #213.

Changes

  • Export shared localSigner from src/core.js
  • Add src/services/burnerKeys.js for read/import/burn/sync helpers
  • Sync Dapparatus metaAccount from LocalSigner on startup/update
  • Import empty-wallet private keys through LocalSigner instead of only Dapparatus
  • Burn-wallet flow rotates keys via LocalSigner.invoke('burn')
  • Basic Jest coverage in src/services/burnerCore.test.js

Wallet

Do4v7foHJvRJLpRRoGaVPWX6DDEjX3yTK7J91gpwUQpE

Fixes #213

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Handle key-managment with burner-core

1 participant