Go to file
Jae Kwon 41845d5b85 fix dump_consensus_state error'ing when height=0 2015-07-10 18:11:28 +00:00
DOCKER docker: move FROM to golang:1.4 because 1.4.2 broke 2015-07-10 05:36:15 +00:00
Godeps godep 2015-06-09 23:17:19 -04:00
INSTALL draft of instructions on forking the testnet. TODO: make simpler 2015-07-09 15:04:58 -07:00
account PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 2015-07-07 14:26:05 -07:00
alert godep 2015-06-09 23:17:19 -04:00
binary Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil? 2015-07-08 18:27:16 -07:00
blockchain Merge from panic branch 2015-06-29 14:54:48 -07:00
cmd Added logjack for splitting up the tendermint log file 2015-07-09 18:23:55 -07:00
common filelogger to write output to a file 2015-07-08 12:43:05 -07:00
config Added logjack for splitting up the tendermint log file 2015-07-09 18:23:55 -07:00
consensus Improved consensus logging -- INFO shows round steps 2015-07-09 22:01:54 -07:00
crawler uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07: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 Merge remote-tracking branch 'origin/websockets' into develop 2015-04-17 13:20:47 -07:00
merkle Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil? 2015-07-08 18:27:16 -07:00
node Fix state/State race condition bug. 2015-07-09 21:46:15 -07:00
p2p Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil? 2015-07-08 18:27:16 -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 fix TxID to use ripemd160 in events and rpc return 2015-07-10 05:56:38 +00:00
scripts Added logjack for splitting up the tendermint log file 2015-07-09 18:23:55 -07:00
state fix dump_consensus_state error'ing when height=0 2015-07-10 18:11:28 +00:00
types fix TxID to use ripemd160 in events and rpc return 2015-07-10 05:56:38 +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 adding more debug logs 2015-05-04 22:22:39 -07:00
LICENSE.md Update README 2014-12-31 16:57:38 -08:00
Makefile Added logjack for splitting up the tendermint log file 2015-07-09 18:23:55 -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