Neptune-Crypto/neptune-core

Archive Size

Aberta

#12 aberto em 10 de jul. de 2023

 (1 comentário) (0 reação) (0 responsável)Rust (45 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (110 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador