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 5a8a9bfd69 Make fast_sync=true by default, with more relaxed conditions 9 years ago
DOCKER Fixed docker file 9 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
alert Refactor to move common libraries out of project 9 years ago
benchmarks Add synchronous file write benchmark 9 years ago
blockchain Make fast_sync=true by default, with more relaxed conditions 9 years ago
cmd/tendermint tendermint init makes random chain ID 9 years ago
config Make fast_sync=true by default, with more relaxed conditions 9 years ago
consensus fix logging proposal when we might not have it 9 years ago
events Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 9 years ago
mempool Conform to go-wire new TypeByte behavior 9 years ago
node Prefix TMSP messages with length 9 years ago
proxy Conform to go-wire new TypeByte behavior 9 years ago
rpc rpc: add app_hash to /status 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state Merge remote-tracking branch 'origin/consensus_refactor' into consensus_refactor_jae 9 years ago
types Conform to go-wire new TypeByte behavior for PrivValidator as well 9 years ago
.gitignore add git commit hash to nodeInfo 9 years ago
LICENSE.md Tendermint <-> Application refactor 9 years ago
Makefile Remove spurious programs 9 years ago
README.md Update README.md 9 years ago
Vagrantfile Introducing make economy and docker 9 years ago

README.md

Tendermint

Enterprise Blockchain Platform

Build Status

Coding style

  • Go
    • Use gofmt. Consider vim-go or gosublime.
    • Write godoc.
    • Write tests.
    • Tabs, not spaces