Browse Source

Update LnVisualizer to v0.0.25 (#81)

main
Max Kotlan 2 years ago
committed by GitHub
parent
commit
1b04df192f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ln-visualizer/docker-compose.yml
  2. 12
      ln-visualizer/umbrel-app.yml

4
ln-visualizer/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80
web:
image: maxkotlan/ln-visualizer-web:v0.0.23@sha256:4f43a46bae95245e7c271416b5ebadff2384a03b2ee9a9b3d3aea44043a9ce99
image: maxkotlan/ln-visualizer-web:v0.0.25@sha256:c349a106a6fb69c6d56301ae87f9844687a5ec28df9a104fb0b7585a67264092
init: true
restart: on-failure
stop_grace_period: 1m
@ -18,7 +18,7 @@ services:
ipv4_address: "${APP_LN_VISUALIZER_WEB_IP}"
api:
image: maxkotlan/ln-visualizer-api:v0.0.23@sha256:db7916921d9a5d354038715fb9b5f4256369192660f2989bbd49276ccaf3eb7e
image: maxkotlan/ln-visualizer-api:v0.0.25@sha256:839a53dd2fe230743cdc6edcd34811b7ec41644f433e8d52777482df57a72408
init: true
restart: on-failure
stop_grace_period: 1m

12
ln-visualizer/umbrel-app.yml

@ -2,7 +2,17 @@ manifestVersion: 1
id: ln-visualizer
category: Explorers
name: LnVisualizer
version: "0.0.23"
version: "0.0.25"
releaseNotes: >-
- Initial sync performance improvements
- New control to filter node by feature bits
- New dropdown for filtering by node network type (tor vs clearnet)
- Redesigned statistics window. Now it will calculate min/max/total/average for both the entire network and for subgraph being viewed.
- New settings dropdown to normalize channel color to min/max range of subgraph
tagline: View the Lightning Network from your node's perspective
description:
Your Lightning node is continuously receiving, storing, and transmitting graph information.

Loading…
Cancel
Save