From 2cfb6c34c0b480820bcd18678fe12fe52847503b Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 22:05:02 +0000 Subject: [PATCH 1/2] chore: bump go-ethereum upstream to v1.17.4-gc --- dappnode_package.json | 50 ++++++++++++++++++++++++++----------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index c54fb7c..e579e77 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,44 @@ { + "architectures": [ + "linux/amd64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "ethereum", + "description": "geth-gnosis.dnp.dappnode.eth description", + "keywords": [ + "geth", + "go-ethereum", + "ethereum", + "client", + "execution" + ], + "license": "GPL-3.0", "name": "gnosis-geth.dnp.dappnode.eth", - "version": "0.1.2", + "repository": { + "type": "git", + "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis.git" + }, "requirements": { "minimumDappnodeVersion": "0.3.11" }, + "type": "service", "upstream": [ { + "arg": "UPSTREAM_VERSION", "repo": "gnosischain/go-ethereum", - "version": "v1.17.1-gc.3", - "arg": "UPSTREAM_VERSION" + "version": "v1.17.4-gc" }, { + "arg": "STAKER_SCRIPTS_VERSION", "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" + "version": "v0.1.2" } ], - "description": "geth-gnosis.dnp.dappnode.eth description", - "type": "service", - "chain": "ethereum", - "author": "DAppNode Association (https://github.com/dappnode)", - "architectures": ["linux/amd64"], - "categories": ["Blockchain"], - "keywords": ["geth", "go-ethereum", "ethereum", "client", "execution"], - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis/issues" - }, - "license": "GPL-3.0" + "version": "0.1.3" } From 7b4d240f9677fffb0b702269234ed6ad8e6db675 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 22:05:03 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v1.17.4-gc --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e713504..c389371 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: geth args: - UPSTREAM_VERSION: v1.17.1-gc.3 + UPSTREAM_VERSION: v1.17.4-gc STAKER_SCRIPTS_VERSION: v0.1.2 P2P_PORT: 35417 DATA_DIR: /gnosis