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

Enhancement: Delay block commit until first block in tenure #5064

Closed
obycode opened this issue Aug 9, 2024 · 1 comment
Closed

Enhancement: Delay block commit until first block in tenure #5064

obycode opened this issue Aug 9, 2024 · 1 comment

Comments

@obycode
Copy link
Contributor

obycode commented Aug 9, 2024

Currently, the miner submits a block commit as soon as it sees a new burn block. Since it has not yet seen any blocks in the that new tenure, it commits to the previous tenure. Then, once it sees the first block in the current tenure, it needs to RBF its previous block commit in order to commit to the current tenure. It does this even when it is itself the miner of the current tenure. It would be better to wait some threshold before submitting that block commit, in the hopes that the first tx does not need to be RBFed.

@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 Dec 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Status: ✅ Done
Development

No branches or pull requests

3 participants