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.
User story:
Objective:
Implementation tips:
Future scope