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

Check stack height for OP_CALLF validation #619

Merged
merged 1 commit into from
Aug 24, 2023

Check stack height for OP_CALLF

0547115
Select commit
Loading
Failed to load commit list.
Merged

Check stack height for OP_CALLF validation #619

Check stack height for OP_CALLF
0547115
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 24, 2023 in 0s

97.56% (+0.01%) compared to c9afe1f

View this Pull Request on Codecov

97.56% (+0.01%) compared to c9afe1f

Details

Codecov Report

Merging #619 (0547115) into master (c9afe1f) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #619      +/-   ##
==========================================
+ Coverage   97.55%   97.56%   +0.01%     
==========================================
  Files          88       88              
  Lines        8287     8338      +51     
==========================================
+ Hits         8084     8135      +51     
  Misses        203      203              
Files Changed Coverage Δ
lib/evmone/eof.hpp 100.00% <ø> (ø)
lib/evmone/eof.cpp 83.85% <100.00%> (+0.16%) ⬆️
test/unittests/eof_validation_test.cpp 100.00% <100.00%> (ø)
test/unittests/evm_eof_function_test.cpp 100.00% <100.00%> (ø)