janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.53k stars 1.15k forks source link

index-network-summary: Next Block not on signet #433

Closed jsarenik closed 2 years ago

jsarenik commented 2 years ago

This change disables Next Block inside Network Summary section for signet.

Compare https://signet.bitcoinexplorer.org/ with always-rotating progress indicator with https://ex.signet.bublina.eu.org/

jsarenik commented 2 years ago

@janoside Please consider this one-liner change (already rebased and changed for the current master branch).

jsarenik commented 2 years ago

Oops, really rebased to latest master including aws-sdk package and have issues with that on Alpine Linux, so not working at the moment.

EDIT: Works now, but in my branch I have removed all apputils and S3-related recent additions.