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
As mentioned in #4772, we want to decrease the reliance on MassaLabs bootstrap nodes.
One case we may need to handle better is described by the following scenario:
We have a Massa Improvement Proposal that is in the "Started" state (this means nodes with this MIP are actively voting on it)
We bootstrap on a node without this MIP
As a result, we do not have the vote counts of this MIP, and we will desync with nodes that have a different vote count as us
We need to :
Make a Unit test for this behavior
Choose how to handle this (some ideas: refusing bootstrap on a node on a previous version if the MIP is started, sync the vote count afterward (e.g. with trusted MassaLabs nodes that check the final state hash + sends the MIP store), or in an other way
Implement it
The text was updated successfully, but these errors were encountered:
As mentioned in #4772, we want to decrease the reliance on MassaLabs bootstrap nodes.
One case we may need to handle better is described by the following scenario:
We need to :
The text was updated successfully, but these errors were encountered: