Go to file
Ethan Buchman 12566f51af better mempool queueing 2015-09-28 22:58:02 -04: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 more versioning 2015-09-16 05:08:06 +00:00
consensus better mempool queueing 2015-09-28 22:58:02 -04: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 better mempool queueing 2015-09-28 22:58:02 -04:00
merkle Beginning of complete merkle proofs 2015-08-11 14:12:30 -07:00
node more versioning 2015-09-16 05:08:06 +00:00
p2p Merge pull request #143 from tendermint/versioning 2015-09-22 18:48:07 -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 update namereg with longer names, more allowed chars 2015-09-15 19:43:22 -04:00
types Merge pull request #143 from tendermint/versioning 2015-09-22 18:48:07 -07:00
vm 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
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 remove secp256k1; Make cleanup 2015-08-14 11:02:32 -07: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