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

DUPN and SWAPN in EOF only + EOF stack validation #788

Merged
merged 1 commit into from
Jan 24, 2024

DUPN and SWAPN in EOF only + EOF stack validation

8458134
Select commit
Loading
Failed to load commit list.
Merged

DUPN and SWAPN in EOF only + EOF stack validation #788

DUPN and SWAPN in EOF only + EOF stack validation
8458134
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2024 in 0s

97.91% (+0.00%) compared to 83e7a32

View this Pull Request on Codecov

97.91% (+0.00%) compared to 83e7a32

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (83e7a32) 97.91% compared to head (8458134) 97.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #788   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files         110      110           
  Lines       10644    10670   +26     
=======================================
+ Hits        10422    10448   +26     
  Misses        222      222           
Files Coverage Δ
lib/evmone/advanced_analysis.hpp 100.00% <ø> (ø)
lib/evmone/advanced_instructions.cpp 100.00% <ø> (ø)
lib/evmone/baseline.cpp 100.00% <100.00%> (ø)
lib/evmone/baseline_instruction_table.cpp 100.00% <ø> (ø)
lib/evmone/eof.cpp 83.87% <100.00%> (+0.11%) ⬆️
lib/evmone/instructions.hpp 100.00% <100.00%> (ø)
test/unittests/eof_validation_test.cpp 100.00% <100.00%> (ø)
test/unittests/evm_eip663_dupn_swapn_test.cpp 100.00% <100.00%> (ø)