Go to file
Ethan Buchman d78a39ade3 make_txs > tx_utils 2015-07-07 14:07:56 -07:00
DOCKER docker fixups 2015-06-26 02:24:47 +00:00
Godeps godep 2015-06-09 23:17:19 -04:00
INSTALL go install is redundant with go get -u 2015-05-22 00:23:20 -07:00
account permission/types pkg, Base and Roles 2015-07-07 14:07:56 -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 more fixes from review 2015-04-17 13:18:50 -07:00
logger godep 2015-06-09 23:17:19 -04:00
mempool Merge remote-tracking branch 'origin/websockets' into develop 2015-04-17 13:20:47 -07:00
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
permission/types bond perm and tests 2015-07-07 14:07:56 -07:00
process close file when the process closes. 2015-05-30 17:31:20 -07:00
rpc move perms to vm.Account 2015-07-07 14:07:56 -07:00
scripts process ConsensusReactor messages during fast_sync 2015-07-05 20:02:23 -07:00
state make_txs > tx_utils 2015-07-07 14:07:56 -07:00
types nil validation has zero size 2015-07-05 15:47:30 -07:00
vm bond perm and tests 2015-07-07 14:07:56 -07:00
.gitignore adding more debug logs 2015-05-04 22:22:39 -07:00
LICENSE.md Update README 2014-12-31 16:57:38 -08:00
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 Introducing make economy and docker 2015-03-18 23:27:27 -07:00

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