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

Commits on May 3, 2024

  1. set tracing hooks in db (#141)

    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored May 3, 2024
    Configuration menu
    Copy the full SHA
    c5443c1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 8, 2024

  1. w3vm: cleanup

    lmittmann committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ac3ef15 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

    ….3 (#142)
    
    * build(deps): bump github.com/ethereum/go-ethereum from 1.14.0 to 1.14.2
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.0 to 1.14.2.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.14.0...v1.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * module/eth: fixed `Block.WithBody`
    
    * w3vm: added rate limiter to test client
    
    * w3vm: dropped unused var
    
    * w3vm: fixed header hash persisting
    
    * deps: upgrade to go-ethereum 1.14.3
    
    * go mod tidy
    
    * w3vm: updated testdata
    
    ---------
    
    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 May 13, 2024
    Configuration menu
    Copy the full SHA
    d9411cc View commit details
    Browse the repository at this point in the history
  2. added Address and Hash zero values (#145)

    * added `Address` and `Hash` zero values
    
    * cleanup
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored May 13, 2024
    Configuration menu
    Copy the full SHA
    a587046 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. w3vm: small doc improvement

    lmittmann committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9034f52 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. updated workflow

    lmittmann committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    56314e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. w3vm: Added VM Snapshotting (#147)

    * w3vm: added `ApplyWithSnapshot`
    
    * changed snapshot logic
    
    * added test
    
    * updated testdata
    
    * added benchmark
    
    * improved doc
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e6659f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. w3vm: improve implementation of VM.CallFunc (#148)

    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    67e9c41 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/ethereum/go-ethereum from 1.14.3 to 1.14…

    ….4 (#150)
    
    * build(deps): bump github.com/ethereum/go-ethereum from 1.14.3 to 1.14.4
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.3 to 1.14.4.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.14.3...v1.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * w3vm: fixed interfaces
    
    ---------
    
    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 Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ede72ad View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/ethereum/go-ethereum in /examples (#149)

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.3 to 1.14.4.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.14.3...v1.14.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 Jun 5, 2024
    Configuration menu
    Copy the full SHA
    97a3925 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

    ….5 (#152)
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.4 to 1.14.5.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.14.4...v1.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9b29fc9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/ethereum/go-ethereum in /examples (#153)

    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.4 to 1.14.5.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.14.4...v1.14.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    706fe33 View commit details
    Browse the repository at this point in the history
  3. w3types: added State.Merge (#151)

    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    40f3516 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Added RPC Subscription Support to the Client (#154)

    * w3types: added `RPCSubscriber`
    
    * module/eth: added `RPCSubscriber` implementations
    
    * added `Client.Subscribe`
    
    * module/eth: fix
    
    * added `Client.Subscribe` example
    
    ---------
    
    Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
    lmittmann and lmittmann authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    43b46de View commit details
    Browse the repository at this point in the history
Loading