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(client): Continue derivation on execution failure #545

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Sep 21, 2024

Overview

Applies a fix to the client program's derivation driver, where it threw if a block execution failed. This case can be hit in the event that a malicious batcher posts a bad batch on L1 mainnet.

This change makes us pass the new action tests.

Copy link
Collaborator Author

clabby commented Sep 21, 2024

@clabby clabby added K-fix Kind: fix A-client Area: client binary labels Sep 21, 2024
@clabby clabby self-assigned this Sep 21, 2024
@clabby clabby force-pushed the cl/executor-error-conversion branch from 193ca40 to 1ae2bb5 Compare September 21, 2024 21:29
@clabby clabby force-pushed the cl/fix-executor-loop branch from 5bcbf9e to fb81a07 Compare September 21, 2024 21:29
@clabby clabby force-pushed the cl/executor-error-conversion branch from 1ae2bb5 to 43c896e Compare September 21, 2024 22:47
@clabby clabby force-pushed the cl/fix-executor-loop branch from fb81a07 to 2bc8b06 Compare September 21, 2024 22:48
Copy link

codecov bot commented Sep 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.0%. Comparing base (1b841b3) to head (d95b5ae).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@clabby clabby force-pushed the cl/fix-executor-loop branch from 2bc8b06 to 0e252a1 Compare September 21, 2024 22:53
@clabby clabby changed the base branch from cl/executor-error-conversion to main September 21, 2024 22:53
@clabby clabby force-pushed the cl/fix-executor-loop branch from 0e252a1 to d95b5ae Compare September 21, 2024 22:54
@clabby clabby added this pull request to the merge queue Sep 21, 2024
Merged via the queue into main with commit d61fd23 Sep 21, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-client Area: client binary K-fix Kind: fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants