ultrasoundmoney / frontend

ultrasound.money frontend
https://ultrasound.money
MIT License
216 stars 73 forks source link

Gas Streak - Broken Logic / Incorrect Values #302

Open ckoopmann opened 9 months ago

ckoopmann commented 9 months ago

The values in the "Gas Streak" widget, seem to be wrong in certain cases.

TODO: @JustinDrake Could you maybe give some more detail / examples on this ?

image

JustinDrake commented 9 months ago

Alex wrote "It takes the timestamp of the block before the first deflationary block and calculates the distance to right now." I believe he's using the local browser timestamp, or the timestamp local to the server. We shouldn't be using local timestamps to calculate streaks—we should instead simply be using slot delta of the streak (ending at the last processed slot).

Screenshot 2024-01-16 at 10 51 15