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.
 
 
 
 
 
 
Ethan Buchman 32e02acb0c testing and fixes for snative CALL and CallTx 9 years ago
DOCKER docker fixups 9 years ago
Godeps godep 9 years ago
INSTALL go install is redundant with go get -u 9 years ago
account permission/types pkg, Base and Roles 9 years ago
alert godep 9 years ago
binary Merge from panic branch 9 years ago
blockchain Merge from panic branch 9 years ago
cmd uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
common Log embellishment 9 years ago
config bump version and testnet 9 years ago
consensus Do not wipe cs.Votes upon SwitchToConsensus 9 years ago
crawler uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
db godep 9 years ago
events more fixes from review 9 years ago
logger godep 9 years ago
mempool Merge remote-tracking branch 'origin/websockets' into develop 9 years ago
merkle uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
node network > chain_id, put in genesis.json 9 years ago
p2p Log embellishment 9 years ago
permission/types left pad role names :( 9 years ago
process close file when the process closes. 9 years ago
rpc CreateAccount permission through SendTx and CALL (to unknown accounts) 9 years ago
scripts process ConsensusReactor messages during fast_sync 9 years ago
state testing and fixes for snative CALL and CallTx 9 years ago
types nil validation has zero size 9 years ago
vm testing and fixes for snative CALL and CallTx 9 years ago
.gitignore adding more debug logs 9 years ago
LICENSE.md Update README 10 years ago
Makefile make will install 9 years ago
README.md Update README.md 9 years ago
Vagrantfile Introducing make economy and docker 9 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