raiden icon indicating copy to clipboard operation
raiden copied to clipboard

`/status` API endpoint should return blocks to sync instead of `unavailable`

Open konradkonrad opened this issue 4 years ago • 1 comments

While syncing with the blockchain initially, the status endpoint returns unavailable -- for use in UI cases (e.g. wizard/webui), it should help the API caller to estimate how long it will be unavailable.

konradkonrad avatar May 07 '20 16:05 konradkonrad

According to the docs the blocks_to_sync should already be returned. There seems to be a bug in the API code.

manuelwedler avatar May 19 '20 12:05 manuelwedler