From 1d78fe014efc7bf61922f98444b866d11f6f4a39 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:43:59 +0000 Subject: [PATCH 1/2] chore: bump nethermind upstream to 1.38.1 --- dappnode_package.json | 51 ++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 23 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 0600e23..8160710 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,39 @@ { + "architectures": [ + "linux/amd64", + "linux/arm64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "ethereum", + "description": "Nethermind - The world's fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.", + "license": "GPL-3.0", "name": "nethermind.public.dappnode.eth", - "version": "1.0.52", + "repository": { + "type": "git", + "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic.git" + }, + "requirements": { + "minimumDappnodeVersion": "0.2.106" + }, + "shortDescription": "Nethermind Ethereum client", + "type": "service", "upstream": [ { + "arg": "UPSTREAM_VERSION", "repo": "NethermindEth/nethermind", - "version": "1.38.0", - "arg": "UPSTREAM_VERSION" + "version": "1.38.1" }, { + "arg": "STAKER_SCRIPTS_VERSION", "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" + "version": "v0.1.2" } ], - "shortDescription": "Nethermind Ethereum client", - "description": "Nethermind - The world's fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.", - "type": "service", - "architectures": ["linux/amd64", "linux/arm64"], - "chain": "ethereum", - "author": "DAppNode Association (https://github.com/dappnode)", - "categories": ["Blockchain"], - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic.git" - }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic/issues" - }, - "license": "GPL-3.0", - "requirements": { - "minimumDappnodeVersion": "0.2.106" - } + "version": "1.0.53" } From cb0282f7227b3535f7a2b817c09eb3bc62d9f0ee Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:44:00 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to 1.38.1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index be41e1d..5197de6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: nethermind args: - UPSTREAM_VERSION: 1.38.0 + UPSTREAM_VERSION: 1.38.1 STAKER_SCRIPTS_VERSION: v0.1.2 DATA_DIR: /data restart: unless-stopped