evmone
evmone copied to clipboard
EIP-4750: EOF - Functions
Codecov Report
Merging #497 (75a38b2) into eof-static-jumps2 (6d03f5d) will decrease coverage by
0.65%
. The diff coverage is92.82%
.
:exclamation: Current head 75a38b2 differs from pull request most recent head e463a46. Consider uploading reports for the commit e463a46 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## eof-static-jumps2 #497 +/- ##
=====================================================
- Coverage 98.03% 97.37% -0.66%
=====================================================
Files 59 64 +5
Lines 5687 6390 +703
=====================================================
+ Hits 5575 6222 +647
- Misses 112 168 +56
Flag | Coverage Δ | |
---|---|---|
blockchaintests | 69.50% <6.21%> (-8.66%) |
:arrow_down: |
statetests | 77.26% <73.70%> (+4.49%) |
:arrow_up: |
unittests | 89.80% <76.14%> (-1.92%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
lib/evmone/eof.hpp | 100.00% <ø> (ø) |
|
lib/evmone/execution_state.hpp | 94.54% <ø> (ø) |
|
test/state/precompiles.hpp | 0.00% <0.00%> (ø) |
|
test/unittests/evm_fixture.hpp | 100.00% <ø> (ø) |
|
test/state/precompiles_cache.cpp | 50.00% <50.00%> (ø) |
|
test/statetest/statetest_loader.cpp | 76.47% <52.38%> (-4.40%) |
:arrow_down: |
lib/evmone/instructions_calls.cpp | 98.14% <75.00%> (-1.86%) |
:arrow_down: |
test/state/host.cpp | 80.31% <75.00%> (-0.23%) |
:arrow_down: |
lib/evmone/eips.hpp | 83.33% <83.33%> (ø) |
|
test/state/precompiles.cpp | 83.15% <86.20%> (+16.49%) |
:arrow_up: |
... and 22 more |
Rebased, updated opcodes and gas prices for CALLF/RETF and made it activated in Shanghai.
Is this deprecated by #563?