You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an old, closed issue, migrated here for historical reference. No action necessary.
We want to show the number of sapphire/emerald nodes.
We don't care about other consensus data right now. So let's just index recent consensus heights; the registry is always downloaded as a whole, not in the form of incremental diffs.
Doing this will cause indexing to halt because of >0 checks for balances. A not-so-hacky workaround would be to implement (and hardcode, for now) fast-sync mode in the consensus analyzer.
This is an old, closed issue, migrated here for historical reference. No action necessary.
We want to show the number of sapphire/emerald nodes.
We don't care about other consensus data right now. So let's just index recent consensus heights; the registry is always downloaded as a whole, not in the form of incremental diffs.
Doing this will cause indexing to halt because of >0 checks for balances. A not-so-hacky workaround would be to implement (and hardcode, for now) fast-sync mode in the consensus analyzer.
First precondition:
Second precondition:
OR
The text was updated successfully, but these errors were encountered: