Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information