-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow farmer to choose whether to upgrade or not #900
Comments
For now our idea was to add a field on the farmer struct that controls automatic upgrades for his nodes in his farm. Also there are some more things to think about when a farmer decides not to upgrade his nodes. He will need to run his own explorer, migrate data, etc .. |
I think we need to have a more broad reflection about this. From the top of my head here are some question I think we need to answer:
|
After gather more information about what is actually expected around this, here is what is planned. 1st phase: We ask each farmer to sign an auto upgrade agreement. Once he has sign it, all it's farms have auto upgrade enabled. Nothing more then that. 2nd phase: We can reflect around how granular we want the upgrade to be and let the farmer be fully in control. For this we need to answer all the question from my previous comment:
|
We should close all current work done for it and come up with a new strategy in grid 3.0. I think the digital twin from the farmer can take care of this. |
Right now all nodes automatically update, we need to add an option for a farmer to choose if he wants to upgrade
The text was updated successfully, but these errors were encountered: