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

eth, miner: fix enforcing the minimum miner tip #1156

Closed
wants to merge 1 commit into from

eth, miner: fix enforcing the minimum miner tip (#28933)

2b28af5
Select commit
Loading
Failed to load commit list.
Closed

eth, miner: fix enforcing the minimum miner tip #1156

eth, miner: fix enforcing the minimum miner tip (#28933)
2b28af5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 29, 2024 in 0s

55.91% (-0.08%) compared to 08a2608

View this Pull Request on Codecov

55.91% (-0.08%) compared to 08a2608

Details

Codecov Report

Attention: Patch coverage is 46.15385% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 55.91%. Comparing base (08a2608) to head (2b28af5).
Report is 289 commits behind head on develop.

Files Patch % Lines
miner/worker.go 47.05% 8 Missing and 1 partial ⚠️
miner/miner.go 0.00% 3 Missing ⚠️
eth/api_miner.go 0.00% 1 Missing ⚠️
miner/test_backend.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1156      +/-   ##
===========================================
- Coverage    55.99%   55.91%   -0.08%     
===========================================
  Files          658      658              
  Lines       114455   114471      +16     
===========================================
- Hits         64087    64012      -75     
- Misses       46515    46609      +94     
+ Partials      3853     3850       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.