tari-project/block-explorer-frontend

[Feature] Hashrate (FKA Network Difficulty)

Closed this issue · 0 comments

⚠️HOLD: PENDING DESIGN UPDATES⚠️

Hashrate is an estimate of the total number of hashes or compute cycles required to mine blocks. Note this is an estimate as it is derived from the difficulty (which is why there are confidence intervals on the chart)

The higher the hashrate the harder it is to mine a block.

Zeplin:
TODO -> this asset has to be updated

Specs

  • dropdown: Last 30 Days, Last 6 Months, Since Genesis. Default Last 6 Months
  • header: "Hashrate"
  • subheader: "An estimate of the computational security behind the Tari Blockchain"
  • y-axis the units should be in the relevant units.

Acceptance Criteria

  • When a user changes the time horizon the chart should update, ideally there would be some animation but this is not necessary
  • The confidence interval should a 95% confidence interval
  • There should be no break on the y-axis

Open Questions

  • What should the tooltip look like