Browse Source

Update electrs to 0.9.14

main
nmfretz 2 years ago
parent
commit
3791ea0679
  1. 2
      electrs/docker-compose.yml
  2. 12
      electrs/umbrel-app.yml

2
electrs/docker-compose.yml

@ -24,7 +24,7 @@ services:
ipv4_address: $APP_ELECTRS_IP
electrs:
image: getumbrel/electrs:v0.9.10@sha256:7b64bf93f2137fcd040fc512a302abda17dd1b4cad8181a14fa34c15361f1334
image: getumbrel/electrs:v0.9.14@sha256:f215ca7163a3bd42ae3db3563dd2b4600342bc0148641226cb704f8dc8da0b82
restart: always
environment:
ELECTRS_LOG_FILTERS: "INFO"

12
electrs/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: electrs
category: bitcoin
name: Electrs
version: "0.9.10"
version: "0.9.14"
tagline: A simple and efficient Electrum Server
description: >
Run your personal Electrum server and connect your Electrum-compatible wallet,
@ -30,12 +30,8 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
- Update dependencies (bitcoin, bitcoincore-rpc, tiny_http, serde_json, env_logger)
- Fix mempool fee rate formatting (#761)
- Allow configuring signet p2p magic (#762, #768)
- Don't panic in case of an invalid block header height (#786)
This update brings Electrs from version 0.9.10 to 0.9.14, and includes a variety of improvements
and bug fixes. Most notably, this update includes a fix to allow Nunchuk Bitcoin Wallet users to
connect to Electrs. Read more at: https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0914-jun-10-2023
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/242
Loading…
Cancel
Save