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

EIP-7702: Set EOA account code [devnet-5 version] #961

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

Run EEST tests for EIP-7702 on CI

f2d7130
Select commit
Loading
Failed to load commit list.
Open

EIP-7702: Set EOA account code [devnet-5 version] #961

Run EEST tests for EIP-7702 on CI
f2d7130
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2025 in 0s

94.37% (+0.07%) compared to 6b7305e

View this Pull Request on Codecov

94.37% (+0.07%) compared to 6b7305e

Details

Codecov Report

Attention: Patch coverage is 97.58713% with 9 lines in your changes missing coverage. Please review.

Project coverage is 94.37%. Comparing base (6b7305e) to head (f2d7130).

Files with missing lines Patch % Lines
lib/evmone/instructions_calls.cpp 85.18% 4 Missing ⚠️
test/state/errors.hpp 50.00% 2 Missing ⚠️
test/state/state.cpp 96.61% 2 Missing ⚠️
test/statetest/statetest_loader.cpp 93.75% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #961      +/-   ##
==========================================
+ Coverage   94.29%   94.37%   +0.07%     
==========================================
  Files         159      160       +1     
  Lines       17323    17677     +354     
==========================================
+ Hits        16335    16682     +347     
- Misses        988      995       +7     
Files with missing lines Coverage Δ
lib/evmone/instructions.hpp 100.00% <ø> (ø)
test/state/account.hpp 100.00% <ø> (ø)
test/state/host.cpp 100.00% <100.00%> (ø)
test/state/host.hpp 100.00% <ø> (ø)
test/state/state.hpp 100.00% <100.00%> (ø)
test/state/state_diff.hpp 100.00% <ø> (ø)
test/state/test_state.cpp 100.00% <100.00%> (ø)
test/state/transaction.cpp 95.45% <100.00%> (+1.16%) ⬆️
test/state/transaction.hpp 100.00% <ø> (ø)
test/unittests/evm_eof_calls_test.cpp 100.00% <100.00%> (ø)
... and 6 more