You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 82c65e423b fix mempool PeerState nil conversion bug 9 years ago
DOCKER upgraded DOCKER instructions 9 years ago
Godeps Fix SetREMA() -- increments m.samples so it doesn't get reset 9 years ago
INSTALL draft of instructions on forking the testnet. TODO: make simpler 9 years ago
account tendermint send_tx 9 years ago
alert godep 9 years ago
blockchain Fixed a blockchain pool goroutine-leak bug 9 years ago
cmd refactor process.Process to take files 9 years ago
common Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 9 years ago
config bump chain_id to 11.c 9 years ago
consensus fixes #152 and #153 9 years ago
crawler event listeners take EventData, not interface{}; EventData type assertions 9 years ago
db panic wrapper functions 9 years ago
docs added sts-final doc 9 years ago
events Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 9 years ago
logger godep 9 years ago
mempool fix mempool PeerState nil conversion bug 9 years ago
merkle Beginning of complete merkle proofs 9 years ago
node Merge remote-tracking branch 'origin/config' into develop 9 years ago
p2p Merge remote-tracking branch 'origin/config' into develop 9 years ago
permission/types tendermint/binary -> tendermint/wire 9 years ago
process refactor process.Process to take files 9 years ago
rpc better mempool queueing 9 years ago
scripts blockchain parameter && log tweaks 9 years ago
state refactor some state functions into state/types 9 years ago
types fixes #152 and #153 9 years ago
vm Merge remote-tracking branch 'origin/config' into develop 9 years ago
wire more versioning 9 years ago
.gitignore add git commit hash to nodeInfo 9 years ago
LICENSE.md GPLv3 9 years ago
Makefile more config options 9 years ago
README.md updated README 9 years ago
Vagrantfile Introducing make economy and docker 10 years ago

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