fusion44 / fusion44/blitz_api

add lightning progress to setup-sync-info

Open
#201 1 comment 0 reactions 2 assignees Claimed by @rootzoll View on GitHub
enhancement SSE v0.6.0-beta
Dominant language
Python
Stars
25
Forks
19
PR merge metrics
No merged PRs in 30d

Description

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

```json
{
"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](https://user-images.githubusercontent.com/9399034/236668509-7a3c8f68-f008-4bd1-94c1-a9d44db49851.png)

![grafik](https://user-images.githubusercontent.com/9399034/236668504-56a13c63-7d00-4b38-903c-64205b0d38cb.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.