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(mempool): impl calculate-gas-price according to EIP 1559 #203

Merged
merged 1 commit into from
Sep 8, 2024

feat(mempool): impl calculate-gas-price according to EIP 1559

7bab5d4
Select commit
Loading
Failed to load commit list.
Merged

feat(mempool): impl calculate-gas-price according to EIP 1559 #203

feat(mempool): impl calculate-gas-price according to EIP 1559
7bab5d4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 8, 2024 in 0s

1.62% (-75.01%) compared to 72b1115

View this Pull Request on Codecov

1.62% (-75.01%) compared to 72b1115

Details

Codecov Report

Attention: Patch coverage is 0% with 39 lines in your changes missing coverage. Please review.

Project coverage is 1.62%. Comparing base (72b1115) to head (7bab5d4).
Report is 35 commits behind head on main.

Files with missing lines Patch % Lines
crates/batcher/src/fee_market.rs 0.00% 39 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #203       +/-   ##
==========================================
- Coverage   76.63%   1.62%   -75.01%     
==========================================
  Files         353      48      -305     
  Lines       37273    3014    -34259     
  Branches    37273    3014    -34259     
==========================================
- Hits        28563      49    -28514     
+ Misses       6390    2955     -3435     
+ Partials     2320      10     -2310     

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