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 4c12de6203 Flush msgs to remoteProxyApp automatically 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 Refactor RPC to be more general 9 years ago
blockchain Make order be decided first; Remove TMSP Commit/Rollback 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 Change commit timeout to 1 sec for testing 9 years ago
events Fireable -> EventSwitch; rs in EventDataRoundState; fixes from review 9 years ago
mempool Make order be decided first; Remove TMSP Commit/Rollback 9 years ago
node Make order be decided first; Remove TMSP Commit/Rollback 9 years ago
proxy Flush msgs to remoteProxyApp automatically 9 years ago
rpc Make order be decided first; Remove TMSP Commit/Rollback 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state Make order be decided first; Remove TMSP Commit/Rollback 9 years ago
types Fix comments about AppHash, rollbacks, etc 9 years ago
.gitignore Add Glide files for project management 9 years ago
LICENSE.md Tendermint <-> Application refactor 9 years ago
Makefile Fixing Makefile to get_deps before install 9 years ago
README.md Update README.md 9 years ago
Vagrantfile Introducing make economy and docker 9 years ago
glide.lock Updated Makefile to include test_novendor 9 years ago
glide.yaml Updated Makefile to include test_novendor 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