tendermint/consensus
Ethan Buchman 4bab34ae45
Merge pull request #2088 from tendermint/bucky/fix-evidence-test
consensus: Fix test for blocks with evidence
2018-07-27 14:06:12 -04:00
..
types Fix 0.22.7, bump to 0.22.8 2018-07-26 18:08:09 -07:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
byzantine_test.go fix import paths 2018-07-01 22:36:49 -04:00
common_test.go consensus: fix test for blocks with evidence 2018-07-27 14:00:05 -04:00
mempool_test.go fix import paths 2018-07-01 22:36:49 -04:00
metrics.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
reactor.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
reactor_test.go consensus: fix test for blocks with evidence 2018-07-27 14:00:05 -04:00
replay.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
replay_file.go fix import paths 2018-07-01 22:36:49 -04:00
replay_test.go proto3 timestamp (#2064) 2018-07-27 04:23:19 +02:00
state.go consensus: include evidence in proposed block parts. fixes #2050 2018-07-24 21:58:39 -04:00
state_test.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
ticker.go fix import paths 2018-07-01 22:36:49 -04:00
version.go fix import paths 2018-07-01 22:36:49 -04:00
wal.go fix import paths 2018-07-01 22:36:49 -04:00
wal_fuzz.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
wal_generator.go fix import paths 2018-07-01 22:36:49 -04:00
wal_test.go fix import paths 2018-07-01 22:36:49 -04: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.