Files
tendermint/consensus
Anton Kaliaev fff7f450be cs: set missing_validators(_power) metrics to 0 for 1st block (#4194)
also

    - do not send any LastCommitInfo.Votes for 1st block.
    - use cs.LastValidators (not cs.Validators) in recordMetrics when counting missing validators

note:

remember that the first LastCommit is intentionally empty, so it makes
sense for LastCommitInfo.Votes to also be empty. Because we can't really
tell if validator signed or not. Similar for ^ metrics, we can't say if
particular validator was missing or not.

Closes #4192
2019-12-18 19:46:21 +04:00
..
2019-12-17 13:02:45 +01:00
2019-12-05 10:12:08 +01:00
2019-12-05 10:12:08 +01:00
2019-12-05 10:12:08 +01:00
2019-12-17 13:02:45 +01:00
2019-10-30 12:25:58 -07:00

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