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[Block Proposal]: Signer binary submits block proposal to stacks-node for validation #3929

Closed
kantai opened this issue Sep 15, 2023 · 2 comments

Comments

@kantai
Copy link
Member

kantai commented Sep 15, 2023

To validate a BlockProposal from the current tenure, the signer binary needs to:

  1. Check that the block proposal was produced by the active miner.
  2. Check that the block proposal's parent was the last block signed by the signer.
  3. Submit the proposal to a stacks-node to validate the block for correctness.

Step 3 is handled via the block proposal endpoint (implemented in #3889)

@kantai kantai added this to the Neon 3.0 milestone Sep 15, 2023
@kantai kantai added argon3.0 and removed neon3.0 labels Nov 3, 2023
@saralab saralab modified the milestones: Neon 3.0, Argon 3.0 Nov 3, 2023
@saralab
Copy link
Contributor

saralab commented Nov 13, 2023

Related to stacks-network/sbtc#367

@saralab saralab moved this from Status: 🆕 New to Status: 💻 In Progress in Stacks Core Eng Nov 20, 2023
@saralab saralab changed the title Nokamoto: Signer binary submits block proposal to stacks-node for validation Nokamoto[Block Proposal]: Signer binary submits block proposal to stacks-node for validation Jan 8, 2024
@kantai kantai changed the title Nokamoto[Block Proposal]: Signer binary submits block proposal to stacks-node for validation Nakamoto[Block Proposal]: Signer binary submits block proposal to stacks-node for validation Jan 10, 2024
@kantai kantai assigned kantai and unassigned soju-drinker Jan 10, 2024
@saralab saralab moved this from Status: 💻 In Progress to Status: In Review in Stacks Core Eng Jan 11, 2024
@saralab saralab moved this from Status: In Review to Status: 💻 In Progress in Stacks Core Eng Jan 11, 2024
@jferrant jferrant moved this from Status: 💻 In Progress to Status: In Review in Stacks Core Eng Jan 11, 2024
@jferrant jferrant assigned jferrant and unassigned kantai Jan 11, 2024
@github-project-automation github-project-automation bot moved this from Status: In Review to Status: ✅ Done in Stacks Core Eng Jan 16, 2024
@blockstack-devops
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Nov 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

5 participants