Go to file
Jae Kwon d712ff05cf vm's Log events are lowercased 2015-07-20 11:23:42 -07:00
DOCKER update docker for GOPATH tendermint install 2015-07-12 02:16:33 +00:00
Godeps update logger package for new level 'notice' 2015-07-19 22:43:58 +00:00
INSTALL draft of instructions on forking the testnet. TODO: make simpler 2015-07-09 15:04:58 -07:00
account backwards compatible addresses 2015-07-19 14:40:53 -04:00
alert godep 2015-06-09 23:17:19 -04:00
binary Add comment on binary/reflect and nil-dogs 2015-07-20 11:21:24 -07:00
blockchain info->notice, debug->info 2015-07-19 22:44:40 +00:00
cmd info->notice, debug->info 2015-07-19 22:44:40 +00:00
common base_service draft and some samples 2015-07-19 17:42:01 -07:00
config backwards compatible addresses 2015-07-19 14:40:53 -04:00
consensus move some logs to debug 2015-07-19 22:44:40 +00:00
crawler Merge branch 'sim_txs' into develop 2015-07-16 00:55:04 -07:00
db godep 2015-06-09 23:17:19 -04:00
docs added sts-final doc 2015-07-15 14:16:30 -07: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 info->notice, debug->info 2015-07-19 22:44:40 +00:00
merkle Make Ripemd160 the default 2015-07-10 12:15:46 -07:00
node info->notice, debug->info 2015-07-19 22:44:40 +00:00
p2p base_service draft and some samples 2015-07-19 17:42:01 -07: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 info->notice, debug->info 2015-07-19 22:44:40 +00:00
scripts direct tendermint node stderr to stdin for stdinwriter & logjack 2015-07-19 12:03:08 -07:00
state info->notice, debug->info 2015-07-19 22:44:40 +00:00
types tendermint/account -> acm 2015-07-19 09:40:55 -07:00
vm vm's Log events are lowercased 2015-07-20 11:23:42 -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 Fix Makefile build command; Define Signature interface 2015-07-19 09:45:40 -07: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