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 807bd662b2 vm: catch stack underflow on Peek() 10 years ago
DOCKER update docker for GOPATH tendermint install 10 years ago
Godeps Debora's default log level is notice 10 years ago
INSTALL draft of instructions on forking the testnet. TODO: make simpler 10 years ago
account tendermint/binary -> tendermint/wire 10 years ago
alert godep 10 years ago
blockchain tendermint/binary -> tendermint/wire 10 years ago
cmd tendermint/binary -> tendermint/wire 10 years ago
common snative refactor and SNativeTx 10 years ago
config change genesis addr for testnet testing 10 years ago
consensus tendermint/binary -> tendermint/wire 10 years ago
crawler tendermint/binary -> tendermint/wire 10 years ago
db panic wrapper functions 10 years ago
docs added sts-final doc 10 years ago
events Simplify Service/Reactor pattern 10 years ago
logger godep 10 years ago
mempool tendermint/binary -> tendermint/wire 10 years ago
merkle tendermint/binary -> tendermint/wire 10 years ago
node tendermint/binary -> tendermint/wire 10 years ago
p2p tendermint/binary -> tendermint/wire 10 years ago
permission/types tendermint/binary -> tendermint/wire 10 years ago
process Process's OutFile is an AutoFile. Use with LogRotate for Barak logs 10 years ago
rpc Remove StorageRoot from vm.Account 10 years ago
scripts direct tendermint node stderr to stdin for stdinwriter & logjack 10 years ago
state remove unnecessary permission check 10 years ago
types tendermint/binary -> tendermint/wire 10 years ago
vm vm: catch stack underflow on Peek() 10 years ago
wire tendermint/binary -> tendermint/wire 10 years ago
.gitignore add git commit hash to nodeInfo 10 years ago
LICENSE.md Update README 10 years ago
Makefile fix node/addrbook test; made build task quieter 10 years ago
README.md updated README 10 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