mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update fulcrum to version 1.12.0 (#2493)
This commit is contained in:
parent
d522f31b36
commit
48edbd6a23
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user