Implement EXCHANGE from EIP-663 #839
Merged
Codecov / codecov/project
succeeded
Mar 20, 2024 in 1s
97.99% (+0.02%) compared to 9205d33
View this Pull Request on Codecov
97.99% (+0.02%) compared to 9205d33
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 97.99%. Comparing base (
9205d33
) to head (e9cd4db
).
Additional details and impacted files
@@ Coverage Diff @@
## master #839 +/- ##
==========================================
+ Coverage 97.97% 97.99% +0.02%
==========================================
Files 119 121 +2
Lines 11930 12091 +161
==========================================
+ Hits 11688 11849 +161
Misses 242 242
Files | Coverage Δ | |
---|---|---|
lib/evmone/advanced_instructions.cpp | 100.00% <ø> (ø) |
|
lib/evmone/baseline_instruction_table.cpp | 100.00% <ø> (ø) |
|
lib/evmone/eof.cpp | 84.47% <100.00%> (+0.14%) |
⬆️ |
lib/evmone/instructions.hpp | 100.00% <100.00%> (ø) |
|
test/unittests/eof_validation_stack_test.cpp | 100.00% <100.00%> (ø) |
|
test/unittests/eof_validation_test.cpp | 100.00% <100.00%> (ø) |
|
test/unittests/evm_eip663_exchange_test.cpp | 100.00% <100.00%> (ø) |
|
test/unittests/instructions_test.cpp | 89.58% <ø> (ø) |
|
test/unittests/state_transition_eip663_test.cpp | 100.00% <100.00%> (ø) |
|
test/utils/bytecode.hpp | 96.49% <100.00%> (+0.02%) |
⬆️ |
Loading