Update btc-rpc-explorer to v3.5.1 (#3147)

This commit is contained in:
Nathan Fretz 2025-07-07 21:44:43 +10:00 committed by GitHub
parent 59bdc5c17d
commit 4cb76799ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 8 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
web:
image: getumbrel/btc-rpc-explorer:v3.5.0@sha256:11b55b2efd7c6a27cd1c13474ad78e8f0b91fdac2e8a48141e40ed38c5efd186
image: getumbrel/btc-rpc-explorer:v3.5.1@sha256:ebf4cdafc189761b909bb3e211b01a6b50d2f08097f3493543ed9c3174d83d89
restart: on-failure
stop_grace_period: 1m
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: btc-rpc-explorer
category: bitcoin
name: BTC RPC Explorer
version: "3.5.0"
version: "3.5.1"
tagline: Simple, database-free blockchain explorer
description: >-
BTC RPC Explorer is a full-featured, self-hosted explorer for the
@ -19,12 +19,7 @@ releaseNotes: >-
⚠️ It may take a few minutes for the app to be accessible after updating. Please be patient.
This is a minor update that fixes a few bugs and includes the following improvements:
- Mempool total fees are now displayed on the main page
- Improved fee estimates for the next block
Note: the version shown within the app will still be 3.4.0 even though the app will be running 3.5.0. The developers of BTC RPC Explorer are aware of this cosmetic issue.
This release includes some small fixes, as well as a new addition to the Bitcoin Fun page.
Full release notes for BTC RPC Explorer versions are available at https://github.com/janoside/btc-rpc-explorer/releases