diff --git a/electrs/docker-compose.yml b/electrs/docker-compose.yml index 8241e87..0544b0b 100644 --- a/electrs/docker-compose.yml +++ b/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" diff --git a/electrs/umbrel-app.yml b/electrs/umbrel-app.yml index 49700bd..2b8041b 100644 --- a/electrs/umbrel-app.yml +++ b/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 \ No newline at end of file