Neptune-Crypto/neptune-core

Display `PeerStanding`'s latest reward & punishment times

開放

#475 建立於 2025年2月27日

 (0 則留言) (0 個反應) (0 位負責人)Rust (45 個分叉)auto 404
good first issuelow priorityminorneptune-dashboard

倉庫指標

星標
 (110 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南