Releases: ReneSmeekes/storj_earnings
Releases · ReneSmeekes/storj_earnings
v14.1.0 - Garbage collection progress
- Add feature to show garbage collection progress
v14.0.0 - Compatibility with storagenode v1.104 and up
- 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
- 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
- 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
- Fixes a wrong calculation for trash, introduced in v13.2.0
v13.2.0 - Add trash details & replace deprecated utcnow() function
- 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
- 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
- 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
- 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
- Fix wrong display of vetting status introduced in v13.0.0