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

reads identity from ledger in 'wallet:multisig:signature:create' #5717

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Feb 3, 2025

Summary

when a user passes the '--ledger' flag to the
'wallet:multisig:signature:create' command they intend to use a Ledger device to create a signature share. the identity used must be the identity from the Ledger device, so read the identity from the device instead of from the walletDB

Closes IFL-3172

Testing Plan

  1. start devnet node
  2. mine devnet blocks
  3. create multisig account using ledger
  4. fund multisig account with transaction from default account
  5. create unsigned transaction from multisig account
  6. create signing commitment with multisig account and ledger
  7. create signature share with multisig account and ledger

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

when a user passes the '--ledger' flag to the
'wallet:multisig:signature:create' command they intend to use a Ledger device
to create a signature share. the identity used _must_ be the identity from
the Ledger device, so read the identity from the device instead of from the
walletDB
@hughy hughy requested a review from a team as a code owner February 3, 2025 22:25
@hughy hughy merged commit 5dd7a05 into staging Feb 5, 2025
13 checks passed
@hughy hughy deleted the feat/hughy/ledger-signature-share-identity branch February 5, 2025 22:11
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