Skip to content

Commit

Permalink
Update electrs to v0.10.7 (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Nov 21, 2024
1 parent 8cc4117 commit 9432ddf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions electrs/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 3006

app:
image: getumbrel/umbrel-electrs:v1.0.2@sha256:3dae686b22b1fdfd72ff058d022045f96cc5116e76f82f435d58f1cfe8f46418
image: getumbrel/umbrel-electrs:v1.0.4@sha256:fa2fd04f4c7515aad84f21640f5feab1417bc18e20bc65cda7ed97e59b8458db
depends_on:
- electrs
restart: on-failure
Expand All @@ -24,7 +24,7 @@ services:
ipv4_address: $APP_ELECTRS_IP

electrs:
image: getumbrel/electrs:v0.10.6@sha256:e8e23c02d82eccad3d0a82cd00270e799b6484dad482fe8cae8f8964efb1e8a1
image: getumbrel/electrs:v0.10.7@sha256:f8831afff4014528a3fdb1e3ccd606bd4c9474ddc25a4b318c5ba6ba50e5b734
restart: always
environment:
ELECTRS_LOG_FILTERS: "INFO"
Expand Down
11 changes: 3 additions & 8 deletions electrs/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: electrs
category: bitcoin
name: Electrs
version: "0.10.6"
version: "0.10.7"
tagline: A simple and efficient Electrum Server
description: >
Run your personal Electrum server and connect your Electrum-compatible wallet,
Expand Down Expand Up @@ -30,14 +30,9 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
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
This release adds support for testnet4 and prevents mempool syncing until bitcoind's mempool is fully loaded.
Full release notes are available at https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0106-sep-29-2024
Full release notes are available at https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0107-nov-05-2024
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/242

0 comments on commit 9432ddf

Please sign in to comment.