near-explorer icon indicating copy to clipboard operation
near-explorer copied to clipboard

New Stats Epic

Open icerove opened this issue 4 years ago • 1 comments

New Display statistic (From history issue to latest one)

  • [x] [#121] Growth of contracts deployed 1. method: get total amount of deployed contracts 2. puzzle : a. contract that deployed multi times shoud be count or not b. contracts that coming from function call instead deploy (cross contract call ? ) 3. difficulty: 3

  • [ ] [#189] NEAR Price (USD)

    1. method: get the NEAR price from Binance for daily chart
    2. puzzle: need to search for Binance API
    3. difficulty: 3
  • [ ] [#189] Total supply over time (supply breakdown: Liquid tokens, Staked tokens, Locked tokens, Circulating supply [requested by partners], unclaimed / etc tokens) 1. method: query from indexer and staking pool contract function call 2. puzzle : a. Liquid tokens -- not sure how to measure b. Staked tokens -- get id from staking pool and aggregate amount c. Locked tokens -- need to discuss (maybe fix in the #504 already) d. Circulating supply ( PR in #504) 3. difficulty: 3

  • [ ] [#189] Epoch reward for given epoch [measured in NEAR tokens] 1. method: get the epoch height block and the previous one, aggregate balance_burnt and minis the two. 2. puzzle: get all epoch height ( see this : https://github.com/frol/near-delegations-tracker-hack/blob/f5e24c9db7696f3a0517a28cca23862cfda8264e/index.js#L6) 3. difficulty: 2

  • [x] [#189] Amount of fees burnt over time [measured in NEAR tokens] 1. method: fee is the gas amount times gas price, already have total gas amount 2. puzzle: gas price may change in the future, how to avoid future work for this? 3. difficulty: 1

  • [ ] [#189] State size over time [measured in bytes/megabytes/etc] (also across shards) 1. method: need to discuss 2. puzzle: need to discuss -- unique ID 3. difficulty: need to discuss

  • [x] [#350] Weekly Active Accounts over time (can be a breakdown of the total number of accounts) 1. method: query from indexer like daily one 2. puzzle: none 3. difficulty: 2 --- in PR #575

  • [x] Daily Total Volume Transacted over time 1. method: query from indexer 2. puzzle: none 3. difficulty: 1 --- in PR #575

New Display for partners

  • [x] [private] Active user amount for each partner accounts 1. method: query from indexer with partners list 2. puzzle 3.difficulty: 3 --- in PR #575

  • [x] [#567] display existing account count chart

    1. method: query form indexer
    2. puzzle: search for whether we alreay have for account change table
    3. difficulty: 2

icerove avatar Feb 16 '21 20:02 icerove

@frol

icerove avatar Feb 16 '21 20:02 icerove