Skip to content

Use BlockHeight to calculate uptime/downtime instead of timestamps.

Christopher Schinnerl requested to merge mikkeljuhl:feature/uptime into master

Created by: mikkeljuhl

Use BlockHeight to calculate uptime/downtime instead of timestamps. timePassed is calculated by checking how many blocks have passed * 10 minutes, instead of using the timestamps. This is more reliable, if people should change their system time or things to that effect.

This is a move towards making a GlobalAverageUptime.

@ChrisSchinnerl @DavidVorick

Merge request reports