Browse Source

Update electrs to v0.10.6 (#1711)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
d557ab1803
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      electrs/docker-compose.yml
  2. 20
      electrs/umbrel-app.yml

2
electrs/docker-compose.yml

@ -24,7 +24,7 @@ services:
ipv4_address: $APP_ELECTRS_IP
electrs:
image: getumbrel/electrs:v0.10.2@sha256:bcd3066e795b0f242540481736705b5e86fa159b539fdd562f08007bd112faf9
image: getumbrel/electrs:v0.10.6@sha256:e8e23c02d82eccad3d0a82cd00270e799b6484dad482fe8cae8f8964efb1e8a1
restart: always
environment:
ELECTRS_LOG_FILTERS: "INFO"

20
electrs/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: electrs
category: bitcoin
name: Electrs
version: "0.10.2"
version: "0.10.6"
tagline: A simple and efficient Electrum Server
description: >
Run your personal Electrum server and connect your Electrum-compatible wallet,
@ -30,18 +30,14 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
This update from version 0.10.1 to 0.10.2 brings a variety of improvements, including:
Highlights:
- Added support for latest version of bitcoind
- Improved stability and error handling for mempool sync and fee estimation processes
- Enhanced efficiency by optimizing database memory usage
- Deprecated unused config option timestampindex
- Updated software dependencies for better compatibility and performance
- Use batched RPC to fetch mempool entries & transactions
- Avoid redundant recomputation of fee histogram bins
- Don't flush when nothing is written to DB
- Update dependencies
Read more at: https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0102-dec-31-2023
Full release notes are available at https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0106-sep-29-2024
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/242

Loading…
Cancel
Save