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

Fix/nakamoto downloader at reward cycle boundary #5305

Merged
merged 4 commits into from
Oct 11, 2024

Conversation

jcnelson
Copy link
Member

This fixes an off-by-one bug in which we load the wrong reward set to validate the tenure-end block of the last tenure of a reward set.

CharlieC3
CharlieC3 previously approved these changes Oct 11, 2024
Copy link
Member

@CharlieC3 CharlieC3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed this fixes our stalled testnet node! Though should this instead be merged into develop or a new rc4 branch?

Screenshot 2024-10-11 at 11 45 40 AM

jferrant
jferrant previously approved these changes Oct 11, 2024
obycode
obycode previously approved these changes Oct 11, 2024
Copy link
Contributor

@obycode obycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@jferrant
Copy link
Collaborator

Not gonna lie...seeing the failures on this PR make me want to cry because I have seen those errors before and was 90% sure i fixed them...back to the drawing board. The prometheus metrics seem to not be updating when tests expect them to be and I thought the wait for would fix it but it doesn't seem to.

@CharlieC3
Copy link
Member

The prometheus metrics seem to not be updating when tests expect them to be and I thought the wait for would fix it but it doesn't seem to.

@jferrant This kinda sounds like this bug:
#2987

@jcnelson jcnelson dismissed stale reviews from obycode, jferrant, and CharlieC3 via 616345b October 11, 2024 18:15
@jcnelson jcnelson changed the base branch from release/3.0.0.0.0-rc3 to develop October 11, 2024 18:55
Copy link
Member

@CharlieC3 CharlieC3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@jcnelson jcnelson added this pull request to the merge queue Oct 11, 2024
Merged via the queue into develop with commit a2dcd4c Oct 11, 2024
1 check passed
@blockstack-devops
Copy link
Contributor

This pull request 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 Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants