Skip to content

Conversation

@greged93
Copy link

@greged93 greged93 commented Nov 7, 2025

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 <[email protected]>

* Update crates/handler/src/frame.rs

---------

Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: rakita <[email protected]>
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 <[email protected]>

---------

Co-authored-by: rakita <[email protected]>
* 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
rakita and others added 25 commits October 17, 2025 16:04
* feat: Optional Bytecode in CallInput

* fmt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: journal transfer fn cleanup

* reintroduce caller touch

* Update crates/context/src/journal/inner.rs

Co-authored-by: Arsenii Kulikov <[email protected]>

---------

Co-authored-by: Arsenii Kulikov <[email protected]>
…bluealloy#3093)

* chore(inspector): remove redundant EthInterpreter import in either.rs

* fmt
…uealloy#3094)

* fix(op-revm): add missing enveloped_tx validation in validate_env

* cargo fmt
…y#3091)

* chore(precompile): remove unused mainnet_address() function

* nit
…luealloy#3105)

* remove redundant alloy-eip7702 from handler dev-dependencies

* cleanup

* more clean up

* revert wrong ci fix
* feat: dont load access list immediatly

* nits fmt

* nit, rm clone
…associated with Jovian. (bluealloy#3120)

* fix(jovian/storage): fix jovian's storage slot for da footprint gas scalar

* fix(jovian): fix l1 hardfork matching jovian. expose da footprint gas scalar getter
…lloy#3086)

* JournaledAcccount

* PoC: JournaledAccount, a nice way to update and track changes

* cleanup

* rm artifact

* inline some of host fn

* beneficiary refactor

* nit

* nits

* fmt

* rename and make old fn deprecated
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
) (bluealloy#3134)

* feat(precompiles/jovian): add jovian precompiles to revm (bluealloy#3128)

* clippy fix

---------

Co-authored-by: theo <[email protected]>
* fix: use access list to decide if slot is cold

* add test
@greged93 greged93 marked this pull request as draft November 7, 2025 11:59
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.