ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

Proxy: handle neutrino sync percentage for api/v1/status command #804

Open raladev opened 4 years ago

raladev commented 4 years ago
Syncing light clients:
┌─────────┬─────────────────────────────────────────────────────┐
│ SERVICE │ STATUS                                              │
├─────────┼─────────────────────────────────────────────────────┤
│ lndbtc  │ Syncing 100.00% (1838346/1838342)                   │
└─────────┴─────────────────────────────────────────────────────┘
kilrau commented 3 years ago

Could you specify what exactly the issue is, e.g. (1838346/1838342) != 100% @raladev

kilrau commented 3 years ago

Two things to be changed by @raladev :

  1. (1838346/1838342) not being 100%
  2. it is about moving neutrino syncing from api/v1/setup-status to api/v1/status, to not have a redundant api call