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

feat: slown down burn blocks when getting close to epoch 3.0 transition #1569

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

hugocaillard
Copy link
Collaborator

Context

While devnet boot is in progress (ie: deployment plan is still being applied), bitcoin blocks are mined faster. This is to ensure that devnet is ready as fast as possible.
But 1 second is too fast for epoch 3.0 to reliably happen.

Solution

Safely slow down bitcoin block when getting close to epoch 3.0 transition

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...omponents/stacks-network/src/chains_coordinator.rs 0.00% 15 Missing ⚠️

📢 Thoughts on this report? Let us know!

@hugocaillard hugocaillard merged commit 8fc863d into main Sep 27, 2024
19 checks passed
@hugocaillard hugocaillard deleted the feat/slow-down-block-close-to-epoch3-transition branch September 27, 2024 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants