You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Anton Kaliaev b1de0c24f6 consensus: only call privValidator.GetPubKey once per block (#5143) 4 years ago
..
types format: add format cmd & goimport repo (#4586) 4 years ago
README.md docs: fix broken links in consensus/readme.md (#4200) 5 years ago
byzantine_test.go format: add format cmd & goimport repo (#4586) 4 years ago
codec.go format: add format cmd & goimport repo (#4586) 4 years ago
common_test.go format: add format cmd & goimport repo (#4586) 4 years ago
invalid_test.go consensus: Do not allow signatures for a wrong block in commits 4 years ago
mempool_test.go format: add format cmd & goimport repo (#4586) 4 years ago
metrics.go prometheus/metrics: three new metrics for consensus (#4263) 4 years ago
reactor.go add support for block pruning via ABCI Commit response (#4588) 4 years ago
reactor_test.go format: add format cmd & goimport repo (#4586) 4 years ago
replay.go add support for block pruning via ABCI Commit response (#4588) 4 years ago
replay_file.go libs/common: Refactor libs/common 5 (#4240) 5 years ago
replay_test.go add support for block pruning via ABCI Commit response (#4588) 4 years ago
state.go consensus: only call privValidator.GetPubKey once per block (#5143) 4 years ago
state_test.go privval: return error on getpubkey (#4534) 4 years ago
ticker.go libs/common: refactor libs common 3 (#4232) 5 years ago
wal.go format: add format cmd & goimport repo (#4586) 4 years ago
wal_fuzz.go add gofuzz test for consensus wal 7 years ago
wal_generator.go format: add format cmd & goimport repo (#4586) 4 years ago
wal_test.go Update master (#4087) 5 years ago

README.md

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