mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update electrs to v0.10.9 (#2327)
This commit is contained in:
parent
138023761d
commit
a2d30f73ec
@ -24,7 +24,7 @@ services:
|
|||||||
ipv4_address: $APP_ELECTRS_IP
|
ipv4_address: $APP_ELECTRS_IP
|
||||||
|
|
||||||
electrs:
|
electrs:
|
||||||
image: getumbrel/electrs:v0.10.7@sha256:f8831afff4014528a3fdb1e3ccd606bd4c9474ddc25a4b318c5ba6ba50e5b734
|
image: getumbrel/electrs:v0.10.9@sha256:622657fbdc7331a69f5b3444e6f87867d51ac27d90c399c8bf25d9aab020052b
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
ELECTRS_LOG_FILTERS: "INFO"
|
ELECTRS_LOG_FILTERS: "INFO"
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: electrs
|
id: electrs
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: Electrs
|
name: Electrs
|
||||||
version: "0.10.7"
|
version: "0.10.9"
|
||||||
tagline: A simple and efficient Electrum Server
|
tagline: A simple and efficient Electrum Server
|
||||||
description: >
|
description: >
|
||||||
Run your personal Electrum server and connect your Electrum-compatible wallet,
|
Run your personal Electrum server and connect your Electrum-compatible wallet,
|
||||||
@ -30,9 +30,13 @@ gallery:
|
|||||||
path: ""
|
path: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
This release adds support for testnet4 and prevents mempool syncing until bitcoind's mempool is fully loaded.
|
Highlights:
|
||||||
|
- Separates blocks reading & index writing into scoped threads
|
||||||
|
- Sets HTTP Content-Type header for Prometheus response
|
||||||
|
- Doesn't deserialize transactions if not needed
|
||||||
|
- Allows concurrent DB background operations for SSDs
|
||||||
|
|
||||||
|
|
||||||
Full release notes are available at https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0107-nov-05-2024
|
Full release notes are available at https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0109-feb-01-2025
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/242
|
submission: https://github.com/getumbrel/umbrel/pull/242
|
||||||
|
Loading…
Reference in New Issue
Block a user