deps: update reth from main (2026-04-29)#3761
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
emmajam
approved these changes
Apr 29, 2026
Thegreatsura
pushed a commit
to Thegreatsura/tempo
that referenced
this pull request
May 1, 2026
Pins the foundry checkout in `specs.yml` to [`be874c9f`](https://github.com/foundry-rs/foundry/tree/mablr/alloy_bump_without_op) instead of tracking `master`. The branch (`mablr/alloy_bump_without_op`) ships an alloy 2.0.4 bump with OP stack support stripped, which unblocks the invariant-test build after tempoxyz#3761 moved tempo to alloy 2.0.4 / alloy-evm 0.34. Verified locally: `forge test` against `tips/verify` runs clean — 482 passed, 0 failed, 6 skipped. Co-authored-by: Amp <amp@ampcode.com>
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.
Automated nightly update of reth dependencies from
paradigmxyz/rethmain branch.Upstream reth changes
73ec2c9...88505c7🔗 Amp thread: https://ampcode.com/threads/T-019dd952-f354-740f-8cb1-c6c03e1326f8
getBlobsV4endpoint (#23767).getLogsretry range (#23818).move_to_static_filesforstorage.v2(#23814).Migrations
🔗 Amp thread: https://ampcode.com/threads/T-019dd953-1036-7238-ad17-bc81e44fa2bd
rethdependencies from rev73ec2c9to88505c7across allreth-*crates in Cargo.toml to track the latest upstream Reth SDK revision.alloyfamily crates (alloy,alloy-consensus,alloy-contract,alloy-eips,alloy-genesis,alloy-network,alloy-provider,alloy-rpc-types-*,alloy-serde,alloy-signer*,alloy-transport) from2.0.1to2.0.4to stay in sync with the new Reth revision.get_blobs_for_versioned_hashes_v4method onTempoTransactionPoolin tempo_pool.rs, delegating to the underlyingprotocol_pool, to satisfy the expandedBlobStore/pool trait introduced upstream (adds anindices_bitarray: B128parameter and returnsBlobCellsAndProofsV1per hash).GitHub Workflow