Skip to content

feat: v91#68

Merged
frisitano merged 111 commits intoscrollfrom
feat/v88
Nov 14, 2025
Merged

feat: v91#68
frisitano merged 111 commits intoscrollfrom
feat/v88

Conversation

@greged93
Copy link

No description provided.

mattsse and others added 30 commits August 25, 2025 15:20
* 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
CreeptoGengar and others added 20 commits October 8, 2025 14:25
* 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
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…3045)

* refactor(handler): extract duplicate gas price validation

* Apply suggestion from @rakita

---------

Co-authored-by: rakita <rakita@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>
@greged93 greged93 requested a review from frisitano November 13, 2025 08:46
@greged93 greged93 changed the title feat: v88 feat: v91 Nov 13, 2025
@greged93 greged93 requested a review from frisitano November 13, 2025 09:31
@frisitano frisitano merged commit 10e11b9 into scroll Nov 14, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.