Skip to content

Releases: ReneSmeekes/storj_earnings

v14.1.0 - Garbage collection progress

28 Jul 10:41
7810dd1
Compare
Choose a tag to compare
  • Add feature to show garbage collection progress

v14.0.0 - Compatibility with storagenode v1.104 and up

09 May 13:00
95c0a05
Compare
Choose a tag to compare
  • Breaks compatibility with node versions v1.103 and below.
  • Compatible with v1.104 and up
  • Fix an issue with including empty records in satellite stats
  • Add a note during first days of the month or when deviations are detected that satellite stats may be temporarily unreliable

v13.4.0 - Uncollected Garbage & Total Unpaid Data

14 Apr 14:04
8e88c73
Compare
Choose a tag to compare
  • Added Uncollected Garbage, which shows an estimate of how much data is stored in blobs, but hasn't been collected by garbage collection. Uses Last Disk Report and Disk Current Blobs to calculate.
  • Added Total Unpaid Data, which is the sum of Trash and Uncollected Garbage.

v13.3.0 - Disk size last reported by satellites & reported by source

12 Apr 12:34
c7145ca
Compare
Choose a tag to compare
  • Added Disk Size Last Report, which shows a disk size calculated on the most recent disk usage report sent by the satellites. This is the most accurate representation of how much the satellite currently thinks you store and pays you for.
  • Added REPORTED BY column to show which values are calculated using local node data and which are calculated using reports from the satellites.

v13.2.1 - Fix wrong calculation for Trash

06 Apr 17:39
5c64456
Compare
Choose a tag to compare
  • Fixes a wrong calculation for trash, introduced in v13.2.0

v13.2.0 - Add trash details & replace deprecated utcnow() function

06 Apr 17:10
efda2d3
Compare
Choose a tag to compare
  • Adds additional details for Disk Current, splitting out Trash and Blobs, for easier comparison with satellite reported Disk Average So Far
  • Replaced the now deprecated function utcnow() with functions compatible with the latest python versions

v13.1.0 - Change zkSync bonus & fix forgotten satellites

05 Dec 10:53
5d49fed
Compare
Choose a tag to compare
  • zkSync bonus has been adjusted to 3% to match recent change. (Note this will apply to older months as well)
  • Worked around missing data for satellites which have been forgotten using the forget-satellite function so you can still view data from old months, using fallback names for satellites

v13.0.3 - Work around erroneous storage usage reports

17 May 13:14
a610f29
Compare
Choose a tag to compare
  • Implements workaround for erroneous storage usage reports by satellites to limit impact on storage usage and end of month estimate numbers

v13.0.2 - Fix inconsistent end of month estimation

01 May 15:45
3975bc6
Compare
Choose a tag to compare
  • Fixes an inconsistency of how end of month payouts are calculated in the top and bottom overview
  • Improves accuracy of end of month estimated payout for storage

v13.0.1 - Fix issue with vetting status

23 Apr 16:06
7b2d76b
Compare
Choose a tag to compare
  • Fix wrong display of vetting status introduced in v13.0.0