dashpay / platform

L2 solution for seriously fast decentralized applications for the Dash network
https://dashplatform.readme.io/docs/introduction-what-is-dash-platform
MIT License
72 stars 39 forks source link

feat(dashmate): platform status should show latest platform block seen by other nodes #1215

Open strophy opened 1 year ago

strophy commented 1 year ago

Expected Behavior

It would be nice if dashmate status platform would indicate if the current block matches (or is near) the highest block seen on the network.

Current Behavior

A node on testnet got stuck on 5027, but the rest of the chain progressed. We should add a field to indicate that other nodes are e.g. on 6040, and give an indication that this node might be stuck by changing the colour red.

Possible Solution

Inspect TD voting traffic and if other block numbers being voted on are at a significantly greater height than our node. image

Alternatives Considered

Additional Context

shumkov commented 1 month ago

@pshenmic what do you think about it?