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 9fc0726504 timeoutProposeDelta 9 years ago
DOCKER consensus: msg saving and replay 9 years ago
INSTALL Tendermint <-> Application refactor 9 years ago
benchmarks move alert, events, rpc into own repos 9 years ago
blockchain move alert, events, rpc into own repos 9 years ago
cmd/tendermint consensus: replay console 9 years ago
config timeoutProposeDelta 9 years ago
consensus timeoutProposeDelta 9 years ago
mempool move alert, events, rpc into own repos 9 years ago
node consensus: replay console 9 years ago
proxy consensus: msg saving and replay 9 years ago
rpc rpc: test cleanup 9 years ago
scripts Refactor to move common libraries out of project 9 years ago
state merge/rebase fixes 9 years ago
types consensus: msg saving and replay 9 years ago
.gitignore Add Glide files for project management 9 years ago
LICENSE.md Tendermint <-> Application refactor 9 years ago
Makefile Merge remote-tracking branch 'remotes/origin/signer' 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