Skip to content

Conversation

MdTeach
Copy link
Contributor

@MdTeach MdTeach commented Sep 13, 2025

Description

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature/Enhancement (non-breaking change which adds functionality or enhances an existing one)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor
  • New or updated tests
  • Dependency Update

Notes to Reviewers

Checklist

  • I have performed a self-review of my code.
  • I have commented my code where necessary.
  • I have updated the documentation if needed.
  • My changes do not introduce new warnings.
  • I have added (where necessary) tests that prove my changes are effective or that my feature works.
  • New and existing tests pass with my changes.
  • I have disclosed my use of AI
    in the body of this PR.

Related Issues

@MdTeach MdTeach force-pushed the chore/bump-reth-1.7.0 branch 2 times, most recently from 7647b36 to cdb82d2 Compare September 13, 2025 17:37
Copy link
Contributor

github-actions bot commented Sep 13, 2025

Commit: 92835fe

SP1 Execution Results

program cycles success
EVM EE STF 1,324,562
CL STF 330,723
Checkpoint 2,422

Copy link

codecov bot commented Sep 13, 2025

Codecov Report

❌ Patch coverage is 71.42857% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.93%. Comparing base (3b8e63d) to head (cff7951).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/reth/rpc/src/eth/pending_block.rs 37.50% 5 Missing ⚠️
crates/reth/rpc/src/eth/transaction.rs 25.00% 3 Missing ⚠️
@@            Coverage Diff             @@
##             main    #1034      +/-   ##
==========================================
+ Coverage   74.74%   74.93%   +0.18%     
==========================================
  Files         510      510              
  Lines       42920    42916       -4     
==========================================
+ Hits        32082    32160      +78     
+ Misses      10838    10756      -82     
Flag Coverage Δ
functional 53.85% <71.42%> (+0.48%) ⬆️
unit 54.79% <17.85%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
crates/reth/evm/src/precompiles/bridge.rs 86.84% <100.00%> (ø)
crates/reth/evm/src/precompiles/factory.rs 100.00% <100.00%> (ø)
crates/reth/evm/src/precompiles/schnorr.rs 96.61% <ø> (ø)
crates/reth/evm/src/utils.rs 88.88% <100.00%> (ø)
crates/reth/node/src/engine.rs 80.00% <100.00%> (-2.46%) ⬇️
crates/reth/node/src/node.rs 94.54% <100.00%> (-0.29%) ⬇️
crates/reth/rpc/src/eth/call.rs 50.00% <ø> (ø)
crates/reth/rpc/src/eth/mod.rs 59.22% <ø> (ø)
crates/reth/rpc/src/eth/transaction.rs 68.00% <25.00%> (-9.28%) ⬇️
crates/reth/rpc/src/eth/pending_block.rs 30.00% <37.50%> (+20.00%) ⬆️

... and 22 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MdTeach MdTeach force-pushed the chore/bump-reth-1.7.0 branch from cdb82d2 to 862a9e9 Compare October 12, 2025 04:16
@MdTeach MdTeach changed the title Bump Reth and friends to 1.7.0 Bump Reth and friends to 1.8.2 Oct 12, 2025
@MdTeach MdTeach changed the title Bump Reth and friends to 1.8.2 STR-1740 Bump Reth and friends to 1.8.2 Oct 12, 2025
@MdTeach MdTeach force-pushed the chore/bump-reth-1.7.0 branch 2 times, most recently from f57c0bc to 24d8c54 Compare October 12, 2025 16:19
@MdTeach MdTeach force-pushed the chore/bump-reth-1.7.0 branch 2 times, most recently from a051083 to 56ea721 Compare October 17, 2025 14:46
@MdTeach MdTeach force-pushed the chore/bump-reth-1.7.0 branch from 56ea721 to cff7951 Compare October 17, 2025 17:22
@MdTeach MdTeach marked this pull request as ready for review October 17, 2025 18:39
@MdTeach MdTeach requested review from a team as code owners October 17, 2025 18:39
Copy link
Member

@storopoli storopoli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK cff7951

Thanks!

@storopoli storopoli merged commit 624b173 into main Oct 19, 2025
35 of 39 checks passed
@storopoli storopoli deleted the chore/bump-reth-1.7.0 branch October 19, 2025 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants