The core protocol of WoopChain
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.
 
 
 
Rongjian Lan cb983ce484 Add transactions num and Ids list to block 7 years ago
aws-code Add transactions num and Ids list to block 7 years ago
aws-scripts Add shardId into consensus and rename ipList file into config file 7 years ago
blockchain Add transactions num and Ids list to block 7 years ago
common Refactor message/message.go to common/message.go 7 years ago
consensus fix comments and add TODO 7 years ago
log fix comments and add TODO 7 years ago
node Add transactions num and Ids list to block 7 years ago
p2p Format existing code according to gofmt 7 years ago
utils bundle block blockchain transaction into blockchain packagge. add tests for utils 7 years ago
.gitignore Scaled consensus to 100 nodes。 7 years ago
.travis.yml go get in travis 7 years ago
README.md updated readme for log dependency 7 years ago
appspec.yml relative paths are getting messed up so situation script within scripts folder 7 years ago
benchmark_main.go Add more comments to new code; make prevHash 32 byte array 7 years ago
deploy.sh Add shardId into consensus and rename ipList file into config file 7 years ago
deploy_linux.sh Add shardId into consensus and rename ipList file into config file 7 years ago
harmony-benchmark add more tests 7 years ago
kill_node.sh Add transaction generater program which sends transactions to leaders periodically 7 years ago
local_config.txt Add shardId into consensus and rename ipList file into config file 7 years ago
local_config2.txt Add shardId into consensus and rename ipList file into config file 7 years ago
local_config_shards.txt Add sharding config with 2 shard; update tx generator accordingly 7 years ago
send_txn.sh add message dir; add msgCategory, msgType in messaging protocol; add node struct as the entry point for messages 7 years ago
sysctl.sh Fill in consensus message structure and send realistic consensus message instead of dummy string 7 years ago

README.md

Harmony Benchmark

Build Status

Dev Environment Setup

export GOPATH=$HOME/<path_of_your_choice>

mkdir -p $HOME/<path_of_your_choice>/src

cd $HOME/<path_of_your_choice>/src

git clone git@github.com:simple-rules/harmony-benchmark.git

cd harmony-benchmark

go get github.com/go-stack/stack

Usage


./deploy.sh local_config.txt

./send_txn.sh