From 2bb17b3652f77ffd73f6065ce7bc48381dfb8344 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 13 Sep 2021 19:05:44 +0700 Subject: [PATCH] Update btc-rpc-explorer app to v3.2.0 (#970) --- apps/btc-rpc-explorer/docker-compose.yml | 2 +- apps/registry.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/btc-rpc-explorer/docker-compose.yml b/apps/btc-rpc-explorer/docker-compose.yml index ac1fcbf..4806b14 100644 --- a/apps/btc-rpc-explorer/docker-compose.yml +++ b/apps/btc-rpc-explorer/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: web: - image: getumbrel/btc-rpc-explorer:v3.1.1@sha256:df6810c00cb026a1d8cadaba2f4926f1310b996eebe006d29929fece5bff63bf + image: getumbrel/btc-rpc-explorer:v3.2.0@sha256:ae22dae91a00268c8e02b50da332c6ffcb8c12a1f32991a1f85dfc1496a1c673 restart: on-failure stop_grace_period: 1m ports: diff --git a/apps/registry.json b/apps/registry.json index 47a3314..6908e61 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -247,7 +247,7 @@ "id": "btc-rpc-explorer", "category": "Explorers", "name": "BTC RPC Explorer", - "version": "3.1.1", + "version": "3.2.0", "tagline": "Simple, database-free blockchain explorer", "description": "BTC RPC Explorer is a full-featured, self-hosted explorer for the Bitcoin blockchain. With this explorer, you can explore not just the blockchain database, but also explore the functional capabilities of your Umbrel.\n\nIt comes with a network summary dashboard, detailed view of blocks, transactions, addresses, along with analysis tools for viewing stats on miner activity, mempool summary, with fee, size, and age breakdowns. You can also search by transaction ID, block hash/height, and addresses.\n\nIt's time to appreciate the \"fullness\" of your node.", "developer": "Dan Janosik",