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

EOFCREATE and RETURNCONTRACT implementation #553

Merged
merged 11 commits into from
Apr 16, 2024

Add test for initcode-mode non-transitiveness

6e697e7
Select commit
Loading
Failed to load commit list.
Merged

EOFCREATE and RETURNCONTRACT implementation #553

Add test for initcode-mode non-transitiveness
6e697e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 16, 2024 in 0s

98.25% (+0.08%) compared to 24a3214

View this Pull Request on Codecov

98.25% (+0.08%) compared to 24a3214

Details

Codecov Report

Attention: Patch coverage is 98.82729% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 98.25%. Comparing base (24a3214) to head (6e697e7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #553      +/-   ##
==========================================
+ Coverage   98.17%   98.25%   +0.08%     
==========================================
  Files         129      129              
  Lines       13767    14644     +877     
==========================================
+ Hits        13516    14389     +873     
- Misses        251      255       +4     
Files Coverage Δ
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.hpp 100.00% <100.00%> (ø)
lib/evmone/execution_state.hpp 96.22% <ø> (ø)
lib/evmone/instructions.hpp 100.00% <100.00%> (ø)
test/state/host.cpp 98.14% <100.00%> (+1.36%) ⬆️
test/state/host.hpp 100.00% <ø> (ø)
test/state/state.cpp 100.00% <100.00%> (ø)
test/unittests/eof_validation.cpp 94.28% <100.00%> (+0.34%) ⬆️
... and 8 more