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 1f34236948 Limit binary data to 21MB 10 years ago
DOCKER --rm docker copy container 10 years ago
Godeps godep 10 years ago
INSTALL go install is redundant with go get -u 10 years ago
account PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
alert godep 10 years ago
binary Limit binary data to 21MB 10 years ago
blockchain Merge from panic branch 10 years ago
cmd uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
common Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 10 years ago
config bump version and testnet 10 years ago
consensus Do not wipe cs.Votes upon SwitchToConsensus 10 years ago
crawler uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
db godep 10 years ago
events more fixes from review 10 years ago
logger godep 10 years ago
mempool Merge remote-tracking branch 'origin/websockets' into develop 10 years ago
merkle uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 10 years ago
node names in gendoc, genesis_test 10 years ago
p2p Limit binary data to 21MB 10 years ago
permission/types PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 10 years ago
rpc names in gendoc, genesis_test 10 years ago
scripts process ConsensusReactor messages during fast_sync 10 years ago
state PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
types nil validation has zero size 10 years ago
vm PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
.gitignore adding more debug logs 10 years ago
LICENSE.md Update README 10 years ago
Makefile PermFlag rename; Make Permission fields value (nonpointer) fields; Permissions & Snatives on by default; Remove dead code 10 years ago
README.md Update README.md 10 years ago
Vagrantfile Introducing make economy and docker 10 years ago

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