Conversation
- Patch revm and all sub-crates to staging commit 0dc217a9 - Patch revm-inspectors to staging commit fccc4ac5 - Patch alloy-evm to staging commit 625ccc0f - Add slot_num field to BlockEnv initializers - Update BlockHashCache usage (no longer has keys method)
…al body fetch + error (#21411) Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Amp <amp@ampcode.com>
…21399) Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Amp <amp@ampcode.com>
…#21403) Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Amp <amp@ampcode.com>
#21412) Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: Amp <amp@ampcode.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>
Updates dependencies: - revm to 300efbf3e391e1796f5210cd4506508e385a55d2 - revm-inspectors to 9464524e7d983c8601ba7af3048cd60575dad6bd - alloy-evm to 1c8ff5a179e760517016ab4e4d5af1c4b5923594 Fixes: - Add slot_num field to BlockEnv for EIP-7843 SLOTNUM opcode - Update BlockHashCache API: use lowest() instead of keys()
- revm: 6aa06829d2caa2aa38606ed22b83354a7a7ff98e - revm-inspectors: cc4f62d8c107b3d2dc42a220690a079cdfc8dfb1 - alloy-evm: 80e6a436ecade2b9bd950fd70bd0d6a45ef0a43e
# Conflicts: # Cargo.lock # crates/optimism/evm/src/lib.rs
Contributor
|
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.
Integration Summary
Staging integration for revm, revm-inspectors, and alloy-evm updates.
Staged Crates
revm
6aa06829d2caa2aa38606ed22b83354a7a7ff98eBlock*ProviderforBlock*Reader#3385)Stageexecuteandunwindtake an immutable provider reference instead #3390)std::fsmethods to track path for errors #3367)revm-inspectors
cc4f62d8c107b3d2dc42a220690a079cdfc8dfb1alloy-evm
80e6a436ecade2b9bd950fd70bd0d6a45ef0a43eFixes Made