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.
 
 
 
Minh Doan 62fc6e8a58 unifiy slave and leader into benchmark_node 7 years ago
README.md fixed bug, code now is able to broadcast to all nodes 7 years ago
benchmark_node.go unifiy slave and leader into benchmark_node 7 years ago
deploy_node.sh unifiy slave and leader into benchmark_node 7 years ago
kill_node.sh add scripts to deploy and kill nodes 7 years ago
node.go fixed bug, code now is able to broadcast to all nodes 7 years ago
send_tnx.sh add send transaction script to leader node 7 years ago

README.md

harmony-benchmark

#References

https://github.com/lightningnetwork/lnd

#New Plan:

https://docs.google.com/document/d/1u-8C9MiEUYPA7QC1Ekg7Cg-yL09ArZIxxyUtCUF9Wp0/edit

#Done

  • fan-out

#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

https://gist.github.com/rushilgupta/228dfdf379121cb9426d5e90d34c5b96

to setup transaction channel and pour those txns (randomString) into a queue from where the leader node can read it in chunks.

#TOREAD

https://play.golang.org/p/jwdtDXVHJk https://stackoverflow.com/questions/15715605/multiple-goroutines-listening-on-one-channel/15721380#15721380