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

Commits on Sep 17, 2024

  1. adds wallet/multisig/importParticipant RPC

    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 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    05a320c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fixes importParticipant test

    hughy committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    25f3f56 View commit details
    Browse the repository at this point in the history