From 1d0ee2712c711644bc7b8049b47fc39891233c71 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:33:03 +0000 Subject: [PATCH 1/2] chore: bump erigon upstream to v3.4.3 --- dappnode_package.json | 47 ++++++++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 22d2357..f606268 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,32 +1,37 @@ { - "upstream": [ - { - "repo": "erigontech/erigon", - "version": "v3.4.2", - "arg": "UPSTREAM_VERSION" - }, - { - "repo": "dappnode/staker-package-scripts", - "version": "v0.1.2", - "arg": "STAKER_SCRIPTS_VERSION" - } + "architectures": [ + "linux/amd64", + "linux/arm64" ], - "description": "Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier.", - "shortDescription": "Ethereum implementation on the efficiency frontier.", - "type": "service", - "chain": "ethereum", - "categories": ["Blockchain"], - "architectures": ["linux/amd64", "linux/arm64"], "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-erigon-generic/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "ethereum", + "description": "Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier.", "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/dappnode/DAppNodePackage-erigon-generic.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-erigon-generic/issues" - }, "requirements": { "minimumDappnodeVersion": "0.2.106" - } + }, + "shortDescription": "Ethereum implementation on the efficiency frontier.", + "type": "service", + "upstream": [ + { + "arg": "UPSTREAM_VERSION", + "repo": "erigontech/erigon", + "version": "v3.4.3" + }, + { + "arg": "STAKER_SCRIPTS_VERSION", + "repo": "dappnode/staker-package-scripts", + "version": "v0.1.2" + } + ] } From 9d822f759f2cb831f01a4285bcc022a7d44bff39 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:33:04 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v3.4.3 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5b78c10..b6c8c33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: erigon args: - UPSTREAM_VERSION: v3.4.2 + UPSTREAM_VERSION: v3.4.3 STAKER_SCRIPTS_VERSION: v0.1.2 DATA_DIR: /home/erigon/.local/share environment: