From 011e39bf402fc690c558d996308a20105b467500 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:29:44 +0000 Subject: [PATCH 1/3] Initial plan From 90d44511c5ec16f749fcbb4f9f50bf811c8c6306 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:32:41 +0000 Subject: [PATCH 2/3] Add minimumDappnodeVersion field to dappnode_package.json Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com> --- dappnode_package.json | 65 +++++++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 27 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 0b61bed..af34da1 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,30 +1,41 @@ { - "name": "gnosis-geth.dnp.dappnode.eth", - "version": "0.1.0", - "upstream": [ - { - "repo": "gnosischain/go-ethereum", - "version": "v1.16.3-gc.2", - "arg": "UPSTREAM_VERSION" + "name": "gnosis-geth.dnp.dappnode.eth", + "version": "0.1.0", + "minimumDappnodeVersion": "0.3.11", + "upstream": [ + { + "repo": "gnosischain/go-ethereum", + "version": "v1.16.3-gc.2", + "arg": "UPSTREAM_VERSION" + }, + { + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2", + "arg": "STAKER_SCRIPTS_VERSION" + } + ], + "description": "geth-gnosis.dnp.dappnode.eth description", + "type": "service", + "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" }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } - ], - "description": "geth-gnosis.dnp.dappnode.eth description", - "type": "service", - "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" + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis/issues" + }, + "license": "GPL-3.0" } From 79312f55fa85d67977a1b6db76f95c32d3c55c33 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 14 Oct 2025 10:45:01 +0000 Subject: [PATCH 3/3] Fix indentation in dappnode_package.json to use 2 spaces Co-authored-by: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com> --- dappnode_package.json | 66 ++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 38 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index af34da1..637a410 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,41 +1,31 @@ { - "name": "gnosis-geth.dnp.dappnode.eth", - "version": "0.1.0", - "minimumDappnodeVersion": "0.3.11", - "upstream": [ - { - "repo": "gnosischain/go-ethereum", - "version": "v1.16.3-gc.2", - "arg": "UPSTREAM_VERSION" - }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } - ], - "description": "geth-gnosis.dnp.dappnode.eth description", - "type": "service", - "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" + "name": "gnosis-geth.dnp.dappnode.eth", + "version": "0.1.0", + "minimumDappnodeVersion": "0.3.11", + "upstream": [ + { + "repo": "gnosischain/go-ethereum", + "version": "v1.16.3-gc.2", + "arg": "UPSTREAM_VERSION" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-geth-gnosis/issues" - }, - "license": "GPL-3.0" + { + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2", + "arg": "STAKER_SCRIPTS_VERSION" + } + ], + "description": "geth-gnosis.dnp.dappnode.eth description", + "type": "service", + "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" }