From 25884015ed9255a6fe54a1131a9110f30bb84ebb Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:25:13 +0000 Subject: [PATCH 1/2] chore: bump reth upstream to v2.3.0 --- dappnode_package.json | 54 +++++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 22 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index b7801c3..2032210 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,44 @@ { - "upstream": [ - { - "repo": "paradigmxyz/reth", - "version": "v2.2.0", - "arg": "UPSTREAM_VERSION" - }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } + "architectures": [ + "linux/amd64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-reth-generic/issues" + }, + "categories": [ + "Blockchain" ], - "shortDescription": "Reth is the Rust implementation of the Ethereum protocol.", - "description": "Ethereum is a global, open-source platform for decentralized applications where you can write code that controls digital value, runs exactly as programmed, and is accessible anywhere in the world.", - "type": "service", - "architectures": ["linux/amd64"], "chain": "ethereum", + "description": "Ethereum is a global, open-source platform for decentralized applications where you can write code that controls digital value, runs exactly as programmed, and is accessible anywhere in the world.", "dockerTimeout": "20min", - "author": "DAppNode Association (https://github.com/dappnode)", - "categories": ["Blockchain"], - "keywords": ["reth", "rust-ethereum", "ethereum", "client", "execution"], + "keywords": [ + "reth", + "rust-ethereum", + "ethereum", + "client", + "execution" + ], "license": "GPL-3.0", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-reth-generic.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-reth-generic/issues" - }, "requirements": { "minimumDappnodeVersion": "0.2.106" - } + }, + "shortDescription": "Reth is the Rust implementation of the Ethereum protocol.", + "type": "service", + "upstream": [ + { + "arg": "UPSTREAM_VERSION", + "repo": "paradigmxyz/reth", + "version": "v2.3.0" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" + } + ] } From dbeab1c952bd9514f1a99891edb1c160bc9316de Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:25:15 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v2.3.0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b8be0cf..e4347b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: reth args: - UPSTREAM_VERSION: v2.2.0 + UPSTREAM_VERSION: v2.3.0 STAKER_SCRIPTS_VERSION: v0.1.2 DATA_DIR: /data/reth volumes: