Revision fff7f450beb4efe19a047dca23243b3bdec5d005 authored by Anton Kaliaev on 18 December 2019, 15:46:21 UTC, committed by GitHub on 18 December 2019, 15:46:21 UTC
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
1 parent bd77284
History
File Mode Size
gitian-descriptors
gitian-keys
json2wal
release_management
txs
wal2json
README.md -rw-r--r-- 61 bytes
authors.sh -rwxr-xr-x 445 bytes
dist.sh -rwxr-xr-x 2.2 KB
get_nodejs.sh -rwxr-xr-x 502 bytes
gitian-build.sh -rwxr-xr-x 4.9 KB
install-golangci-lint.sh -rw-r--r-- 652 bytes
linkify_changelog.py -rw-r--r-- 633 bytes
localnet-blocks-test.sh -rwxr-xr-x 815 bytes
privValUpgrade.go -rw-r--r-- 1.0 KB
privValUpgrade_test.go -rw-r--r-- 4.2 KB
publish.sh -rwxr-xr-x 476 bytes
release.sh -rwxr-xr-x 1.6 KB

README.md

back to top