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/patch failed Feb 1, 2025 in 1s

4.68% of diff hit (target 55.15%)

View this Pull Request on Codecov

4.68% of diff hit (target 55.15%)

Annotations

Check warning on line 115 in crates/evmexec/src/http_client.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/evmexec/src/http_client.rs#L112-L115

Added lines #L112 - L115 were not covered by tests

Check warning on line 82 in crates/reth/exex/src/cache_db_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/exex/src/cache_db_provider.rs#L82

Added line #L82 was not covered by tests

Check warning on line 97 in crates/reth/exex/src/cache_db_provider.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/exex/src/cache_db_provider.rs#L97

Added line #L97 was not covered by tests

Check warning on line 86 in crates/reth/exex/src/prover_exex.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/exex/src/prover_exex.rs#L86

Added line #L86 was not covered by tests

Check warning on line 88 in crates/reth/exex/src/prover_exex.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/exex/src/prover_exex.rs#L88

Added line #L88 was not covered by tests

Check warning on line 97 in crates/reth/exex/src/prover_exex.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/exex/src/prover_exex.rs#L97

Added line #L97 was not covered by tests

Check warning on line 54 in crates/reth/node/src/engine.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/engine.rs#L48-L54

Added lines #L48 - L54 were not covered by tests

Check warning on line 27 in crates/reth/node/src/evm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/evm.rs#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 36 in crates/reth/node/src/evm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/evm.rs#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 58 in crates/reth/node/src/evm.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/evm.rs#L58

Added line #L58 was not covered by tests

Check warning on line 43 in crates/reth/node/src/node.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/node.rs#L43

Added line #L43 was not covered by tests

Check warning on line 45 in crates/reth/node/src/node.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/node.rs#L45

Added line #L45 was not covered by tests

Check warning on line 52 in crates/reth/node/src/node.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/node.rs#L52

Added line #L52 was not covered by tests

Check warning on line 55 in crates/reth/node/src/node.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/node.rs#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 68 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L68

Added line #L68 was not covered by tests

Check warning on line 73 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L73

Added line #L73 was not covered by tests

Check warning on line 95 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L93-L95

Added lines #L93 - L95 were not covered by tests

Check warning on line 105 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L99-L105

Added lines #L99 - L105 were not covered by tests

Check warning on line 127 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L124-L127

Added lines #L124 - L127 were not covered by tests

Check warning on line 165 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L163-L165

Added lines #L163 - L165 were not covered by tests

Check warning on line 172 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L172

Added line #L172 was not covered by tests

Check warning on line 224 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L224

Added line #L224 was not covered by tests

Check warning on line 337 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L337

Added line #L337 was not covered by tests

Check warning on line 361 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L361

Added line #L361 was not covered by tests

Check warning on line 430 in crates/reth/node/src/payload_builder.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/reth/node/src/payload_builder.rs#L430

Added line #L430 was not covered by tests