Skip to content

feat(dashmate): Add contract and block height data to dashmate status output #540

@pshenmic

Description

@pshenmic

Expected Behavior

Dashmate status command have info about block height data

Current Behavior

It does not show block height data

Possible Solution

Add block height data to the status command. Additionally, the fallback strategy for obtaining best block height should be implemented.
Call to the external blockchain explorer is used in dashmate status for obtaining the correct chain for best block height and its used as truth of source. This call can fail, server may be down, or other reasons, and this leads to the command fail as well. Add fallback to the getchaintips dashcore RPC method and mark the information as the local by coloring it in yellow.

Metadata

Metadata

Assignees

Labels

dashmateDashmate relatedeffort: SSmall effort — a few hours or lessenhancementNew feature or requestpriority: lowLow priority — nice to have

Type

No type

Projects

Status

Current Version Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions