Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci-builder: update geth version #3714

Merged
merged 5 commits into from
Oct 21, 2022
Merged

ci-builder: update geth version #3714

merged 5 commits into from
Oct 21, 2022

Commits on Oct 20, 2022

  1. ci-builder: update geth version

    Updates the version of `abigen` that is used in the
    `ci-builder` so that it produces bindings that do not
    parse JSON every time that an instance of the binding
    is created.
    
    The change in geth is here: ethereum/go-ethereum#25574
    
    Fixes the additional diff found here: https://github.com/ethereum-optimism/optimism/pull/3680/files
    
    Right now we do not have a guarantee that local devs use
    a specific version of `abigen`. After this is merged,
    all devs would need to use `v1.10.25`. Devs could use higher
    versions but risk running into problems if there are more
    changes to `abigen` in the future.
    tynes committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8e22c28 View commit details
    Browse the repository at this point in the history
  2. op-bindings: add readme

    tynes committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f948d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3245be9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    6e610a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    040ea97 View commit details
    Browse the repository at this point in the history