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

Store number of daily transactions as cummulitave volume query #110

Open
nud3l opened this issue Apr 10, 2023 · 0 comments
Open

Store number of daily transactions as cummulitave volume query #110

nud3l opened this issue Apr 10, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers prio:medium

Comments

@nud3l
Copy link
Member

nud3l commented Apr 10, 2023

Store number of transactions:

  • Total (across all accounts)
  • Per account

We can use this to determine overall total transactions and also do a breakdown by user. This kind of query is not possible to do in airflow as querying the chain state for this is not feasible with the number of accounts that we currently have.

Suggested return shape same as cumulativeDexTradeCounts and cumulativeDexTradeCountPerAccounts.

Required for https://github.com/interlay/airflow/issues/5

@nud3l nud3l added prio:medium enhancement New feature or request good first issue Good for newcomers labels Apr 10, 2023
@bvotteler bvotteler mentioned this issue Apr 20, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers prio:medium
Projects
Status: Todo
Development

No branches or pull requests

1 participant