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: AttestationStatusRunner::poll_until_some return after success (BFT-496) #166

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

aakoshh
Copy link
Contributor

@aakoshh aakoshh commented Jul 31, 2024

What ❔

Fixes AttestationStatusRunner::poll_until_some to return after a successful poll. Originally it returned a value, then decided to write it into the field and forgot to add a return statement.

Why ❔

Tests in matter-labs/zksync-era#2544 time out because the initialisation never completes and the Executor is never started.

@aakoshh aakoshh requested review from pompon0 and brunoffranca July 31, 2024 22:10
@brunoffranca brunoffranca merged commit aa29e87 into main Aug 1, 2024
5 checks passed
@brunoffranca brunoffranca deleted the bft-496-fix-runner branch August 1, 2024 00:46
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