helium / explorer

A Helium Blockchain Explorer
Apache License 2.0
124 stars 135 forks source link

Total HNT emitted per day #104

Closed cokes518 closed 3 years ago

cokes518 commented 3 years ago

On the /hotspots page, add a chart that illustrates the total HNT emitted over the last 180 days. Goal here is to understand changes in HNT emissions over time from block time changes and aim for a consistent emission schedule.

cokes518 commented 3 years ago

this might be hard to piece together without a proper api query. presumably we could look for the consensus election transactions, find its corresponding mining reward transaction and tally them up for each election, but with changing election times, we may fail to get an api response leading inaccurate HNT emission values.

cokes518 commented 3 years ago

related API issue: https://github.com/helium/blockchain-http/issues/186