Neptune-Crypto/neptune-core

Archive Size

開放

#12 建立於 2023年7月10日

 (1 則留言) (0 個反應) (0 位負責人)Rust (45 個分叉)auto 404
enhancementgood first issue

倉庫指標

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

描述

The dashboard has a field on the overview screen informing the user as to how much space is being used by archiving blocks, membership proofs, and mutator set data. But currently it only holds a placeholder because we don't have a way to calculate that yet.

Tasks:

  • Introduce and implement RPC calls to compute archive size.
  • Introduce and implement RPC calls to compute fraction of blockchain covered by archive (since we only have archival nodes at the moment, for the time being this should be different from 100% only while syncing.)
  • Use RPC calls in dashboard.

貢獻者指南