Files
tendermint/consensus
Ismail Khoffi 7a4b62d3be check the result of ps.peer.Send before calling ps.setHasVote (#2787)
- actually call `ps.SetHasVote` instead to avoid carrying around
`votes.Height()`, `votes.Round()`, `types.SignedMsgType(votes.Type())`
2018-11-11 07:57:08 -05:00
..
2018-11-01 02:07:18 -04:00
2018-10-10 18:27:43 +02:00
2018-10-31 10:27:11 -04:00
2018-11-01 02:07:18 -04:00
2018-10-31 10:27:11 -04:00
2018-07-01 22:36:49 -04:00
2018-11-09 16:29:43 +01:00
2018-07-26 18:08:09 -07:00

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