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 9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
..
README.md barak takes an output-file as option 9 years ago
commands.go uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
default.cfg added debora default.cfg file 9 years ago
log.go Begin writing debora 9 years ago
main.go godep 9 years ago

README.md

Example

# Upgrade barak.
# We need to give it a new seed to prevent port conflicts.
./build/debora run --input "`cat cmd/barak/seed2`" -- barak2 ./build/barak

# Build tendermint from source
./build/debora run -- build_tendermint bash -c "cd $GOPATH/src/github.com/tendermint/tendermint; make"

# Build and run tendermint
./build/debora run -- tendermint bash -c "cd \$GOPATH/src/github.com/tendermint/tendermint; make; ./build/tendermint node"