chore(deps): bump revm to 43.0.0 - #16409
Merged
Merged
Conversation
Contributor
✅ Changelog foundThe deterministic check will validate the changed entry. |
Pin the merged foundry-core block-id compatibility fix and refresh the lockfile so anchored Rootstock forks omit the boolean requireCanonical field.
Integrate current master and replace preparatory dependency pins with merged upstream revisions and maintained Monad 0.8 releases. Include the Rootstock fork fix and exact cooldown exceptions for the new Monad releases. Document the existing bitmaps advisory exception: imbl and imbl-sized-chunks do not invoke the affected byte-slice conversion or mutation APIs.
mattsse
marked this pull request as ready for review
September 9, 2026 19:27
mattsse
requested review from
0xrusowsky,
DaniPopes,
figtracer,
grandizzy,
mablr and
mattsse
as code owners
September 9, 2026 19:27
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Recognize both bare hashes and EIP-1898 objects in the reorg test proxy. The foundry-core Rootstock fix uses bare hashes, which otherwise bypass the proxy and query pruned upstream state.
mablr
approved these changes
Sep 10, 2026
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.
Updates Foundry to revm 43, alloy-evm 0.39, and revm-inspectors 0.43 across Ethereum, Optimism, Tempo, and Monad. Uses merged upstream revisions for Tempo, Optimism, and foundry-core, and replaces the preparatory personal Monad forks with the maintained monad-revm and alloy-monad-evm 0.8 releases. Debugger fixtures and verbose trace snapshots include the new state-gas fields.
Includes #16770 and the Rootstock anchored-fork fix from foundry-rs/foundry-core#190, with the reorg test proxy updated to recognize hash-only block IDs. Closes #16769. The new Monad releases have exact-version cooldown exceptions; the existing bitmaps advisory has a documented exception because neither imbl nor imbl-sized-chunks invokes the affected byte-conversion or mutation APIs.
Codex reviewed and completed the dependency updates, integrated current master, updated the changelog and dependency-policy entries, and wrote this description.