mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update Electrs to v0.10.2 (#933)
This commit is contained in:
parent
eb9907235e
commit
15568f1d84
|
@ -24,7 +24,7 @@ services:
|
||||||
ipv4_address: $APP_ELECTRS_IP
|
ipv4_address: $APP_ELECTRS_IP
|
||||||
|
|
||||||
electrs:
|
electrs:
|
||||||
image: getumbrel/electrs:v0.10.1@sha256:79cdac6a7bcdb51f8e4c6450411e42a90db3665939b6e33cbfb1c30ef3df00d3
|
image: getumbrel/electrs:v0.10.2@sha256:bcd3066e795b0f242540481736705b5e86fa159b539fdd562f08007bd112faf9
|
||||||
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.10.1"
|
version: "0.10.2"
|
||||||
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,7 +30,18 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
This update from version 0.9.14 to 0.10.1 brings a variety of improvements, including optimizations to indexing and index querying.
|
This update from version 0.10.1 to 0.10.2 brings a variety of improvements, including:
|
||||||
Read more at: https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0101-nov-01-2023
|
|
||||||
|
|
||||||
|
- 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
|
||||||
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