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

Nakamoto Signer[3.0] - The sign_coordinator must be updated to send a block proposal message rather than initiate a signing round #4775

Closed
saralab opened this issue May 10, 2024 · 1 comment · Fixed by #4807

Comments

@saralab
Copy link
Contributor

saralab commented May 10, 2024

stacks-node: nakamoto_node::sign_coordinator

The sign_coordinator must be updated to send a block proposal message rather than initiate a signing round (with a NonceRequest). It will listen on the stackerdb for signer responses, as it does currently, but the signer responses will be MessageSignatures, rather than WSTS packets.

The sign_coordinator will need to validate the signatures and tally the results. Once the validation threshold is reached, they can announce the block.

@hstove
Copy link
Contributor

hstove commented May 16, 2024

NB: The function begin_sign_v0 was added in #4781 , and the work for this ticket can continue in that code:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants