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.
 
 
 
 
 
 
Ethan Buchman af5b763112 avoid connection to self 10 years ago
DOCKER update docker for GOPATH tendermint install 9 years ago
Godeps peers use uuid to avoid duplicate connections 9 years ago
INSTALL draft of instructions on forking the testnet. TODO: make simpler 10 years ago
account Make Ripemd160 the default 10 years ago
alert godep 10 years ago
binary Distinguish between ReadJSON vs ReadJSONPtr. The latter expects a non-nil pointer to write into. The former creates new things intelligently 9 years ago
blockchain cleanup, comments 9 years ago
cmd Added logjack for splitting up the tendermint log file 10 years ago
common add git commit hash to nodeInfo 9 years ago
config upgrade default genesis for testnet 9 years ago
consensus cleanup, comments 9 years ago
crawler add git commit hash to nodeInfo 9 years ago
db godep 10 years ago
events more fixes from review 10 years ago
logger godep 10 years ago
mempool Make Ripemd160 the default 10 years ago
merkle Make Ripemd160 the default 10 years ago
node peers use uuid to avoid duplicate connections 9 years ago
p2p avoid connection to self 9 years ago
permission/types PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 10 years ago
rpc add git commit hash to nodeInfo 9 years ago
scripts Added logjack for splitting up the tendermint log file 10 years ago
state cleanup, comments 9 years ago
types peers use uuid to avoid duplicate connections 9 years ago
vm PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
.gitignore add git commit hash to nodeInfo 9 years ago
LICENSE.md Update README 10 years ago
Makefile add git commit hash to nodeInfo 9 years ago
README.md updated README 10 years ago
Vagrantfile Introducing make economy and docker 10 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