Neptune-Crypto/neptune-core

Display `PeerStanding`'s latest reward & punishment times

オープン

#475 opened on 2025/02/27

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (45 件のフォーク)auto 404
good first issuelow priorityminorneptune-dashboard

Repository metrics

Stars
 (110 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド