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

adds a metric to track blob sig cache lookups #13755

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

kasey
Copy link
Contributor

@kasey kasey commented Mar 15, 2024

What type of PR is this?

Feature

What does this PR do? Why is it needed?

The blob verification package uses a proposer signature cache to avoid re-verifying the same signature over the same block root multiple times. This PR adds a metric to keep track of how often this cache has a miss, a hit for a valid signature, and a hit for invalid signatures.

@kasey kasey requested a review from a team as a code owner March 15, 2024 23:51
@kasey kasey added this pull request to the merge queue Mar 16, 2024
Merged via the queue into develop with commit d76f55e Mar 16, 2024
17 checks passed
@kasey kasey deleted the blob-verify-sig-cache-metric branch March 16, 2024 20:47
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.

2 participants