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 BLOBBASEFEE instruction from EIP-7516 #708

Merged
merged 1 commit into from
Oct 26, 2023

Implement `BLOBBASEFEE` instruction from EIP-7516

d526559
Select commit
Loading
Failed to load commit list.
Merged

Implement BLOBBASEFEE instruction from EIP-7516 #708

Implement `BLOBBASEFEE` instruction from EIP-7516
d526559
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2023 in 0s

97.70% (+0.00%) compared to e40b952

View this Pull Request on Codecov

97.70% (+0.00%) compared to e40b952

Details

Codecov Report

Merging #708 (d526559) into master (e40b952) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #708   +/-   ##
=======================================
  Coverage   97.69%   97.70%           
=======================================
  Files         101      102    +1     
  Lines        9381     9404   +23     
=======================================
+ Hits         9165     9188   +23     
  Misses        216      216           
Files Coverage Δ
lib/evmone/instructions.hpp 100.00% <100.00%> (ø)
test/unittests/evm_eip7516_blobbasefee_test.cpp 100.00% <100.00%> (ø)
test/unittests/instructions_test.cpp 89.58% <ø> (ø)