From f1abc0e5c908b35045b679b9426787509f487d21 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:58:40 +0000 Subject: [PATCH 1/2] chore: bump aztec-packages upstream to 4.4.0 --- dappnode_package.json | 46 +++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 8b15a13..385f220 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,34 +1,46 @@ { - "name": "aztec-testnet.public.dappnode.eth", - "version": "0.0.87", - "upstreamVersion": "v0.87.2", - "upstreamRepo": "AztecProtocol/aztec-packages", - "upstreamArg": "UPSTREAM_VERSION", - "description": "Aztec is a privacy first L2 on Ethereum", - "type": "service", - "architectures": ["linux/amd64"], + "architectures": [ + "linux/amd64" + ], "author": "DAppNode Association (https://github.com/dappnode)", - "categories": ["Blockchain", "ETH2.0"], - "keywords": ["aztec", "validator", "rollup", "privacy"], + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-aztec-testnet/issues" + }, + "categories": [ + "Blockchain", + "ETH2.0" + ], + "description": "Aztec is a privacy first L2 on Ethereum", "globalEnvs": [ { "envs": [ "PUBLIC_IP" ], - "services": ["sequencer"] + "services": [ + "sequencer" + ] } ], + "keywords": [ + "aztec", + "validator", + "rollup", + "privacy" + ], + "license": "Apache-2.0", "links": { + "docs": "https://docs.aztec.network", "homepage": "https://aztec.network", - "readme": "https://github.com/DAppNode/DAppNodePackage-aztec-testnet#readme", - "docs": "https://docs.aztec.network" + "readme": "https://github.com/DAppNode/DAppNodePackage-aztec-testnet#readme" }, - "license": "Apache-2.0", + "name": "aztec-testnet.public.dappnode.eth", "repository": { "type": "git", "url": "https://github.com/DAppNode/DAppNodePackage-aztec-testnet.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-aztec-testnet/issues" - } + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "AztecProtocol/aztec-packages", + "upstreamVersion": "4.4.0", + "version": "0.0.88" } From 41b8010eddee69fbc652edc264cbdfcfc97caa5d Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:58:41 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to 4.4.0 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5a4e213..1a9e9bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: ./sequencer args: - UPSTREAM_VERSION: 0.87.2 + UPSTREAM_VERSION: 4.4.0 volumes: - data:/root environment: