From 464bc40d7e2527b7c53ec89e76eae4416d9f621d Mon Sep 17 00:00:00 2001 From: Sameer Kumar Subudhi Date: Thu, 9 Jul 2026 09:23:26 +0200 Subject: [PATCH] Bump op-node to v1.19.2 Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- reth/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 340107dd9..42b37268a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ cd lisk-node Please use the following client versions: -- **op-node**: [v1.19.1](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.1) +- **op-node**: [v1.19.2](https://github.com/ethereum-optimism/optimism/releases/tag/op-node/v1.19.2) - **op-reth**: [v2.3.3](https://github.com/ethereum-optimism/optimism/releases/tag/op-reth/v2.3.3) #### Build diff --git a/reth/Dockerfile b/reth/Dockerfile index f982323df..dbc73b051 100644 --- a/reth/Dockerfile +++ b/reth/Dockerfile @@ -19,8 +19,8 @@ RUN ARCH=$(dpkg --print-architecture) && \ echo "${YQ_SHA256} /usr/bin/yq" | sha256sum -c - && \ chmod +x /usr/bin/yq ENV REPO=https://github.com/ethereum-optimism/optimism.git -ENV VERSION=v1.19.1 -ENV COMMIT=257012626a4eba436db17532b0b4e2c0dbe61bdb +ENV VERSION=v1.19.2 +ENV COMMIT=da197e45ed44b9fca258b3b0d0709e8dfca1c7cd RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \ git switch -c branch-$VERSION && \ bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'