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 multisig/aggregateSigningShares RPC #4677

Merged
merged 3 commits into from
Feb 5, 2024

Commits on Feb 5, 2024

  1. adds multisig/aggregateSignatureShares RPC

    takes a publicKeyPackage, an unsignedTransaction, a signingPackage for that
    transaction, and a list of signatureShares for that signingPackage
    
    uses UnsignedTransaction.signFrost to aggregate the signatureShares, sign the
    transaction, and produce a signed transaction
    
    returns a signed transaction serialized as hex
    hughy committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    2e0b5c3 View commit details
    Browse the repository at this point in the history
  2. fixes typo in RpcClient

    s/Signature/Signing/
    hughy committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    38a1b98 View commit details
    Browse the repository at this point in the history
  3. fixes second typo

    hughy committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1e53b00 View commit details
    Browse the repository at this point in the history