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

feat(evm): add oracle precompile #2056

Merged
merged 12 commits into from
Oct 3, 2024

Merge branch 'main' into feat/evm/oracle-precompile

51f49fe
Select commit
Loading
Failed to load commit list.
Merged

feat(evm): add oracle precompile #2056

Merge branch 'main' into feat/evm/oracle-precompile
51f49fe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2024 in 0s

65.03% (target 60.00%)

View this Pull Request on Codecov

65.03% (target 60.00%)

Details

Codecov Report

Attention: Patch coverage is 53.06122% with 23 lines in your changes missing coverage. Please review.

Project coverage is 65.03%. Comparing base (629aea3) to head (51f49fe).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
x/evm/precompile/oracle.go 51.06% 15 Missing and 8 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2056      +/-   ##
==========================================
- Coverage   65.13%   65.03%   -0.11%     
==========================================
  Files         269      270       +1     
  Lines       17007    17078      +71     
==========================================
+ Hits        11078    11106      +28     
- Misses       5000     5028      +28     
- Partials      929      944      +15     
Files with missing lines Coverage Δ
x/evm/embeds/embeds.go 65.21% <100.00%> (+1.58%) ⬆️
x/evm/precompile/precompile.go 67.39% <100.00%> (+0.72%) ⬆️
x/evm/precompile/oracle.go 51.06% <51.06%> (ø)