We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, a miner and follower follow different code paths for processing a block.
epoch_begin
append_block
The goal of this issue is to consolidate this logic.
The text was updated successfully, but these errors were encountered:
Related testing issue: #2913
Sorry, something went wrong.
This is done in #2946.
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.
pavitthrap
Successfully merging a pull request may close this issue.
Right now, a miner and follower follow different code paths for processing a block.
epoch_begin
in miner.rsappend_block
in chainstate/stacks/db/blocks.rsThe goal of this issue is to consolidate this logic.
The text was updated successfully, but these errors were encountered: