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

Increment block responses sent all the time #5387

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

jferrant
Copy link
Collaborator

@jferrant jferrant commented Oct 25, 2024

Some tests were failing because the metrics did not increment the block responses when a proposal arrived AFTER the block reached 70% consensus (see miner_gather_signatures test in https://github.com/stacks-network/stacks-core/actions/runs/11520120250/job/32078155127?pr=5261#logs). Even though the signers still sent a response. Update every time we send a block response (this also enables duplicate proposals that are responded to be counted)

Closes: #5388

@jferrant jferrant requested a review from a team as a code owner October 25, 2024 19:45
Copy link
Contributor

@hstove hstove left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

LGTM!

@hstove hstove added this pull request to the merge queue Oct 29, 2024
Merged via the queue into develop with commit 452fbaf Oct 29, 2024
137 of 140 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants