Go to file
Jae Kwon dea5eab643 fix GetStatus() usage 2015-07-13 11:03:31 -07:00
DOCKER update docker for GOPATH tendermint install 2015-07-12 02:16:33 +00:00
Godeps peers use uuid to avoid duplicate connections 2015-07-12 02:16:33 +00:00
INSTALL draft of instructions on forking the testnet. TODO: make simpler 2015-07-09 15:04:58 -07:00
account Make Ripemd160 the default 2015-07-10 12:15:46 -07:00
alert godep 2015-06-09 23:17:19 -04:00
binary Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently 2015-07-11 16:32:46 -07:00
blockchain fix GetStatus() usage 2015-07-13 11:03:31 -07:00
cmd Added logjack for splitting up the tendermint log file 2015-07-09 18:23:55 -07:00
common add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
config upgrade default genesis for testnet 2015-07-11 14:52:24 -07:00
consensus cleanup, comments 2015-07-12 02:16:33 +00:00
crawler add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
db godep 2015-06-09 23:17:19 -04:00
events more fixes from review 2015-04-17 13:18:50 -07:00
logger godep 2015-06-09 23:17:19 -04:00
mempool Make Ripemd160 the default 2015-07-10 12:15:46 -07:00
merkle Make Ripemd160 the default 2015-07-10 12:15:46 -07:00
node log chainID on startup 2015-07-12 16:49:16 +00:00
p2p respect maxNumPeers. closes #59 2015-07-12 18:31:24 +00:00
permission/types PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 2015-07-07 14:26:05 -07:00
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 2015-07-07 17:44:52 -07:00
rpc add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
scripts Added logjack for splitting up the tendermint log file 2015-07-09 18:23:55 -07:00
state cleanup, comments 2015-07-12 02:16:33 +00:00
types peers use uuid to avoid duplicate connections 2015-07-12 02:16:33 +00:00
vm PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 2015-07-07 14:26:05 -07:00
.gitignore add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
LICENSE.md Update README 2014-12-31 16:57:38 -08:00
Makefile add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
README.md updated README 2015-07-09 15:05:47 -07:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

README.md

Tendermint

Byzantine Blockchain Consensus

Install Tendermint

Fork Tendermint/Testnet

Docker

Coding style

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