Go to file
Ethan Buchman a0f3b94e83 account permissions and some gendoug 2015-07-07 14:07:07 -07:00
DOCKER docker fixups 2015-06-26 02:24:47 +00:00
Godeps godep 2015-06-09 23:17:19 -04:00
INSTALL
account account permissions and some gendoug 2015-07-07 14:07:07 -07:00
alert godep 2015-06-09 23:17:19 -04:00
binary Merge from panic branch 2015-06-29 14:54:48 -07:00
blockchain Merge from panic branch 2015-06-29 14:54:48 -07:00
cmd uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
common Log embellishment 2015-07-05 17:07:45 -07:00
config bump version and testnet 2015-06-25 14:08:05 -07:00
consensus Do not wipe cs.Votes upon SwitchToConsensus 2015-07-05 22:00:32 -07:00
crawler uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
db godep 2015-06-09 23:17:19 -04:00
events
logger godep 2015-06-09 23:17:19 -04:00
mempool
merkle uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
node network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
p2p Log embellishment 2015-07-05 17:07:45 -07:00
process close file when the process closes. 2015-05-30 17:31:20 -07:00
rpc account permissions and some gendoug 2015-07-07 14:07:07 -07:00
scripts process ConsensusReactor messages during fast_sync 2015-07-05 20:02:23 -07:00
state account permissions and some gendoug 2015-07-07 14:07:07 -07:00
types nil validation has zero size 2015-07-05 15:47:30 -07:00
vm account permissions and some gendoug 2015-07-07 14:07:07 -07:00
.gitignore
LICENSE.md
Makefile make will install 2015-06-25 18:42:17 -07:00
README.md Update README.md 2015-07-06 12:04:41 -07:00
Vagrantfile

README.md

Tendermint

Byzantine Blockchain Consensus

Install Tendermint

Docker

Coding style

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