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

defines from_frost factory method on NativePublicKeyPackage #5381

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Sep 17, 2024

Summary

allows us to construct a PublicKeyPackage from the raw parts: the frost public key package, the list of signer identities, and the minimum number of signers

following the round3_min changes to ironfish-frost the Ledger app will produce a raw frost public key package at the end of DKG round3, so we will need to construct the ironfish-frost PublicKeyPackage from its parts

Testing Plan

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

allows us to construct a PublicKeyPackage from the raw parts: the frost public
key package, the list of signer identities, and the minimum number of signers

following the round3_min changes to ironfish-frost the Ledger app will produce a
raw frost public key package at the end of DKG round3, so we will need to
construct the ironfish-frost PublicKeyPackage from its parts
@hughy hughy requested a review from a team as a code owner September 17, 2024 22:45
@hughy hughy merged commit 7413250 into staging Sep 17, 2024
14 checks passed
@hughy hughy deleted the feat/hughy/ifl-2918/public-key-package-from-parts branch September 17, 2024 23:54
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