Go to file
Jae Kwon 91cf9d4595 remove spurious :6060 listener for pprof 2015-07-23 17:56:12 -07:00
DOCKER update docker for GOPATH tendermint install 2015-07-12 02:16:33 +00:00
Godeps Debora's default log level is notice 2015-07-20 17:31:07 -07:00
INSTALL draft of instructions on forking the testnet. TODO: make simpler 2015-07-09 15:04:58 -07:00
account panic wrapper functions 2015-07-21 10:46:05 -04:00
alert godep 2015-06-09 23:17:19 -04:00
binary panic wrapper functions 2015-07-21 10:46:05 -04:00
blockchain Simplify Service/Reactor pattern 2015-07-22 06:21:21 -07:00
cmd Debora's default log level is notice 2015-07-20 17:31:07 -07:00
common snative refactor and SNativeTx 2015-07-22 10:49:53 -04:00
config fix node/addrbook test; made build task quieter 2015-07-22 06:21:20 -07:00
consensus Simplify Service/Reactor pattern 2015-07-22 06:21:21 -07:00
crawler Merge branch 'sim_txs' into develop 2015-07-16 00:55:04 -07:00
db panic wrapper functions 2015-07-21 10:46:05 -04:00
docs added sts-final doc 2015-07-15 14:16:30 -07:00
events Simplify Service/Reactor pattern 2015-07-22 06:21:21 -07:00
logger godep 2015-06-09 23:17:19 -04:00
mempool Simplify Service/Reactor pattern 2015-07-22 06:21:21 -07:00
merkle panic wrapper functions 2015-07-21 10:46:05 -04:00
node remove spurious :6060 listener for pprof 2015-07-23 17:56:12 -07:00
p2p Retries for net.Listen to account for MacOSX socket close delay 2015-07-23 17:56:12 -07:00
permission/types SNativeTx -> PermissionTx, consolidate permissions and native contracts 2015-07-22 10:49:53 -04:00
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 2015-07-07 17:44:52 -07:00
rpc Read timeouts for WSConnection 2015-07-23 17:56:12 -07:00
scripts direct tendermint node stderr to stdin for stdinwriter & logjack 2015-07-19 12:03:08 -07:00
state Merge pull request #119 from tendermint/snatives 2015-07-22 11:14:56 -07:00
types SNativeTx -> PermissionTx, consolidate permissions and native contracts 2015-07-22 10:49:53 -04:00
vm SNativeTx -> PermissionTx, consolidate permissions and native contracts 2015-07-22 10:49:53 -04: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 node/addrbook test; made build task quieter 2015-07-22 06:21:20 -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