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

[crypto] Batch verify proposer gossip #351

Merged
merged 8 commits into from
Aug 13, 2023
Merged

Conversation

patrick-ogrady
Copy link
Contributor

Resolves: #345

@@ -159,6 +159,13 @@ func (b *StatelessBlock) populateTxs(ctx context.Context) error {
b.sigJob = job
batchVerifier := NewAuthBatch(b.vm, b.sigJob, b.authCounts)

// Make sure to always call [Done], otherwise we will block all future [Workers]
Copy link
Contributor Author

@patrick-ogrady patrick-ogrady Aug 13, 2023

Choose a reason for hiding this comment

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

This was likely a bug that has existed for a long time.

@patrick-ogrady patrick-ogrady marked this pull request as ready for review August 13, 2023 20:52
@patrick-ogrady patrick-ogrady merged commit 95942cc into main Aug 13, 2023
14 checks passed
@patrick-ogrady patrick-ogrady deleted the batch-verify-gossip branch August 13, 2023 20:52
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.

[crypto] Run Batch Verification on Incoming Gossip
1 participant