Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bluealloy/revm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v93
Choose a base ref
...
head repository: bluealloy/revm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v96
Choose a head ref
  • 18 commits
  • 72 files changed
  • 12 contributors

Commits on Oct 17, 2025

  1. chore: journal transfer fn cleanup (#3085)

    * 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]>
    rakita and klkvr authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    283d5a9 View commit details
    Browse the repository at this point in the history
  2. chore(inspector): remove redundant EthInterpreter import in either.rs (

    …#3093)
    
    * chore(inspector): remove redundant EthInterpreter import in either.rs
    
    * fmt
    Galoretka authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    f061bf3 View commit details
    Browse the repository at this point in the history
  3. fix(op-revm): add missing enveloped_tx validation in validate_env (#3094

    )
    
    * fix(op-revm): add missing enveloped_tx validation in validate_env
    
    * cargo fmt
    sky-coderay authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    e9875b4 View commit details
    Browse the repository at this point in the history
  4. chore: typo eip4788 (#3111)

    RyanBGG authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    54dcc6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c0be13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    273ddf3 View commit details
    Browse the repository at this point in the history
  7. chore(precompile): remove unused mainnet_address() function (#3091)

    * chore(precompile): remove unused mainnet_address() function
    
    * nit
    0xMushow authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    ca7a08b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. chore: remove redundant alloy-eip7702 from handler dev-dependencies (#…

    …3105)
    
    * remove redundant alloy-eip7702 from handler dev-dependencies
    
    * cleanup
    
    * more clean up
    
    * revert wrong ci fix
    RyanBGG authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    ee8c7dc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    e9fca7e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. feat: dont load access list immediately (#3116)

    * feat: dont load access list immediatly
    
    * nits fmt
    
    * nit, rm clone
    rakita authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    d6106a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb69b28 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. fix(jovian): fixes the DA footprint update storage slot. fix l1 fork …

    …associated with Jovian. (#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
    theochap authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    33154d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. feat: JournaledAccount, a nice way to update and track changes (#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
    rakita authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    ce68f93 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    83bbccd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    54c9224 View commit details
    Browse the repository at this point in the history
  2. chore: release (#3113)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    e82894c View commit details
    Browse the repository at this point in the history
  3. feat(precompiles/jovian): add jovian precompiles to revm (#3128) (#3134)

    * feat(precompiles/jovian): add jovian precompiles to revm (#3128)
    
    * clippy fix
    
    ---------
    
    Co-authored-by: theo <[email protected]>
    rakita and theochap authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    c2b6326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e8be41 View commit details
    Browse the repository at this point in the history
Loading