Update fulcrum to version 1.12.0 (#2493)

This commit is contained in:
Alexander L. 2025-04-04 02:29:02 +02:00 committed by GitHub
parent d522f31b36
commit 48edbd6a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 16 deletions

View File

@ -25,9 +25,9 @@ services:
networks:
default:
ipv4_address: $APP_FULCRUM_IP
fulcrum:
image: cculianu/fulcrum:v1.11.1@sha256:70f06b93ab5863997992d4b4508312fe81ce576017e16ecc7e69c7d38165bdf2
image: cculianu/fulcrum:v1.12.0.1@sha256:ee6a67224a766448507eddc0efba8649b5598f1ea3def39673e2a08210ae4921
init: true
stop_grace_period: 1m
restart: on-failure

View File

@ -4,15 +4,15 @@ implements:
- electrs
category: bitcoin
name: Fulcrum
version: "1.11.1-swappable.3"
version: "1.12.0"
tagline: A fast and nimble Electrum Server
description: >-
Run your personal Electrum server and connect your Electrum-compatible wallet,
including BitBoxApp, BlueWallet, Electrum Wallet (Android and Desktop), Nunchuk
(Desktop), Phoenix, and Sparrow Wallet to it instead of using a third-party
Electrum server.
Powered by Fulcrum from Calin Culianu
developer: Calin Culianu
website: https://fulcrumserver.org/
@ -30,16 +30,13 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This release improves database stability during app restarts (after this update) and adds UI notifications for any database corruption issues.
This release includes several bug fixes and improvements.
**Previous release notes:**
Fulcrum now integrates seamlessly with other apps, allowing you to connect to compatible apps like Bitcoin nodes and block explorers.
To switch an existing app to connect to Fulcrum, right-click the app and update the connection in “Settings.”
⚠️ Note: This feature requires umbrelOS 1.3 or later.
Key highlights:
- Added support for UPnP
- Added support for bitcoind's ZMQ pubhashtx message
- Improved Fulcrum's mempool model efficiency
- Fixed a rare and esoteric bug
- Added support for Unix domain sockets in ZeroMQ notifications
- Assorted code quality/readability/etc improvements