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: lmittmann/w3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.0
Choose a base ref
...
head repository: lmittmann/w3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 9, 2025

  1. w3vm: add burntpix benchmark (#266)

    * w3vm: added burntpix-benchmark
    
    * w3types: use clear in `SetGenesisAlloc`
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    7f133f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. build(deps): bump github.com/ethereum/go-ethereum from 1.16.1 to 1.16…

    ….2 (#270)
    
    * build(deps): bump github.com/ethereum/go-ethereum from 1.16.1 to 1.16.2
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.16.1 to 1.16.2.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.16.1...v1.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-version: 1.16.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * w3vm: lower default block gas limit
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    dependabot[bot] and lmittmann authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    ff230fd View commit details
    Browse the repository at this point in the history
  2. w3vm: add WithJumpDestCache (#272)

    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    c2a29bd View commit details
    Browse the repository at this point in the history
  3. w3vm: doc fix

    lmittmann committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    37da85b View commit details
    Browse the repository at this point in the history
  4. w3vm: fix potential testdata corruption during test interrupt (#274)

    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    230c05d View commit details
    Browse the repository at this point in the history
Loading