Commit 8e22c28f authored by Mark Tyneway's avatar Mark Tyneway

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: https://github.com/ethereum/go-ethereum/pull/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.
parent 7037cc6c
---
'@eth-optimism/ci-builder': patch
---
Update geth to 1.10.25
...@@ -24,7 +24,7 @@ RUN source $HOME/.profile && \ ...@@ -24,7 +24,7 @@ RUN source $HOME/.profile && \
strip /opt/foundry/target/release/cast && \ strip /opt/foundry/target/release/cast && \
strip /opt/foundry/target/release/anvil strip /opt/foundry/target/release/anvil
FROM ethereum/client-go:alltools-v1.10.21 as geth FROM ethereum/client-go:alltools-v1.10.25 as geth
FROM python:3.8.13-slim-bullseye FROM python:3.8.13-slim-bullseye
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment