Go to file
Jae Kwon 74cdadec9f Refactor RPC to be more general 2016-01-02 16:23:29 -08: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 Remove mempool log bypass 2016-01-02 16:22:25 -08:00
cmd/tendermint tendermint init makes random chain ID 2015-12-21 16:30:28 -08:00
config Make fast_sync=true by default, with more relaxed conditions 2015-12-31 00:32:54 -08:00
consensus Fix HeightVoteSet bug where first catchup vote doesn't get added 2015-12-31 15:11:51 -08:00
events Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 2015-12-14 00:38:19 -05:00
mempool Remove mempool log bypass 2016-01-02 16:22:25 -08:00
node Prefix TMSP messages with length 2015-12-20 08:18:39 -08:00
proxy Conform to go-wire new TypeByte behavior 2015-12-21 14:48:44 -08:00
rpc Refactor RPC to be more general 2016-01-02 16:23:29 -08:00
scripts Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
state Merge remote-tracking branch 'origin/consensus_refactor' into consensus_refactor_jae 2015-12-14 09:33:11 -08:00
types Fix HeightVoteSet bug where first catchup vote doesn't get added 2015-12-31 15:11:51 -08:00
.gitignore add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
LICENSE.md Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
Makefile Remove spurious programs 2015-12-01 22:05:44 -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

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