Go to file
Jae Kwon 13e25ef164 Merge remote-tracking branch 'origin/consensus_tests' into develop 2015-10-11 18:20:19 -07:00
DOCKER update docker for GOPATH tendermint install 2015-07-12 02:16:33 +00:00
Godeps Fix SetREMA() -- increments m.samples so it doesn't get reset 2015-09-12 08:47:15 -07:00
INSTALL draft of instructions on forking the testnet. TODO: make simpler 2015-07-09 15:04:58 -07:00
account tendermint send_tx 2015-08-14 14:11:11 -07:00
alert godep 2015-06-09 23:17:19 -04:00
blockchain blockchain pool race condition fix 2015-09-12 08:47:59 -07:00
cmd more versioning 2015-09-16 05:08:06 +00:00
common Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 2015-09-11 21:09:00 -07:00
config Merge remote-tracking branch 'origin/config' into develop 2015-10-11 18:18:53 -07:00
consensus Merge remote-tracking branch 'origin/consensus_tests' into develop 2015-10-11 18:20:19 -07:00
crawler event listeners take EventData, not interface{}; EventData type assertions 2015-08-11 12:46:33 -07:00
db panic wrapper functions 2015-07-21 10:46:05 -04:00
docs added sts-final doc 2015-07-15 14:16:30 -07:00
events Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 2015-09-11 21:09:00 -07:00
logger godep 2015-06-09 23:17:19 -04:00
mempool variable name changes 2015-10-11 14:57:20 -07:00
merkle Beginning of complete merkle proofs 2015-08-11 14:12:30 -07:00
node Merge remote-tracking branch 'origin/config' into develop 2015-10-11 18:18:53 -07:00
p2p Merge remote-tracking branch 'origin/config' into develop 2015-10-11 18:18:53 -07:00
permission/types tendermint/binary -> tendermint/wire 2015-07-28 12:18:17 -07:00
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 2015-07-07 17:44:52 -07:00
rpc better mempool queueing 2015-09-28 22:58:02 -04:00
scripts blockchain parameter && log tweaks 2015-09-11 21:09:27 -07:00
state refactor some state functions into state/types 2015-10-05 20:21:02 -04:00
types Use ResetFor... callback instead of EventSwitch for mempool new blocks 2015-09-29 12:31:34 -04:00
vm Merge remote-tracking branch 'origin/config' into develop 2015-10-11 18:18:53 -07:00
wire more versioning 2015-09-16 05:08:06 +00:00
.gitignore add git commit hash to nodeInfo 2015-07-12 02:16:33 +00:00
LICENSE.md GPLv3 2015-09-28 09:19:31 -07:00
Makefile more config options 2015-09-25 11:58:11 -04:00
README.md updated README 2015-07-09 15:05:47 -07:00
Vagrantfile Introducing make economy and docker 2015-03-18 23:27:27 -07:00

README.md

Tendermint

Byzantine Blockchain Consensus

Install Tendermint

Fork Tendermint/Testnet

Docker

Coding style

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