You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon c79062ef6a Fix state/State race condition bug. 9 years ago
DOCKER fix docker fast sync bug 9 years ago
Godeps godep 9 years ago
INSTALL draft of instructions on forking the testnet. TODO: make simpler 9 years ago
account PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 9 years ago
alert godep 9 years ago
binary Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil? 9 years ago
blockchain Merge from panic branch 9 years ago
cmd Added logjack for splitting up the tendermint log file 9 years ago
common filelogger to write output to a file 9 years ago
config Added logjack for splitting up the tendermint log file 9 years ago
consensus Fix state/State race condition bug. 9 years ago
crawler uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
db godep 9 years ago
events more fixes from review 9 years ago
logger godep 9 years ago
mempool Merge remote-tracking branch 'origin/websockets' into develop 9 years ago
merkle Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil? 9 years ago
node Fix state/State race condition bug. 9 years ago
p2p Fix bug in merkle/iavl_proof; TODO maybe read zero length slices as nil? 9 years ago
permission/types PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 9 years ago
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 9 years ago
rpc -test.short for rpc tests 9 years ago
scripts Added logjack for splitting up the tendermint log file 9 years ago
state RandGenesisDoc 9 years ago
types Fix state/State race condition bug. 9 years ago
vm PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 9 years ago
.gitignore adding more debug logs 9 years ago
LICENSE.md Update README 10 years ago
Makefile Added logjack for splitting up the tendermint log file 9 years ago
README.md updated README 9 years ago
Vagrantfile Introducing make economy and docker 9 years ago

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