Conversation
* chore: use primitives::HashMap default * fix
…uealloy#2907) In cases where it is feasible, more specific variants should be used in place of the Other() error variant.
* Wip feat: skip cold load on oog * wip * placeholder fn for host * calls instruction load and calc target gas * wip * add skip cold load to journal inner * fix tests, clippy/fmt * fix tests * passing eth tests * propagate feature * ret ref of account info * check without loading of accounts * cleanup * sstore and selfdestruct
* chore: cargo update * clippy
…lloy#2925) * clean-up * ci * more cleaning * more clean-up * remove unused import * ci
* chore(revm-interpreter): rename SELFDESTRUCT to REFUND_SELFDESTRUCT * Update crates/interpreter/src/gas/constants.rs * Update crates/interpreter/src/instructions/host.rs
* chore: update EthFrame::invalid visibility * docs: update doc comments Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> * Update crates/handler/src/frame.rs --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: rakita <rakita@users.noreply.github.com>
The skip flag was never set anywhere and only read in step_end, making it dead code. Removing it simplifies the tracer, avoids confusion about unimplemented behavior, and aligns with EIP-3155 which expects an entry per operation (there’s no need to conditionally skip output).
…ealloy#2948) * Update runner.rs * Update runner.rs * Update bins/revme/src/cmd/statetest/runner.rs Co-authored-by: rakita <rakita@users.noreply.github.com> --------- Co-authored-by: rakita <rakita@users.noreply.github.com>
* rm parity libsecp256k1 lib and features * clippy
* blockchaintests * now decoding fixture * continuing * some progress * fail when sender is not found * fixes for blockchain statetest and valid blocks * add missing forks * fix tests * pre state systems calls * fix tests, add skipped blockchain tests * fix more tests * fmt, and print all failed tests if keep-going is true * move withdrawals at end * skip blob tests * add auth list, skip blob excess tests
…luealloy#2962) * Update precompile_provider.rs * Update precompile_provider.rs
* chore: helper caller_touch_and_change added * move caller_touch_and_change to Account * rn artifact from merge * chore: helper calculate-caller-fee * rename to caller_initial_modification
…aseCommit for Arc (bluealloy#3063)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: support legacy JumpTable serde format * add vec import * fix serde for Interpreter * zepter
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
frisitano
approved these changes
Nov 13, 2025
Thegaram
approved these changes
Nov 13, 2025
frisitano
approved these changes
Nov 13, 2025
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.
No description provided.