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.
 
 
 
alok 0d01b992e1 more files 7 years ago
aws-code fixing typo 7 years ago
consensus Work In Progress 7 years ago
p2p Work In Progress 7 years ago
.gitignore Add .gitignore file 7 years ago
README.md more files 7 years ago
benchmark_node.go more files 7 years ago
block.go add data structure for blockchain 7 years ago
blockchain.go add data structure for blockchain 7 years ago
deploy.sh more files 7 years ago
deploy_node.sh Add basic skeleton consensus and p2p lib; integrated with benchmark_node.go 7 years ago
ipList.txt working code to initialize consensus 7 years ago
kill_node.sh more files 7 years ago
node.go Add basic skeleton consensus and p2p lib; integrated with benchmark_node.go 7 years ago
send_tnx.sh more files 7 years ago
utils.go add transaction 7 years ago

README.md

Harmony Benchmark

Usage

./deploy.sh iplist.txt

References

https://github.com/lightningnetwork/lnd

New Plan:

Done

TODO

  • implement block of transactions, instead of individual generators
  • instead of consume used leader.send function
  • understand when the program terminates and why we don't end up writing all the txns
  • simplify code, if it might be a overkill
  • Read go concurrency to setup transaction channel and pour those txns (randomString) into a queue from where the leader node can read it in chunks.

Readings