[DRAFT] chore(rust/op-reth): update reth to rev 2c5d00f and bump alloy deps#19162
Closed
[DRAFT] chore(rust/op-reth): update reth to rev 2c5d00f and bump alloy deps#19162
Conversation
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Signed-off-by: Jack Drogon <jack.xsuperman@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
…reumAddOns (paradigmxyz/reth#17693) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…ers with extra context (paradigmxyz/reth#17827)
…om a websocket connection (paradigmxyz/reth#17987)
…h#17992) Co-authored-by: Dharm Singh <dharmhsing@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…aradigmxyz/reth#18012) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
…ty of `FlashBlockService` with `FlashBlockWsStream` (paradigmxyz/reth#18063)
…th#17792) Co-authored-by: Roman Hodulák <roman.hodulak@polyglot-software.com>
…g a task sending last pending block (paradigmxyz/reth#18067)
…ayloadV6, BALs) (paradigmxyz/reth#21344) Co-authored-by: Ishika Choudhury <117741714+Rimeeeeee@users.noreply.github.com> Co-authored-by: Soubhik Singha Mahapatra <160333583+Soubhik-10@users.noreply.github.com>
…21407) Signed-off-by: Ahsen Kamal <itsahsenkamal@gmail.com> Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: Amp <amp@ampcode.com>
…les/ (paradigmxyz/reth#21495) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: Amp <amp@ampcode.com>
…radigmxyz/reth#21686) Co-authored-by: Amp <amp@ampcode.com>
Update reth git dependency to rev 2c5d00f and bump alloy crates to 1.6.3 to match. Fix breaking API changes across op-reth crates: - txpool: remove validate_transactions/validate_transactions_with_origin overrides (trait now has compatible defaults with IntoIterator sigs) - flashblocks: spawn_blocking now takes FnOnce closure, not pinned future - rpc/eth: Runtime::spawn renamed to spawn_task - rpc/transaction: send_transaction gains origin parameter, pass through to add_pool_transaction - rpc/sequencer: use alloy_transport_http::reqwest (0.12) instead of workspace reqwest (0.13) for type compatibility - rpc/witness: spawn_blocking renamed to spawn_blocking_task on TaskSpawner - node: spawn_critical renamed to spawn_critical_task - node/utils: setup_engine returns 2-tuple (TaskManager removed) - examples/op-db-access: open_read_only now requires Runtime arg - Fix clippy warnings (option_if_let_else, needless_return, unused deps) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Plan expiredYour subscription has expired. Please renew your subscription to continue using CI/CD integration and other features. |
41af990 to
33dd49b
Compare
33dd49b to
21b2ac1
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #19162 +/- ##
===========================================
- Coverage 76.3% 75.5% -0.8%
===========================================
Files 188 503 +315
Lines 10946 60364 +49418
===========================================
+ Hits 8360 45632 +37272
- Misses 2440 14732 +12292
+ Partials 146 0 -146
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
65530b5 to
6bc39b9
Compare
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
2c5d00fand bump alloy crates from 1.5.2 to 1.6.3option_if_let_else,needless_return, unused crate deps)Test plan
cargo check --workspace --all-featurespassescargo clippy --workspace --all-featurespasses with zero warnings🤖 Generated with Claude Code