Update Monero daemon to v0.18.4.1 (#3289)

This commit is contained in:
Kris Kolderson 2025-07-28 12:57:54 +03:00 committed by GitHub
parent 9b0fe07e4a
commit 803724e1e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -44,7 +44,7 @@ services:
restart: unless-stopped
stop_grace_period: 15m
command: "${APP_MONERO_COMMAND}"
image: ghcr.io/sethforprivacy/simple-monerod:v0.18.4.0@sha256:eb143b50b427348f74b94d9342aaa6c9a1b4e74310cf1bfb1aa8623361ec20a1
image: ghcr.io/sethforprivacy/simple-monerod:v0.18.4.1@sha256:11810da93d3a92721421e7aa5f6e1763e12752d5398b84659d864cccc3ebe989
ports:
- "${APP_MONERO_P2P_PORT}:${APP_MONERO_P2P_PORT}"
- "${APP_MONERO_RPC_PORT}:${APP_MONERO_RPC_PORT}"

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: monero
category: finance
name: Monero Node
version: "0.18.4.0"
version: "0.18.4.1"
tagline: Run a monero node
description: >-
Run your monero node and independently store and validate every single Monero transaction with it.
@ -23,15 +23,15 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This is a recommended release that fixes multiple daemon-related (monerod) network vulnerabilities.
This release contains bug fixes related to the wallet, the daemon, the RPC, and more.
Some highlights of this release are:
- reduce disk writes from 2 to 1 per transaction
- fix temp fails causing alt blocks to be permanently invalid
- fix daemon connection speed throttling incorrectly
- fix --anonymous-inbound data leak
- update seed nodes
- minor bug fixes and improvements
- add new dynamic fees to ZMQ
- add set_subaddresss_lookahead endpoint
- improve logic when connecting to a peer
- fix edge case causing unresponsive wallet
- add safeguard for rare exception in TCP accept handler
Further details can be found at https://www.getmonero.org/2025/04/05/monero-0.18.4.0-released.html
Further details can be found at https://www.getmonero.org/2025/07/25/monero-0.18.4.1-released.html