From dbaa24c7b50853beb4ba8bb09f2de46c77444906 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:41:54 +0000 Subject: [PATCH 1/2] chore: bump web3signer upstream to 26.7.0 --- dappnode_package.json | 82 +++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 38 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 10812cb..d55d2a0 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,58 +1,64 @@ { - "upstream": [ - { - "repo": "ConsenSys/web3signer", - "version": "26.4.2", - "arg": "WEB3SIGNER_VERSION" - }, - { - "repo": "dappnode/StakingBrain", - "version": "0.1.32", - "arg": "BRAIN_VERSION" - }, + "architectures": [ + "linux/amd64", + "linux/arm64" + ], + "author": "DAppNode Association (https://github.com/dappnode)", + "backup": [ { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" + "name": "keystores", + "path": "/data/keyfiles", + "service": "web3signer" }, { - "repo": "dappnode/validator-tracker", - "version": "0.1.5", - "arg": "TRACKER_VERSION" + "name": "brain-db", + "path": "/app/data/brain-db.json", + "service": "brain" } ], - "architectures": ["linux/amd64", "linux/arm64"], - "mainService": "web3signer", - "shortDescription": "Remote signer + slashing protection database + User interface to import validator keystores + Flyway for handling db migrations + validatro tracker for notifications", - "description": "Web3Signer package manages your validator keystores effectively, providing a seamless way to handle signing requests and switch between clients with ease.", - "type": "service", - "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-web3signer-generic/issues" + }, + "categories": [ + "Blockchain", + "ETH2.0" + ], "contributors": [ "mgarciate (https://github.com/mgarciate)", "pablomendezroyo (https://github.com/pablomendezroyo" ], - "categories": ["Blockchain", "ETH2.0"], + "description": "Web3Signer package manages your validator keystores effectively, providing a seamless way to handle signing requests and switch between clients with ease.", + "license": "Apache-2.0", + "mainService": "web3signer", "repository": { "type": "git", "url": "git+https://github.com/dappnode/DAppNodePackage-web3signer-generic.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-web3signer-generic/issues" + "requirements": { + "minimumDappnodeVersion": "0.2.101" }, - "license": "Apache-2.0", - "backup": [ + "shortDescription": "Remote signer + slashing protection database + User interface to import validator keystores + Flyway for handling db migrations + validatro tracker for notifications", + "type": "service", + "upstream": [ { - "name": "keystores", - "path": "/data/keyfiles", - "service": "web3signer" + "arg": "WEB3SIGNER_VERSION", + "repo": "ConsenSys/web3signer", + "version": "26.7.0" }, { - "name": "brain-db", - "path": "/app/data/brain-db.json", - "service": "brain" + "arg": "BRAIN_VERSION", + "repo": "dappnode/StakingBrain", + "version": "0.1.32" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" + }, + { + "arg": "TRACKER_VERSION", + "repo": "dappnode/validator-tracker", + "version": "0.1.5" } - ], - "requirements": { - "minimumDappnodeVersion": "0.2.101" - } + ] } From d7c9cb97fddb9f584e4da0cfb4891e8051f6bca5 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 06:41:55 +0000 Subject: [PATCH 2/2] chore: set WEB3SIGNER_VERSION to 26.7.0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 15c2274..4a93051 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,7 @@ services: build: context: services/web3signer args: - WEB3SIGNER_VERSION: 26.4.2 + WEB3SIGNER_VERSION: 26.7.0 STAKER_SCRIPTS_VERSION: v0.1.2 POSTGRES_USER: postgres environment: