Files
tendermint/consensus
Anton Kaliaev f39138aa2e remove RoundState from EventDataRoundState (#3354)
Before we're using it to get a round state in tests. Now it can be done
by calling csX.GetRoundState. We will need to rewrite
TestStateSlashingPrevotes and TestStateSlashingPrecommits, which are
commented right now, to not rely on EventDataRoundState#RoundState
field.

Refs #1527
2019-03-04 12:18:32 +04:00
..
2019-02-22 23:11:27 -05:00
2019-02-22 23:11:27 -05:00
2019-02-22 23:11:27 -05:00
2019-02-22 23:11:27 -05:00
2019-02-11 16:31:34 +04:00
2019-02-22 23:11:27 -05:00
2019-02-22 23:11:27 -05:00
2019-02-22 23:11:27 -05:00
2018-07-01 22:36:49 -04:00
2019-01-28 16:13:17 +04:00

See the consensus spec and the reactor consensus spec for more information.