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
Presently, if you reconfigure an already installed protocol that has records that fell under it, and the new configuration changes some things that would make previously valid records under the old protocol rules invalid under the new rules, it can create a split brain state if old records are replayed against new rules. To avoid this, we must tie records to a given protocol configuration and seal up the records that are to be retained against them when reconfiguration occurs.
The text was updated successfully, but these errors were encountered:
Presently, if you reconfigure an already installed protocol that has records that fell under it, and the new configuration changes some things that would make previously valid records under the old protocol rules invalid under the new rules, it can create a split brain state if old records are replayed against new rules. To avoid this, we must tie records to a given protocol configuration and seal up the records that are to be retained against them when reconfiguration occurs.
The text was updated successfully, but these errors were encountered: