You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
User story:
Objective:
Implementation tips:
Future scope
The text was updated successfully, but these errors were encountered: