fix(re-execute): properly handle selfdestructed storage slots#23832
Merged
Conversation
mattsse
approved these changes
Apr 29, 2026
umeeSthein
pushed a commit
to umeeSthein/tempo
that referenced
this pull request
Apr 30, 2026
Automated nightly update of reth dependencies from `paradigmxyz/reth` main branch. ## Upstream reth changes [`73ec2c9...88505c7`](paradigmxyz/reth@73ec2c9...88505c7) 🔗 Amp thread: https://ampcode.com/threads/T-019dd952-f354-740f-8cb1-c6c03e1326f8 - **Engine**: Added `getBlobsV4` endpoint ([#23767](paradigmxyz/reth#23767)). - **RPC**: Narrowed `getLogs` retry range ([#23818](paradigmxyz/reth#23818)). - **DB**: Skipped `move_to_static_files` for `storage.v2` ([#23814](paradigmxyz/reth#23814)). - **Perf**: Prebound cursor operation metrics ([#23654](paradigmxyz/reth#23654)). - **Execution**: Properly handle selfdestructed storage slots in re-execute ([#23832](paradigmxyz/reth#23832)). - **Deps**: Bumped alloy to 2.0.4 ([#23828](paradigmxyz/reth#23828)); released 2.2.0 ([#23831](paradigmxyz/reth#23831)). ## Migrations 🔗 Amp thread: https://ampcode.com/threads/T-019dd953-1036-7238-ad17-bc81e44fa2bd - Bumped `reth` dependencies from rev `73ec2c9` to `88505c7` across all `reth-*` crates in [Cargo.toml](file:///home/runner/work/tempo/tempo/Cargo.toml) to track the latest upstream Reth SDK revision. - Bumped `alloy` family crates (`alloy`, `alloy-consensus`, `alloy-contract`, `alloy-eips`, `alloy-genesis`, `alloy-network`, `alloy-provider`, `alloy-rpc-types-*`, `alloy-serde`, `alloy-signer*`, `alloy-transport`) from `2.0.1` to `2.0.4` to stay in sync with the new Reth revision. - Implemented the new `get_blobs_for_versioned_hashes_v4` method on `TempoTransactionPool` in [tempo_pool.rs](file:///home/runner/work/tempo/tempo/crates/transaction-pool/src/tempo_pool.rs#L1118-L1128), delegating to the underlying `protocol_pool`, to satisfy the expanded `BlobStore`/pool trait introduced upstream (adds an `indices_bitarray: B128` parameter and returns `BlobCellsAndProofsV1` per hash). [GitHub Workflow](https://github.com/tempoxyz/tempo/actions/runs/25109971223)
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.
Fixes an edge case in re-execute when contracts destroyed and re-created within the same block would not be compared against correct changesets