mistakia / nano-community

Community gateway and knowledge hub for Nano (digital money)
https://nano.community
MIT License
26 stars 25 forks source link

refactor: update `tx speed` network stats to use median latency for the bucket with median load #112

Closed mistakia closed 5 months ago

mistakia commented 5 months ago

Use the median latency from the bucket that has a median number of blocks, instead of the overall median latency. This way, if one bucket has too many blocks, it won't skew the latency measurement for the rest. This method gives a more accurate latency expectation for most buckets.

mistakia commented 5 months ago

updated to use median latency of median bucket (by # of confirmed blocks) only for 24h period