tendermint/consensus
Anton Kaliaev b10b0da3fd
bundle imports
2018-06-20 12:40:11 +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 p2p metric, make height and totalTxs gauges 2018-06-20 12:38:45 +04:00
common_test.go mempool size metric 2018-06-20 12:38:45 +04:00
mempool_test.go Merge branch 'develop' into jae/aminoify 2018-04-07 16:16:53 +03:00
metrics.go bundle imports 2018-06-20 12:40:11 +04:00
reactor.go subscribe before state emits NewRoundStep 2018-05-21 10:51:47 +04:00
reactor_test.go fix consensus tests 2018-06-05 22:00:25 -07:00
replay.go fixes from review 2018-06-06 20:45:20 -07:00
replay_file.go go-kit metrics plus prometheus: one metric 2018-06-20 12:38:45 +04:00
replay_test.go update for abci v0.11.0 release. let InitChain update validators 2018-06-06 15:47:04 -07:00
state.go p2p metric, make height and totalTxs gauges 2018-06-20 12:38:45 +04:00
state_test.go all: gofmt (#1743) 2018-06-15 02:03:50 +02: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 flush wal group on stop 2018-06-04 16:47:44 +04:00
wal_fuzz.go add gofuzz test for consensus wal 2017-12-15 11:56:24 -06:00
wal_generator.go go-kit metrics plus prometheus: one metric 2018-06-20 12:38:45 +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.