From 4f27b35785a14392829d9fefb8d1fba11f1645be Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:59:45 +0000 Subject: [PATCH 1/2] chore: bump teku upstream to 26.6.1 --- dappnode_package.json | 56 ++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 9709964..82d640a 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,39 +1,45 @@ { - "upstream": [ - { - "repo": "ConsenSys/teku", - "version": "26.4.0", - "arg": "UPSTREAM_VERSION" - }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } + "architectures": [ + "linux/amd64", + "linux/arm64" ], - "architectures": ["linux/amd64", "linux/arm64"], - "shortDescription": "Teku Beacon chain + validator", - "description": "Teku implementation of Beacon chain + validator", - "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", - "categories": ["Blockchain", "ETH2.0"], - "repository": { - "type": "git", - "url": "git+https://github.com/dappnode/DAppNodePackage-teku-generic.git" - }, "bugs": { "url": "https://github.com/dappnode/DAppNodePackage-teku-generic/issues" }, - "license": "Apache-2.0", + "categories": [ + "Blockchain", + "ETH2.0" + ], "chain": { "driver": "ethereum-beacon-chain", - "serviceName": "beacon-chain", - "portNumber": 3500 + "portNumber": 3500, + "serviceName": "beacon-chain" }, - "warnings": { - "onRemove": "Make sure your web3signer does not have this client selected or you will stop validating! (Packages > web3signer > config > client)" + "description": "Teku implementation of Beacon chain + validator", + "license": "Apache-2.0", + "repository": { + "type": "git", + "url": "git+https://github.com/dappnode/DAppNodePackage-teku-generic.git" }, "requirements": { "minimumDappnodeVersion": "0.2.106" + }, + "shortDescription": "Teku Beacon chain + validator", + "type": "service", + "upstream": [ + { + "arg": "UPSTREAM_VERSION", + "repo": "ConsenSys/teku", + "version": "26.6.1" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" + } + ], + "warnings": { + "onRemove": "Make sure your web3signer does not have this client selected or you will stop validating! (Packages > web3signer > config > client)" } } From 57fbcc956bf0df15f4e54040a16c34db33d7ddce Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:59:46 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to 26.6.1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f387e5d..b857024 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: beacon-chain args: - UPSTREAM_VERSION: 26.4.0 + UPSTREAM_VERSION: 26.6.1 STAKER_SCRIPTS_VERSION: v0.1.2 DATA_DIR: /opt/teku/data environment: