mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-24 09:02:43 +00:00
## Description in consensus/state.go, when calulating metrics, retrieve address (ergo, pubkey) once prior to iterating over validatorset to ensure we do not make excessive calls to signer. Partially closes: #4865
See the consensus spec and the reactor consensus spec for more information.