Update monero to v0.18.3.4 (#1808)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Kris Kolderson 2024-11-20 04:17:27 +00:00 committed by GitHub
parent 81b76b38f1
commit 69f04e5a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 3 deletions

View File

@ -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}"

View File

@ -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.
@ -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 daemons 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.