From 4f2bdf92c8abeb43514a5c97227c29317dcb9b3b Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:11:34 +0000 Subject: [PATCH 1/2] chore: bump zcash upstream to v6.20.0 --- dappnode_package.json | 46 +++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 21 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 6118219..db91881 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,38 @@ { - "name": "zcash.public.dappnode.eth", - "version": "0.2.16", - "upstreamVersion": "v6.12.5", - "shortDescription": "Zcash is a privacy-protecting, digital currency built on strong science.", - "description": "Zcash is a privacy-protecting, digital currency built on strong science. Transact efficiently and safely with low fees while ensuring digital transactions remain private. Selectively share address and transaction information for auditing or regulatory compliance.", - "type": "service", "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-zcash/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "bitcoin", "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)" ], - "upstreamRepo": "zcash/zcash", - "upstreamArg": "UPSTREAM_VERSION", - "chain": "bitcoin", - "requirements": { - "minimumDappnodeVersion": "0.2.10" - }, + "dependencies": {}, + "description": "Zcash is a privacy-protecting, digital currency built on strong science. Transact efficiently and safely with low fees while ensuring digital transactions remain private. Selectively share address and transaction information for auditing or regulatory compliance.", + "keywords": [ + "zcash" + ], + "license": "GPL-3.0", "links": { - "host": "zcash.public.dappnode", "api": "http://zcash.public.dappnode:8332", - "homepage": "https://github.com/dappnode/DAppNodePackage-zcash#readme" + "homepage": "https://github.com/dappnode/DAppNodePackage-zcash#readme", + "host": "zcash.public.dappnode" }, - "license": "GPL-3.0", - "categories": ["Blockchain"], - "keywords": ["zcash"], - "dependencies": {}, + "name": "zcash.public.dappnode.eth", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-zcash.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-zcash/issues" - } + "requirements": { + "minimumDappnodeVersion": "0.2.10" + }, + "shortDescription": "Zcash is a privacy-protecting, digital currency built on strong science.", + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "zcash/zcash", + "upstreamVersion": "v6.20.0", + "version": "0.2.17" } From 110c9aa4bc80be1551b8a924694591dae53a989c Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 14:11:35 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v6.20.0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1bb6326..1ffc193 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./src args: - UPSTREAM_VERSION: v6.12.5 + UPSTREAM_VERSION: v6.20.0 restart: unless-stopped volumes: - zcash:/home/zcash