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

Commits on Oct 30, 2025

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

Commits on Nov 4, 2025

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

Commits on Nov 6, 2025

  1. Configuration menu
    Copy the full SHA
    3ac56c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee4dac View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. fix: use access list to decide if slot is cold (#3149)

    * fix: use access list to decide if slot is cold
    
    * add test
    rakita authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    5d02c78 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    1d00e14 View commit details
    Browse the repository at this point in the history
  2. fix(op): Ensure L1Block account is always loaded (#3150) (#3154)

    * fix(op): Ensure L1Block account is always loaded
    
    * dont panic on State::storage fn
    
    * add test for pre regolit tx
    rakita authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    46aad93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f20363 View commit details
    Browse the repository at this point in the history
  4. feat: process precompile logs to inspector (#3148)

    * feat: process precompile logs to inspector
    
    * ci nits
    
    * no_std
    
    * std import
    
    * add log and log_full
    
    * no_std
    
    * doc
    
    * revert &Log to Log
    
    * nits rm clones
    rakita authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    eb1d49f View commit details
    Browse the repository at this point in the history
  5. feat(precompiles): add performant PrecompileError::OtherCowStr variant (

    #3144)
    
    * feat(precompiles): add performant PrecompileError::OtherStr variant
    
    * Apply suggestion from @rakita
    
    * use cow
    
    * rm Other(String) and use Other(Cow<'static,str>)
    
    * fn other_static
    
    * revert api change
    rakita authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    d762d4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd2f766 View commit details
    Browse the repository at this point in the history
  7. chore: release (#3136)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    28488a5 View commit details
    Browse the repository at this point in the history
  8. bump: v99 revm v32.0.0 (#3157)

    * bump: v99 revm v32.0.0
    
    * typo:
    rakita authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    8a784a7 View commit details
    Browse the repository at this point in the history
Loading