From d84a98a631eeaf3cbeccefaa448948129b29d72e Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:26:34 +0000 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 c82aa43d8a41be8357ca7431cc87f8c70cdb648e Mon Sep 17 00:00:00 2001 From: "tropibot[bot]" <285933081+tropibot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:26:35 +0000 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"