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

Implement EXCHANGE from EIP-663 #839

Merged
merged 1 commit into from
Mar 20, 2024

Implement EXCHANGE from EIP-663

e9cd4db
Select commit
Loading
Failed to load commit list.
Merged

Implement EXCHANGE from EIP-663 #839

Implement EXCHANGE from EIP-663
e9cd4db
Select commit
Loading
Failed to load commit list.
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%) ⬆️