tendermint/consensus
Anton Kaliaev 708f35e5c1
do not look for height in older files if we've seen height - 1
Refs #1600
2018-05-25 15:11:15 +04:00
..
test_data rebase fix 2017-12-28 20:49:02 +00:00
types Add more comments for Valid* 2018-05-14 16:18:50 -04:00
README.md link to both consensus specs 2018-05-23 10:05:03 -04:00
byzantine_test.go Remove double locking in HasIP 2018-05-16 19:21:12 +02:00
common_test.go use channels to send votes, ... from consensus state to reactor 2018-05-21 10:50:55 +04:00
mempool_test.go Merge branch 'develop' into jae/aminoify 2018-04-07 16:16:53 +03:00
reactor.go subscribe before state emits NewRoundStep 2018-05-21 10:51:47 +04:00
reactor_test.go fix tests 2018-04-07 19:47:19 +03:00
replay.go Comment tweaks 2018-05-15 08:48:59 -07:00
replay_file.go use MarshalJSONIndent for init files. closes #1506 2018-04-26 21:32:18 -04:00
replay_test.go consensus: only fsync wal after internal msgs 2018-05-20 14:40:47 -04:00
state.go copy events and pubsub packages from tmlibs 2018-05-21 10:51:47 +04:00
state_test.go copy events and pubsub packages from tmlibs 2018-05-21 10:51:47 +04:00
ticker.go fixes from Jae's review 2018-02-12 14:32:09 +04:00
version.go all: no more anonymous imports 2017-10-04 16:40:45 -04:00
wal.go do not look for height in older files if we've seen height - 1 2018-05-25 15:11:15 +04:00
wal_fuzz.go add gofuzz test for consensus wal 2017-12-15 11:56:24 -06:00
wal_generator.go consensus: only fsync wal after internal msgs 2018-05-20 14:40:47 -04:00
wal_test.go remove wal_light setting 2018-04-11 10:08:03 +02:00
wire.go WIP consensus 2018-04-05 07:05:45 -07:00

README.md

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