Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds cli command to import multisig account from ledger #5409

Open
wants to merge 1 commit into
base: feat/ledger-dkg-cli
Choose a base branch
from

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Sep 20, 2024

Summary

reads identity, shared multisig keys, and public key package from Ledger device

imports multisig account to wallet and prompts for new name if the provided name is taken

removes hardcoded account version number from other ledger imports (these imports aren't from serialized accounts, so the schema version should always be the current version)

Testing Plan

manual testing:

  • created multisig account using ledger/dkg
  • imported account to new data directory using wallet:multisig:ledger:import

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

reads identity, shared multisig keys, and public key package from Ledger device

imports multisig account to wallet and prompts for new name if the provided name
is taken

removes hardcoded account version number from other ledger imports (these
imports aren't from serialized accounts, so the schema version should always be
the current version)
@hughy hughy requested a review from a team as a code owner September 20, 2024 21:55
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.

2 participants