tendermint/consensus
Ethan Buchman ed4ce5ff6c
ADR-016: Update ABCI Info method for versions (#2662)
* abci: update RequestInfo for versions

* abci: update ResponseInfo for versions

* compile fix

* fix test

* software_version -> version

* comment fix

* update spec

* add test

* comments and fix test
2018-10-18 16:51:17 -04:00
..
types [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
byzantine_test.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
common_test.go Align with spec (#2642) 2018-10-15 16:05:13 -04:00
mempool_test.go consensus: Wait for proposal or timeout before prevote (#2540) 2018-10-12 16:13:01 -04:00
metrics.go Add additional metrics (#2500) 2018-10-10 18:27:43 +02:00
reactor.go Align with spec (#2642) 2018-10-15 16:05:13 -04:00
reactor_test.go separate mock evidence from real evidence (#2571) 2018-10-09 14:10:05 +02:00
replay.go ADR-016: Update ABCI Info method for versions (#2662) 2018-10-18 16:51:17 -04:00
replay_file.go proxy: remove Handshaker from proxy pkg (#2437) 2018-09-19 15:35:09 +02:00
replay_test.go ADR-016: Update ABCI Info method for versions (#2662) 2018-10-18 16:51:17 -04:00
state.go Align with spec (#2642) 2018-10-15 16:05:13 -04:00
state_test.go install scripts: update go version, remove upgrade cmd (#2650) 2018-10-17 12:47:56 -04:00
ticker.go fix import paths 2018-07-01 22:36:49 -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 ADR-016: Update ABCI Info method for versions (#2662) 2018-10-18 16:51:17 -04: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.