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

[stacks-signer] Enable signing multiple messages in a single signing round #409

Open
1 task
Tracked by #383
jferrant opened this issue Nov 13, 2023 · 0 comments
Open
1 task
Tracked by #383
Assignees

Comments

@jferrant
Copy link
Contributor

jferrant commented Nov 13, 2023

Description

Enable parallization of message signing by passing a vector of messages to sign through stacker-db instead of a single message.

Context

This is required to enable construction of consolidation transactions.

Expected Approach

We should preferably not have to mess with a signing_round state machine.
Update stacker-db messages to include a vector of things to sign in a signing round rather than a single message.
Update the logic of the signing round to iterate over these things and return outputs that correspond to each input.

Acceptance Criteria

  • PR adds the feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Triage
Development

No branches or pull requests

2 participants