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

Update reth to v1.1.5 #645

Merged
merged 12 commits into from
Feb 1, 2025

remove unused conversion

a205042
Select commit
Loading
Failed to load commit list.
Merged

Update reth to v1.1.5 #645

remove unused conversion
a205042
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2025 in 1s

54.84% (-0.31%) compared to 67a711d

View this Pull Request on Codecov

54.84% (-0.31%) compared to 67a711d

Details

Codecov Report

Attention: Patch coverage is 4.68750% with 61 lines in your changes missing coverage. Please review.

Project coverage is 54.84%. Comparing base (67a711d) to head (a205042).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/reth/node/src/payload_builder.rs 0.00% 30 Missing ⚠️
crates/reth/node/src/engine.rs 0.00% 7 Missing ⚠️
crates/reth/node/src/evm.rs 0.00% 6 Missing ⚠️
crates/reth/node/src/node.rs 0.00% 5 Missing ⚠️
crates/evmexec/src/http_client.rs 0.00% 4 Missing ⚠️
crates/reth/exex/src/prover_exex.rs 0.00% 3 Missing ⚠️
crates/reth/exex/src/cache_db_provider.rs 0.00% 2 Missing ⚠️
crates/reth/rpc/src/eth/transaction.rs 0.00% 2 Missing ⚠️
crates/reth/rpc/src/eth/block.rs 0.00% 1 Missing ⚠️
crates/reth/rpc/src/eth/pending_block.rs 0.00% 1 Missing ⚠️
@@            Coverage Diff             @@
##             main     #645      +/-   ##
==========================================
- Coverage   55.15%   54.84%   -0.31%     
==========================================
  Files         311      313       +2     
  Lines       33321    33460     +139     
==========================================
- Hits        18379    18352      -27     
- Misses      14942    15108     +166     
Files with missing lines Coverage Δ
crates/evmexec/src/el_payload.rs 98.64% <100.00%> (+0.01%) ⬆️
crates/evmexec/src/engine.rs 66.16% <ø> (-0.15%) ⬇️
crates/reth/node/src/payload.rs 6.25% <ø> (ø)
crates/reth/rpc/src/eth/call.rs 0.00% <ø> (ø)
crates/reth/rpc/src/eth/mod.rs 0.00% <ø> (ø)
crates/reth/rpc/src/eth/block.rs 0.00% <0.00%> (ø)
crates/reth/rpc/src/eth/pending_block.rs 0.00% <0.00%> (ø)
crates/reth/exex/src/cache_db_provider.rs 0.00% <0.00%> (ø)
crates/reth/rpc/src/eth/transaction.rs 0.00% <0.00%> (ø)
crates/reth/exex/src/prover_exex.rs 0.00% <0.00%> (ø)
... and 5 more

... and 34 files with indirect coverage changes