Go to file
Ethan Buchman 96547d0ca8 ws fixes; rpc tests 2016-01-12 19:14:02 -05:00
DOCKER Fixed docker file 2015-10-23 14:57:12 -07:00
INSTALL Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
alert Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
benchmarks Refactor RPC to be more general 2016-01-02 16:23:29 -08:00
blockchain Make order be decided first; Remove TMSP Commit/Rollback 2016-01-08 16:51:20 -08:00
cmd/tendermint tendermint init makes random chain ID 2015-12-21 16:30:28 -08:00
config ws fixes; rpc tests 2016-01-12 19:14:02 -05:00
consensus Change commit timeout to 1 sec for testing 2016-01-09 20:22:10 -08:00
events Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 2015-12-14 00:38:19 -05:00
mempool Make order be decided first; Remove TMSP Commit/Rollback 2016-01-08 16:51:20 -08:00
node ws fixes; rpc tests 2016-01-12 19:14:02 -05:00
proxy Flush msgs to remoteProxyApp automatically 2016-01-10 09:20:54 -08:00
rpc ws fixes; rpc tests 2016-01-12 19:14:02 -05:00
scripts Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
state Make order be decided first; Remove TMSP Commit/Rollback 2016-01-08 16:51:20 -08:00
types Merge remote-tracking branch 'remotes/origin/signer' 2016-01-12 15:58:48 -08:00
.gitignore Add Glide files for project management 2016-01-05 13:19:41 -08:00
LICENSE.md Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
Makefile Merge remote-tracking branch 'remotes/origin/signer' 2016-01-12 15:58:48 -08:00
README.md Update README.md 2015-12-03 09:58:05 -08:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
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