Go to file
Ethan Buchman 751b892cba cleanup, comments 2015-07-12 02:16:33 +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 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 cleanup, comments 2015-07-12 02:16:33 +00:00
cmd Added logjack for splitting up the tendermint log file 2015-07-09 18:23:55 -07:00
common Call peer.stop() if we're not going to start() it 2015-07-11 13:25:42 -07: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 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 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 cleanup, comments 2015-07-12 02:16:33 +00:00
p2p Call peer.stop() if we're not going to start() it 2015-07-11 13:25:42 -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 cleanup, comments 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 Make Ripemd160 the default 2015-07-10 12:15:46 -07: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