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.15.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.16.0
Choose a head ref
  • 7 commits
  • 43 files changed
  • 3 contributors

Commits on Apr 9, 2024

  1. build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#128)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
    - [Commits](golang/sync@v0.6.0...v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    32dc660 View commit details
    Browse the repository at this point in the history
  2. doc: Added section on RPC error handling (#130)

    * added `CallErrors` example
    
    * added doc to readme
    
    * fixed path
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e1056b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

    …4.0 (#137)
    
    * build(deps): bump github.com/ethereum/go-ethereum from 1.13.14 to 1.14.0
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.14 to 1.14.0.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.13.14...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * upgraded to `tracing.Hooks` (prev `vm.EVMLogger`)
    
    * fix block ignore fields
    
    * fixed rpc test
    
    ---------
    
    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 Apr 29, 2024
    Configuration menu
    Copy the full SHA
    15e3e58 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/ethereum/go-ethereum in /examples (#138)

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.14 to 1.14.0.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.13.14...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    02d991d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. w3vm: Improved Fetcher performance (#139)

    * updated Fetcher interface
    
    * small `VM` update
    
    * added rpc util
    
    * internal/hexutil: added custom `Hash` wrapper
    
    * internal/hexutil: dropped u256 wrapper
    
    * fix: activated cancun in `allEthashProtocolChanges`
    
    * updated custom rpccallers
    
    * updated test fetcher
    
    * updated testdata state loading and storing
    
    * dropped deprecated tests
    
    * dropped unused code
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    379aea6 View commit details
    Browse the repository at this point in the history
  2. w3vm: fixed VM setup bug

    lmittmann committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    63c96af View commit details
    Browse the repository at this point in the history
  3. Upgraded to Go 1.22 (#140)

    * upgraded to Go 1.22
    
    * examples: upgraded go version
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b591fd1 View commit details
    Browse the repository at this point in the history
Loading