From c746cd5c27d05b7b2a6fa77d1647a71498d231f4 Mon Sep 17 00:00:00 2001 From: 3alpha <15694175+3alpha@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:46:24 +0200 Subject: [PATCH 1/2] chore: bump monero upstream to v0.18.5.1 --- dappnode_package.json | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 5cd67dd..bf7a40d 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,29 +1,33 @@ { - "name": "monero.dnp.dappnode.eth", - "version": "0.2.11", - "upstreamVersion": "v0.18.5.0", - "upstreamRepo": "monero-project/monero", - "shortDescription": "Your own node for the private digital currency", - "description": "The Monero daemon monerod keeps your computer synced up with the Monero network. It downloads and validates the blockchain from the p2p network. `monerod` is entirely decoupled from your wallet. `monerod` does not access your private keys - it is not aware of your transactions and balance. Read the [monerod reference](https://monerodocs.org/interacting/monerod-reference/) to know all you can do with this DAppNode Package.", - "type": "service", - "chain": "monero", "author": "DAppNode Association (https://github.com/dappnode)", + "bugs": { + "url": "https://github.com/dappnode/DAppNodePackage-monero/issues" + }, + "categories": [ + "Blockchain" + ], + "chain": "monero", "contributors": [ "Eduardo Antuña (https://github.com/eduadiez)", "Abel Boldú (@vdo)" ], - "categories": ["Blockchain"], - "keywords": ["monero"], + "description": "The Monero daemon monerod keeps your computer synced up with the Monero network. It downloads and validates the blockchain from the p2p network. `monerod` is entirely decoupled from your wallet. `monerod` does not access your private keys - it is not aware of your transactions and balance. Read the [monerod reference](https://monerodocs.org/interacting/monerod-reference/) to know all you can do with this DAppNode Package.", + "keywords": [ + "monero" + ], + "license": "GPL-3.0", "links": { "api": "http://monero.dappnode:18081", "homepage": "https://github.com/dappnode/DAppNodePackage-monero#readme" }, + "name": "monero.dnp.dappnode.eth", "repository": { "type": "git", "url": "https://github.com/dappnode/DAppNodePackage-monero.git" }, - "bugs": { - "url": "https://github.com/dappnode/DAppNodePackage-monero/issues" - }, - "license": "GPL-3.0" + "shortDescription": "Your own node for the private digital currency", + "type": "service", + "upstreamRepo": "monero-project/monero", + "upstreamVersion": "v0.18.5.1", + "version": "0.2.12" } From db051c9d59527ab1db75fbe08fc03011553e9ce0 Mon Sep 17 00:00:00 2001 From: 3alpha <15694175+3alpha@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:46:25 +0200 Subject: [PATCH 2/2] chore: set UPSTREAM_VERSION to v0.18.5.1 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7f52179..dbe1e45 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v0.18.5.0 + UPSTREAM_VERSION: v0.18.5.1 image: monero.dnp.dappnode.eth:0.2.3 ports: - "18089:18089"