mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update monero to v0.18.3.4 (#1808)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
81b76b38f1
commit
69f04e5a52
@ -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}"
|
||||
|
@ -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 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.
|
Loading…
Reference in New Issue
Block a user