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
validator goes into pending at the start of the next session/end of the current session
notary_keys == x
next_notary_keys == x + y
at the start of the next session(S2) validator goes into the active validator list
but the notary_keys remain the same as above. does not update to the value of next_notary_keys
RCA StakingSessionTracker returns the correct outputs, but if the validator becomes active at the start of the S2/ end of the S1, it would return is_active_session_final() false, which is correct. But the emergency notary keys rotation code path is within is_active_session_final scope. so it would not trigger.
notary_keys would be updated at the next natural era change
The text was updated successfully, but these errors were encountered:
behavior
notary_keys
==x
next_notary_keys
==x + y
next_notary_keys
RCA
StakingSessionTracker
returns the correct outputs, but if the validator becomes active at the start of the S2/ end of the S1, it would returnis_active_session_final()
false, which is correct. But the emergency notary keys rotation code path is withinis_active_session_final
scope. so it would not trigger.notary_keys
would be updated at the next natural era changeThe text was updated successfully, but these errors were encountered: