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

Dynamic transaction latency monitoring #15

Open
dpbpolymer opened this issue Feb 21, 2024 · 1 comment
Open

Dynamic transaction latency monitoring #15

dpbpolymer opened this issue Feb 21, 2024 · 1 comment

Comments

@dpbpolymer
Copy link
Contributor

dpbpolymer commented Feb 21, 2024

  • User story:

    • As an application developer I want to keep track of how fast transactions are being delivered on destination chain.
    • Get early alerts if latency spikes, indicating possible conjunction or network issues.
  • Objective:

    • Build a tool that allows developers to input their channel ID and return them average transaction time of past transaction.
  • Implementation tips:

    • Help them build alerts and test on the fly, in case a channel has been not used for a while, past transactions (10 or 100) can be used to estimate an average and in case a live tx takes significantly more than - the channel is flagged.
  • Future scope

    • Addition to IBC explorer
@IbcFan
Copy link

IbcFan commented Mar 19, 2024

EigenVibes and I made https://www.polylens.co/. Please watch the demo here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants