iotaledger / inx-chronicle

IOTA permanode implemented using the IOTA Node Extension (INX) interface.
Apache License 2.0
14 stars 13 forks source link

Add delegation/staking statistics: total delegated in committee (Nova) [medium] #1353

Open begonaalvarezd opened 7 months ago

begonaalvarezd commented 7 months ago

Description

Priority: medium

This is part 4 of 4 statistics we would like to have for delegation/staking statistics. The idea of this feature is to know how much is delegated to the active commitee, how much is the sum of all delegation outputs that are delegated to the committee

The 4 parts are:

  1. total staked
  2. total staked in committee
  3. total delegated
  4. total delegated in committee

Afaik, this needs an INX endpoint

Motivation

Improve statistics to accomodate to new IOTA 2.0 features, like delegation/staking statistics

Requirements

Open questions (optional)

Are you planning to do it yourself in a pull request?

No.