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.
 
 
 
 
 
 
Alessio Treglia 6049c9d697
mempool: reserve IDs in InitPeer instead of AddPeer
4 years ago
..
types libs/common: remove deprecated PanicXXX functions (#3595) 5 years ago
README.md link to both consensus specs 6 years ago
byzantine_test.go p2p: peer state init too late and pex message too soon (#3634) 5 years ago
common_test.go mempool: move interface into mempool package (#3524) 5 years ago
mempool_test.go mempool: move interface into mempool package (#3524) 5 years ago
metrics.go add "chain_id" label for all metrics (#3123) 5 years ago
reactor.go mempool: reserve IDs in InitPeer instead of AddPeer 4 years ago
reactor_test.go fix tests 5 years ago
replay.go mempool: move interface into mempool package (#3524) 5 years ago
replay_file.go mempool: move interface into mempool package (#3524) 5 years ago
replay_test.go cs: panic only when WAL#WriteSync fails 5 years ago
state.go cs: panic only when WAL#WriteSync fails 5 years ago
state_test.go cs/replay: execCommitBlock should not read from state.lastValidators (#3067) 5 years ago
ticker.go fix import paths 6 years ago
wal.go align max wal msg and max consensus msg sizes 5 years ago
wal_fuzz.go add gofuzz test for consensus wal 7 years ago
wal_generator.go cs: panic only when WAL#WriteSync fails 5 years ago
wal_test.go cs: only assert important stuff 5 years ago
wire.go alias amino imports (#3219) 5 years ago

README.md

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