Go to file
Ethan Buchman c0c2a4b968 use validation round in reconstructLastCommit 2016-01-14 18:58:11 -05:00
DOCKER consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
INSTALL
benchmarks move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
blockchain move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
cmd/tendermint consensus: replay console 2016-01-14 18:58:11 -05:00
config consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
consensus use validation round in reconstructLastCommit 2016-01-14 18:58:11 -05:00
mempool move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
node consensus: replay console 2016-01-14 18:58:11 -05:00
proxy consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
rpc rpc: test cleanup 2016-01-13 21:20:25 -05:00
scripts
state merge/rebase fixes 2016-01-12 19:39:53 -05:00
types consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
.gitignore
LICENSE.md
Makefile Merge remote-tracking branch 'remotes/origin/signer' 2016-01-12 15:58:48 -08:00
README.md
Vagrantfile
glide.lock Updated Makefile to include test_novendor 2016-01-06 12:58:10 -08:00
glide.yaml Updated Makefile to include test_novendor 2016-01-06 12:58:10 -08:00

README.md

Tendermint

Enterprise Blockchain Platform

Build Status

Coding style

  • Go
    • Use gofmt. Consider vim-go or gosublime.
    • Write godoc.
    • Write tests.
    • Tabs, not spaces