Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: API to show active user and gas payer data #402

Open
8 tasks
minxylynx opened this issue Sep 26, 2022 · 0 comments
Open
8 tasks

Feature: API to show active user and gas payer data #402

minxylynx opened this issue Sep 26, 2022 · 0 comments
Assignees
Labels
api Adding/updating an API data Updates related to data
Milestone

Comments

@minxylynx
Copy link
Contributor

minxylynx commented Sep 26, 2022

Summary

Knowing who the active users are, and where gas fees are coming from is very useful data.

Problem Definition

  • We want to know who our most active users are and what they are doing on chain.
    • Maybe broken down by tx type?
    • Split out gov actions as a separate metric?
    • Tie a validator to them, if possible
  • We should also track who is paying out gas fees on transactions
    • Broken down by type of paying (grant, feepay, direct)

Proposal

  • Active user data
    • Cache daily - overall top users by tx count, adding gov actions, tx type counts
    • API to return this data
  • Fee payers
    • Cache daily - overall top payers by fees paid, adding breakdown by payer type, breakdown by fee type?
    • API to return data

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@minxylynx minxylynx added api Adding/updating an API data Updates related to data labels Sep 26, 2022
@minxylynx minxylynx added this to the v5.1.0 milestone Sep 26, 2022
@minxylynx minxylynx self-assigned this Sep 26, 2022
@minxylynx minxylynx changed the title Feature: API to show active user data Feature: API to show active user and gas payer data Sep 26, 2022
@minxylynx minxylynx modified the milestones: v5.1.0, v5.2.0 Oct 7, 2022
@minxylynx minxylynx modified the milestones: v5.2.0, v5.3.0 Oct 28, 2022
@minxylynx minxylynx modified the milestones: v5.3.0, v5.4.0 Nov 11, 2022
@minxylynx minxylynx modified the milestones: v5.4.0, v5.5.0 Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Adding/updating an API data Updates related to data
Projects
Development

No branches or pull requests

1 participant