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 dkg round1 #5711

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Jan 22, 2025

Summary

when running DKG using a Ledger device, the user's identity must match the identity from the Ledger device.

rather than reading an identity from the node based on a name we can read the identity directly from the Ledger.

reads identity from Ledger in 'wallet:multisig:dkg:round1' and 'wallet:multisig:dkg:create' instead of reading the identity from the node

Testing Plan

  • created multisig account using 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 running DKG using a Ledger device, the user's identity must match the
identity from the Ledger device.

rather than reading an identity from the node based on a name we can read the
identity directly from the Ledger.

reads identity from Ledger in 'wallet:multisig:dkg:round1' and
'wallet:multisig:dkg:create' instead of reading the identity from the node
@hughy hughy requested a review from a team as a code owner January 22, 2025 23:06
Copy link
Member

@dguenther dguenther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@hughy hughy merged commit 5c2f2c4 into staging Jan 23, 2025
12 checks passed
@hughy hughy deleted the feat/hughy/dkg-round1-ledger-identity branch January 23, 2025 17:56
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