You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The farmerbot displays the "Dedicated" status of nodes in the report table outputted in the logs. This logic appears to be used to determine the value that is shown:
Users of the farmerbot have noticed that this doesn't match the notion of "Dedicated" as reported by the Dashboard. In the Dashboard, the "Dedicated" status is returned by grid proxy. Any node that is either rented as dedicated or rentable is labeled "Dedicated".
I think the farmerbot should use the same logic as the grid proxy. Namely, that the node either has a rent contract or has no active node contracts.
The text was updated successfully, but these errors were encountered:
The farmerbot displays the "Dedicated" status of nodes in the report table outputted in the logs. This logic appears to be used to determine the value that is shown:
tfgrid-sdk-go/farmerbot/internal/state.go
Lines 125 to 127 in aeab47f
Users of the farmerbot have noticed that this doesn't match the notion of "Dedicated" as reported by the Dashboard. In the Dashboard, the "Dedicated" status is returned by grid proxy. Any node that is either rented as dedicated or rentable is labeled "Dedicated".
I think the farmerbot should use the same logic as the grid proxy. Namely, that the node either has a rent contract or has no active node contracts.
The text was updated successfully, but these errors were encountered: