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 wallet/multisig/importParticipant RPC #5383

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Sep 17, 2024

Summary

provides an RPC route for importing an existing identity and optional secret into the walletdb

useful for creating a record of the identity retrieved from a Ledger device participating in DKG to generate a multisig account

throws errors if the identity already exists in the walletdb or if the name is already in use for another identity or account

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

provides an RPC route for importing an existing identity and optional secret
into the walletdb

useful for creating a record of the identity retrieved from a Ledger device
participating in DKG to generate a multisig account

throws errors if the identity already exists in the walletdb or if the name is
already in use for another identity or account
@hughy hughy requested a review from a team as a code owner September 17, 2024 23:54
@hughy hughy merged commit 336bc06 into staging Sep 18, 2024
9 checks passed
@hughy hughy deleted the feat/hughy/ifl-2945/rpc-import-participant branch September 18, 2024 15:46
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