One of the most amazing value propositions for xDAI is the incredible speed of transactions. 鈿★笍 Why not clearly highlight this in Blockscout on each transaction. Imagine being able to look up a transaction and see something like:
"Transaction time: took 1.1045 seconds to complete"
I believe that would really encourage more usage, and would set a very high bar for other chains and coins to follow.
Hey @davecraige,
Great example usage of xDai and Alpha Wallet. It would be great to show this type of statistics but we are limited in our ability to detect exactly when the transaction was initiated to when it was validated. We first see the transaction when it enters the pending tx pool which we fetch every 1,000ms on xDAI. This means on xDAI we first see 20% of the transactions when it's already validated meaning that we would display 0 seconds for the time it took to complete the transaction which is horribly inaccurate.
I will keep thinking of possible ways to show this statistic in the UI.
Hey @davecraige,
Great example usage of xDai and Alpha Wallet. It would be great to show this type of statistics but we are limited in our ability to detect exactly when the transaction was initiated to when it was validated. We first see the transaction when it enters the pending tx pool which we fetch every 1,000ms on
xDAI. This means onxDAIwe first see 20% of the transactions when it's already validated meaning that we would display0seconds for the time it took to complete the transaction which is horribly inaccurate.I will keep thinking of possible ways to show this statistic in the UI.
How about
For those "0" display as "less than 1s"
For those above 1s, display the real time
Hey @davecraige,
Great example usage of xDai and Alpha Wallet. It would be great to show this type of statistics but we are limited in our ability to detect exactly when the transaction was initiated to when it was validated. We first see the transaction when it enters the pending tx pool which we fetch every 1,000ms onxDAI. This means onxDAIwe first see 20% of the transactions when it's already validated meaning that we would display0seconds for the time it took to complete the transaction which is horribly inaccurate.
I will keep thinking of possible ways to show this statistic in the UI.How about
For those "0" display as "less than 1s"
For those above 1s, display the real time
Yes, we can do that. ETA 1-2 weeks for completion. I'll prioritize it now.
Awesome! Thanks so much @acravenho!
Thanks for the help @zhangzhongnan928!
Awesome, thanks for adding this to in progress

We're very close to merging this PR. I'm trying to decide if Time Elapsed is the best description for this feature. Transaction Speed may be more appropriate.
That looks great! (and I agree that "Transaction speed: 2.9 seconds" is a nice way to phrase it)
I'll update it to Transaction Speed
Thank you everyone for your help on this. Much appreciated. 馃檹
Most helpful comment
We're very close to merging this PR. I'm trying to decide if
Time Elapsedis the best description for this feature.Transaction Speedmay be more appropriate.