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.6
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.7
Choose a head ref
  • 2 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 18, 2026

  1. build(deps): bump go-ethereum to v1.17.0 (#289)

    * build(deps): bump github.com/ethereum/go-ethereum to v1.17.0
    
    Adapt w3vm/db.go to go-ethereum v1.17.0 interface changes:
    - Remove PointCache(), ContractCode(), ContractCodeSize() (dropped from state.Database)
    - Add Has() method (new in state.Reader via ContractCodeReader)
    - Remove trie/utils import (package removed)
    
    Closes #288
    
    * revert to go1.24
    
    * drop `Copy()` and clean order
    
    * .github/workflows: use latest go version in lint
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    rtunazzz and lmittmann authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    1d001c4 View commit details
    Browse the repository at this point in the history
  2. go fix ./...

    lmittmann committed Feb 18, 2026
    Configuration menu
    Copy the full SHA
    022c5cb View commit details
    Browse the repository at this point in the history
Loading