Neptune-Crypto/neptune-core

Display `PeerStanding`'s latest reward & punishment times

Offen

#475 geöffnet am 27.02.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (45 Forks)auto 404
good first issuelow priorityminorneptune-dashboard

Repository-Metriken

Stars
 (110 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The struct PeerStanding records the most recent reward and the most recent punishment. Alongside, it records the time of the respective event. Currently, this timestamp is never used.

Quoting @Sword-Smith, “the timestamp could be very valuable for debugging purposes -- as it allows you to go into the logs and see what caused the negative sanction.” In order to effectively use it,1 the times should be displayed.

Footnotes

  1. I don't consider digging through some JSON output effective in this context

Contributor Guide