tendermint/consensus
Zarko Milosevic 12675ecd92 consensus: Wait timeout precommit before starting new round (#2493)
* Disable transitioning to new round upon 2/3+ of Precommit nils

Pull in ensureVote test function from https://github.com/tendermint/tendermint/pull/2132

* Add several ensureX test methods to wrap channel read with timeout

* Revert panic in tests
2018-10-04 09:37:13 -04:00
..
types remove some xxx comments and the config.mempool.recheck_empty (#2505) 2018-09-30 13:28:34 -04:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
byzantine_test.go p2p: Integrate new Transport 2018-09-18 22:26:43 +02:00
common_test.go consensus: Wait timeout precommit before starting new round (#2493) 2018-10-04 09:37:13 -04:00
mempool_test.go config: Add ValidateBasic (#2485) 2018-09-26 12:04:44 +02:00
metrics.go metrics: Add additional metrics to p2p and consensus (#2425) 2018-09-25 13:14:38 +02:00
reactor.go consensus: Wait timeout precommit before starting new round (#2493) 2018-10-04 09:37:13 -04:00
reactor_test.go Add stats related channel between consensus state and reactor (#2388) 2018-09-21 14:36:48 -04:00
replay.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
replay_file.go proxy: remove Handshaker from proxy pkg (#2437) 2018-09-19 15:35:09 +02:00
replay_test.go proxy: remove Handshaker from proxy pkg (#2437) 2018-09-19 15:35:09 +02:00
state.go consensus: Wait timeout precommit before starting new round (#2493) 2018-10-04 09:37:13 -04:00
state_test.go consensus: Wait timeout precommit before starting new round (#2493) 2018-10-04 09:37:13 -04:00
ticker.go fix import paths 2018-07-01 22:36:49 -04:00
version.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
wal.go libs: Call Flush() before rename #2428 (#2439) 2018-09-25 13:22:45 +02:00
wal_fuzz.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
wal_generator.go libs: Call Flush() before rename #2428 (#2439) 2018-09-25 13:22:45 +02:00
wal_test.go libs: Call Flush() before rename #2428 (#2439) 2018-09-25 13:22:45 +02:00
wire.go Fix 0.22.7, bump to 0.22.8 2018-07-26 18:08:09 -07:00

README.md

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