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 5ba30e6f55 consensus: only call privValidator.GetPubKey once per block (#5143) 4 years ago
..
types Fix linter errors thrown by `lll` (#3970) 5 years ago
README.md link to both consensus specs 6 years ago
byzantine_test.go Fix linter errors thrown by `lll` (#3970) 5 years ago
codec.go Renamed wire.go to codec.go (#3827) 5 years ago
common_test.go Fix linter errors thrown by `lll` (#3970) 5 years ago
mempool_test.go mempool: moved TxInfo parameter into Mempool.CheckTx() (#4083) 5 years ago
metrics.go metrics: add metrics for specific validators (#4294) 4 years ago
reactor.go mempool: reserve IDs in InitPeer instead of AddPeer 4 years ago
reactor_test.go rc2/v0.32.8 (#4101) 5 years ago
replay.go Fix linter errors thrown by `lll` (#3970) 5 years ago
replay_file.go tm-cmn to tm-db (#3850) 5 years ago
replay_test.go mempool: moved TxInfo parameter into Mempool.CheckTx() (#4083) 5 years ago
state.go consensus: only call privValidator.GetPubKey once per block (#5143) 4 years ago
state_test.go Fix linter errors thrown by `lll` (#3970) 5 years ago
ticker.go fix import paths 6 years ago
wal.go Add more comments about the hard-coded limits (#4100) 5 years ago
wal_fuzz.go add gofuzz test for consensus wal 7 years ago
wal_generator.go Update master (#4087) 5 years ago
wal_test.go cs: only assert important stuff 5 years ago

README.md

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