fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

add lightning progress to setup-sync-info #201

Open cstenglein opened 1 year ago

cstenglein commented 1 year ago

Currently the setup-sync-info does not deliver lightning progress data:

{
    "initialsync": "running",
    "btc_default": "bitcoin",
    "btc_default_ready": "1",
    "btc_default_sync_percentage": "100.00",
    "btc_default_peers": "3",
    "system_count_start_blockchain": "1",
    "ln_default": "cl",
    "ln_default_ready": "1",
    "ln_default_locked": "0",
    "system_count_start_lightning": "0"
}

This confuses the user, since the sync progress is 100%, but in fact it is not since the lightning progress is not done:

grafik

grafik

fusion44 commented 1 year ago

@rootzoll I think the setup was your part :)