Update electrs to v0.10.9 (#2327)

This commit is contained in:
Nathan Fretz 2025-03-12 12:27:30 +10:00 committed by GitHub
parent 138023761d
commit a2d30f73ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

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

View File

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