From 8f36b79d87fdca542d04f0cbb4385c49180bad85 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:39:58 +0000 Subject: [PATCH 1/2] chore: bump explorer-backend upstream to v3.3.7 --- dappnode_package.json | 68 +++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 32 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 6ce6054..588dc14 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,46 +1,50 @@ { - "name": "alephium.dnp.dappnode.eth", - "version": "0.1.68", - "upstream": [ - { - "repo": "alephium/alephium", - "version": "v4.5.3", - "arg": "ALEPHIUM_VERSION" - }, - { - "repo": "alephium/explorer-backend", - "version": "v3.3.6", - "arg": "ALEPHIUM_BACKEND_VERSION" - }, - { - "repo": "mgarciate/alephium-frontend", - "version": "1.11.2", - "arg": "ALEPHIUM_EXPLORER_VERSION" - } + "architectures": [ + "linux/amd64" ], - "shortDescription": "A new paradigm", - "description": "Alephium is the first live layer 1 sharded blockchain scaling and improving on Bitcoin core technologies, Proof of Work and UTXO. It delivers a highly performant, secure DeFi & dApps platform with enhanced energy efficiency.", - "type": "service", - "mainService": "alephium", "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-alephium/issues" + }, + "categories": [ + "Blockchain" + ], "contributors": [ "mgarciate (https://github.com/mgarciate)" ], - "categories": ["Blockchain"], - "architectures": ["linux/amd64"], + "description": "Alephium is the first live layer 1 sharded blockchain scaling and improving on Bitcoin core technologies, Proof of Work and UTXO. It delivers a highly performant, secure DeFi & dApps platform with enhanced energy efficiency.", + "license": "GPL-3.0", "links": { - "homepage": "https://github.com/alephium/alephium", - "api": "http://alephium.alephium.dappnode:12973", - "OpenAPI Node": "http://alephium.alephium.dappnode:12973/docs", + "Block explorer": "http://explorer-frontend.alephium.dappnode:3000", "OpenAPI Explorer": "http://explorer-backend.alephium.dappnode:9090/docs", - "Block explorer": "http://explorer-frontend.alephium.dappnode:3000" + "OpenAPI Node": "http://alephium.alephium.dappnode:12973/docs", + "api": "http://alephium.alephium.dappnode:12973", + "homepage": "https://github.com/alephium/alephium" }, + "mainService": "alephium", + "name": "alephium.dnp.dappnode.eth", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-alephium.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-alephium/issues" - }, - "license": "GPL-3.0" + "shortDescription": "A new paradigm", + "type": "service", + "upstream": [ + { + "arg": "ALEPHIUM_VERSION", + "repo": "alephium/alephium", + "version": "v4.5.3" + }, + { + "arg": "ALEPHIUM_BACKEND_VERSION", + "repo": "alephium/explorer-backend", + "version": "v3.3.7" + }, + { + "arg": "ALEPHIUM_EXPLORER_VERSION", + "repo": "mgarciate/alephium-frontend", + "version": "1.11.2" + } + ], + "version": "0.1.69" } From 82778f2abe156b39e1b20f6c0e744e56da1e1f1d Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:39:59 +0000 Subject: [PATCH 2/2] chore: set ALEPHIUM_VERSION to v3.3.7 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 3d4c7eb..ef919e6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: alephium args: - ALEPHIUM_VERSION: v4.5.3 + ALEPHIUM_VERSION: v3.3.7 restart: unless-stopped ports: - 9973:9973/tcp