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: v100
Choose a base ref
...
head repository: bluealloy/revm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v102
Choose a head ref
  • 9 commits
  • 34 files changed
  • 7 contributors

Commits on Nov 12, 2025

  1. fix: expose optional_priority_fee_check feature from context crate (#…

    …3159)
    
    The feature exists in the context crate but was not exposed in revm's Cargo.toml, making it inaccessible to users.
    jonathanykh authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    1ab924b View commit details
    Browse the repository at this point in the history
  2. feat(context): add mark_cold method to JournaledAccount (#3160)

    * feat(context): add mark_cold method to JournaledAccount
    
    Add a public `mark_cold()` method to `JournaledAccount` that delegates
    to the underlying `Account::mark_cold()`. This is analogous and provides
    a way to mark accounts as cold that was available in previous revm
    versions.
    
    This is used by celo-revm to provide backwards compatibility for the
    transfer precompile, which does not warm addresses in its initial
    implementation.
    
    * Declare mark_cold to be unsafe
    
    and add explanation.
    
    Co-authored-by: rakita <rakita@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: rakita <rakita@users.noreply.github.com>
    karlb and rakita authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    9843e21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acdb49f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    7299531 View commit details
    Browse the repository at this point in the history
  2. fix(op-revm): return error when enveloped_tx is missing (#3143)

    * fix(op-revm): return error when enveloped_tx is missing
    
    * fmt
    
    * Remove unnecessary clone
    Keemosty12 authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    84d41bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a5f718 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. fix: correctly handle selfdestruct cold load (#3174)

    * fix: correctly handle selfdestruct cold load
    
    * add constantinople tests in script
    klkvr authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    1100ac4 View commit details
    Browse the repository at this point in the history
  2. chore: release (#3162)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    47d1ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d424ba View commit details
    Browse the repository at this point in the history
Loading