Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status page not showing correct information #21

Open
jhodges10 opened this issue Jun 18, 2018 · 2 comments
Open

Status page not showing correct information #21

jhodges10 opened this issue Jun 18, 2018 · 2 comments
Labels

Comments

@jhodges10
Copy link

jhodges10 commented Jun 18, 2018

Looks like the initial sync Start Date is broken.

It also appears that the Initial Blockchain Height and Synced Blocks are also broken, or not displaying the correct information for each data point.

image

@nmarley
Copy link

nmarley commented Jun 18, 2018

I agree that "Start Date" is now broken and previously this wasn't the case. Not sure about the other fields, but for the record, a lot of this info is legacy and mostly a repeat of the data from getinfo call which is on the right sidebar.

Previously, Insight had a LevelDB k/v store which was used for address indexing, but that index has now been moved into the Core code, so it doesn't have to sync and index with DashCore anymore. (The "sync" fields now just display DashCore network sync info, as far as I understand it.)

@nmarley nmarley added the bug label Jun 18, 2018
@dashpay dashpay deleted a comment from RaM1488 Aug 12, 2019
@bfoss765
Copy link

Added to backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants