From 32dd920dcbd4048e15a573d368f7e9104aa5ee5c Mon Sep 17 00:00:00 2001 From: Mayank Chhabra Date: Sat, 13 Feb 2021 18:54:11 +0530 Subject: [PATCH] Update btc-rpc-explorer app to v2.2.0 (#519) --- 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 55b68eb..19c31ff 100644 --- a/apps/btc-rpc-explorer/docker-compose.yml +++ b/apps/btc-rpc-explorer/docker-compose.yml @@ -8,7 +8,7 @@ x-logging: services: web: - image: getumbrel/btc-rpc-explorer:v2.1.0@sha256:62eda653cc2d0eb8cf491e05876ebffeebaa29ce900b82852214d0c07ca8457b + image: getumbrel/btc-rpc-explorer:v2.2.0@sha256:0caa2adf7d480c366942f565543c97b589bcbf8298180d7a143e73f484c04c9f logging: *default-logging restart: on-failure stop_grace_period: 1m diff --git a/apps/registry.json b/apps/registry.json index 87ae34e..b4b42cc 100644 --- a/apps/registry.json +++ b/apps/registry.json @@ -27,7 +27,7 @@ "id": "btc-rpc-explorer", "category": "Explorers", "name": "BTC RPC Explorer", - "version": "2.1.0", + "version": "2.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",