Go to file
Ethan Buchman c9ec9cf00e config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
DOCKER expose ports in dockerfile 2016-02-05 23:46:45 -05:00
INSTALL Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
benchmarks w(oop)s 2016-02-19 02:11:50 +00:00
blockchain config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
cmd/tendermint fast sync fixes 2016-02-07 16:56:59 -08:00
config config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
consensus config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
mempool config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
node allow nil or dummy for in-proc 2016-02-26 21:29:46 -05:00
proxy s/TMSPClient/Client/g 2016-02-21 23:56:46 -08:00
rpc fixes for go-rpc unix socket updates 2016-02-19 02:06:11 +00:00
scripts Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
state s/GetHash/Commit/g 2016-02-14 13:11:01 -08:00
types Merge branch 'tmsp_v02' 2016-01-28 20:03:34 -08:00
version version folder, rpc core version 2016-01-20 16:25:26 -05:00
.gitignore Add Glide files for project management 2016-01-05 13:19:41 -08:00
LICENSE Fix license. It should have been GPLv3 2016-02-09 08:42:17 -08:00
Makefile Add update_deps 2016-02-15 17:29:52 -08:00
README.md Update README.md 2015-12-03 09:58:05 -08:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00
glide.lock Updated Makefile to include test_novendor 2016-01-06 12:58:10 -08:00
glide.yaml Updated Makefile to include test_novendor 2016-01-06 12:58:10 -08:00

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