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

evm: refactor bailout option handling #2668

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

chfast
Copy link
Member

@chfast chfast commented Jan 21, 2025

Implement the bailout option by pure state modification before the transaction validation and execution.

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

Attention: Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.

Project coverage is 50.49%. Comparing base (fc3d0b5) to head (a9e8841).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
silkworm/core/protocol/validation.cpp 70.00% 2 Missing and 1 partial ⚠️
silkworm/core/execution/processor.cpp 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2668      +/-   ##
==========================================
+ Coverage   50.48%   50.49%   +0.01%     
==========================================
  Files         803      803              
  Lines       52969    52975       +6     
  Branches     8248     8247       -1     
==========================================
+ Hits        26740    26749       +9     
- Misses      23882    23883       +1     
+ Partials     2347     2343       -4     

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

Implement the bailout option by pure state modification before
the transaction validation and execution.
@lupin012 lupin012 force-pushed the ci/bailout_refactor branch from 987d04c to 359ad2a Compare January 30, 2025 11:23
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.

4 participants