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

Transactions pre-confirmation dashboard #35

Open
6 tasks
ichorid opened this issue Nov 20, 2023 · 0 comments
Open
6 tasks

Transactions pre-confirmation dashboard #35

ichorid opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels

Comments

@ichorid
Copy link
Contributor

ichorid commented Nov 20, 2023

We want to build a dashboard showing all the transactions currently in the Polygon mempool and the probability of those being mined in the next block. The dashboard must work real-time.

Roadmap:

  • Normalize the scheme in the current database (to DRY and reduce the stored data)
  • Convert the mempool history to use hosted Timescale DB (reduce storage size)
  • Create a table with denormalized data for pending and just-mined transactions
  • Implement a simple data-series-based algorithm for predicting the probability of a transaction being mined in the next block (gas-based)
  • Add an endpoint for querying a transaction's probability of being mined within the next X blocks (for use with Policy Vault and Keyper Wallet)
  • Design and implement the frontend for the new element of the dashboard (pending transactions and probabilities)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants