mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Electrs to 0.10.1 (#819)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
015744c78e
commit
a062a28acb
@ -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"
|
||||||
@ -51,4 +51,4 @@ services:
|
|||||||
- ${APP_DATA_DIR}/torrc:/etc/tor/torrc:ro
|
- ${APP_DATA_DIR}/torrc:/etc/tor/torrc:ro
|
||||||
- ${TOR_DATA_DIR}:/data
|
- ${TOR_DATA_DIR}:/data
|
||||||
environment:
|
environment:
|
||||||
HOME: "/tmp"
|
HOME: "/tmp"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user