Browse Source
Update Electrs to 0.10.1 (#819)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
main
usernameisJim
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
7 deletions
-
electrs/docker-compose.yml
-
electrs/umbrel-app.yml
|
@ -24,7 +24,7 @@ services: |
|
|
ipv4_address: $APP_ELECTRS_IP |
|
|
ipv4_address: $APP_ELECTRS_IP |
|
|
|
|
|
|
|
|
electrs: |
|
|
electrs: |
|
|
image: getumbrel/electrs:v0.9.14@sha256:f215ca7163a3bd42ae3db3563dd2b4600342bc0148641226cb704f8dc8da0b82 |
|
|
image: getumbrel/electrs:v0.10.1@sha256:79cdac6a7bcdb51f8e4c6450411e42a90db3665939b6e33cbfb1c30ef3df00d3 |
|
|
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.9.14" |
|
|
version: "0.10.1" |
|
|
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,8 +30,7 @@ gallery: |
|
|
path: "" |
|
|
path: "" |
|
|
defaultPassword: "" |
|
|
defaultPassword: "" |
|
|
releaseNotes: > |
|
|
releaseNotes: > |
|
|
This update brings Electrs from version 0.9.10 to 0.9.14, and includes a variety of improvements |
|
|
This update from version 0.9.14 to 0.10.1 brings a variety of improvements, including optimizations to indexing and index querying. |
|
|
and bug fixes. Most notably, this update includes a fix to allow Nunchuk Bitcoin Wallet users to |
|
|
Read more at: https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0101-nov-01-2023 |
|
|
connect to Electrs. Read more at: https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0914-jun-10-2023 |
|
|
|
|
|
submitter: Umbrel |
|
|
submitter: Umbrel |
|
|
submission: https://github.com/getumbrel/umbrel/pull/242 |
|
|
submission: https://github.com/getumbrel/umbrel/pull/242 |