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
fix: use updateRoundStep to track consensus state changes (#1464)
We're currently using `newStep` to indicate whether to write a new
trace, however this actually doesn't track when the round and step
change happens and thus misses certain steps (like NewRound). This PR
fixes it
0 commit comments