From 63f5b4341728a8d810d6c7fd85c18768322fa331 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:18:16 +0000 Subject: [PATCH 1/2] chore: bump StakingBrain upstream to 0.1.31 --- dappnode_package.json | 82 +++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 38 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 10812cb..5b1fa8f 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.4.2" }, { - "name": "brain-db", - "path": "/app/data/brain-db.json", - "service": "brain" + "arg": "BRAIN_VERSION", + "repo": "dappnode/StakingBrain", + "version": "0.1.31" + }, + { + "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 c52d098e95c1267d21db4c8fce55b3d220cbb024 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 11:18:17 +0000 Subject: [PATCH 2/2] chore: set BRAIN_VERSION to 0.1.31 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 15c2274..8213751 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: services/brain args: - BRAIN_VERSION: 0.1.32 + BRAIN_VERSION: 0.1.31 environment: - LOG_LEVEL=debug restart: unless-stopped