From a28ab16bd62806ed2c1ff0d7cdf0c9caa53416db Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:12:15 +0000 Subject: [PATCH 1/2] chore: bump juno upstream to v0.16.3 --- dappnode_package.json | 58 +++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 24 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index a3cdedc..06307b4 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,41 +1,51 @@ { - "name": "juno.dnp.dappnode.eth", - "version": "2.0.2", - "shortDescription": "StarkNet full node", - "description": "Nethermind Starknet Node Client Juno", - "type": "service", + "architectures": [ + "linux/amd64", + "linux/arm64" + ], "author": "DAppNode Association (https://github.com/dappnode)", + "categories": [ + "Developer tools", + "Blockchain" + ], "contributors": [ "hcastc00 (https://github.com/hcastc00)", "Artur Vargas (https://github.com/ArturVargas)", "Louis Garoche (https://github.com/lgaroche)" ], - "categories": ["Developer tools", "Blockchain"], - "keywords": ["starknet", "starkware", "nethermind"], - "architectures": ["linux/amd64", "linux/arm64"], - "upstreamArg": "UPSTREAM_VERSION", - "upstreamVersion": "v0.16.2", - "upstreamRepo": "NethermindEth/juno", - "links": { - "homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme", - "api": "http://juno.dappnode:6060/", - "websocket": "ws://juno.dappnode:6061/" - }, - "repository": { - "type": "git", - "url": "https://github.com/dappnode/DAppNodePackage-juno-generic" - }, - "license": "GPL-3.0", + "description": "Nethermind Starknet Node Client Juno", "exposable": [ { - "name": "StarkNet RPC", "description": "JSON RPC endpoint for StarkNet", + "name": "StarkNet RPC", "port": 6060 }, { - "name": "StarkNet WebSocket", "description": "WebSocket RPC endpoint for StarkNet", + "name": "StarkNet WebSocket", "port": 6061 } - ] + ], + "keywords": [ + "starknet", + "starkware", + "nethermind" + ], + "license": "GPL-3.0", + "links": { + "api": "http://juno.dappnode:6060/", + "homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme", + "websocket": "ws://juno.dappnode:6061/" + }, + "name": "juno.dnp.dappnode.eth", + "repository": { + "type": "git", + "url": "https://github.com/dappnode/DAppNodePackage-juno-generic" + }, + "shortDescription": "StarkNet full node", + "type": "service", + "upstreamArg": "UPSTREAM_VERSION", + "upstreamRepo": "NethermindEth/juno", + "upstreamVersion": "v0.16.3", + "version": "2.0.3" } From 0ae2eebf4132c1059cc0db640d7a5f4c09e34138 Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:12:17 +0000 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v0.16.3 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e34a647..f264478 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: juno args: - UPSTREAM_VERSION: v0.16.2 + UPSTREAM_VERSION: v0.16.3 security_opt: - seccomp:unconfined environment: