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

New evmone API: StateView & StateDiff #802

Merged
merged 6 commits into from
Oct 9, 2024

state: Use StateView from State

3350cd7
Select commit
Loading
Failed to load commit list.
Merged

New evmone API: StateView & StateDiff #802

state: Use StateView from State
3350cd7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 0s

94.23% (+0.01%) compared to 8e4a055

View this Pull Request on Codecov

94.23% (+0.01%) compared to 8e4a055

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.23%. Comparing base (8e4a055) to head (3350cd7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #802      +/-   ##
==========================================
+ Coverage   94.21%   94.23%   +0.01%     
==========================================
  Files         153      155       +2     
  Lines       15934    15968      +34     
==========================================
+ Hits        15012    15047      +35     
+ Misses        922      921       -1     
Files with missing lines Coverage Δ
test/state/account.hpp 100.00% <100.00%> (ø)
test/state/host.cpp 100.00% <100.00%> (ø)
test/state/state.cpp 100.00% <100.00%> (ø)
test/state/state.hpp 100.00% <100.00%> (ø)
test/state/state_diff.hpp 100.00% <100.00%> (ø)
test/state/state_view.hpp 100.00% <100.00%> (ø)
test/state/system_contracts.cpp 100.00% <100.00%> (ø)
test/state/test_state.cpp 100.00% <100.00%> (ø)
test/state/test_state.hpp 88.88% <100.00%> (+8.88%) ⬆️
test/state/transaction.hpp 100.00% <ø> (ø)