Skip to content

Commit

Permalink
Update monero to v0.18.3.4 (#1808)
Browse files Browse the repository at this point in the history
Co-authored-by: nmfretz <[email protected]>
  • Loading branch information
colder-is-better and nmfretz authored Nov 20, 2024
1 parent 81b76b3 commit 69f04e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monero/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
restart: unless-stopped
stop_grace_period: 15m
command: "${APP_MONERO_COMMAND}"
image: ghcr.io/sethforprivacy/simple-monerod:v0.18.3.3@sha256:4e07ca4119cd34d61684c44151296535cb9ba674e081d0a622432be4ac51c2c9
image: ghcr.io/sethforprivacy/simple-monerod:v0.18.3.4@sha256:26535f28aba4e8404a8a9a362b27beadfa48e25e23b73c20886cdbe342013690
ports:
- "${APP_MONERO_P2P_PORT}:${APP_MONERO_P2P_PORT}"
- "${APP_MONERO_RPC_PORT}:${APP_MONERO_RPC_PORT}"
Expand Down
12 changes: 10 additions & 2 deletions monero/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: monero
category: finance
name: Monero Node
version: "0.18.3.3"
version: "0.18.3.4"
tagline: Run a monero node
description: >-
Run your monero node and independently store and validate every single Monero transaction with it.
Expand All @@ -22,4 +22,12 @@ gallery:
- 3.jpg
path: ""
defaultPassword: ""
releaseNotes: ""
releaseNotes: >-
Highlights:
- Support for locked transfers has been removed.
- The daemon now skips privacy networks that lack outgoing connections.
- Improvements to the daemon include preventing duplicate transactions in the fluff queue and fixing unintended disconnections.
- Resolved bugs in the daemon’s ZMQ DaemonInfo functionality.
- Fixed an issue with the stagenet wallet restore height estimate.
- Added support for Ledger Flex in the wallet.
- Resolved a bug in the log rotation mechanism.

0 comments on commit 69f04e5

Please sign in to comment.