@ -1,16 +1,16 @@
# Harmony Benchmark
# References
## References
https://github.com/lightningnetwork/lnd
# New Plan:
## New Plan:
https://docs.google.com/document/d/1u-8C9MiEUYPA7QC1Ekg7Cg-yL09ArZIxxyUtCUF9Wp0/edit
# Done
## Done
* Week of 5/21: https://docs.google.com/document/d/1u-8C9MiEUYPA7QC1Ekg7Cg-yL09ArZIxxyUtCUF9Wp0/edit
# TODO
## TODO
* implement block of transactions, instead of individual generators
* instead of _consume_ used leader.send function
@ -19,7 +19,7 @@ https://docs.google.com/document/d/1u-8C9MiEUYPA7QC1Ekg7Cg-yL09ArZIxxyUtCUF9Wp0/
* Read [go concurrency ](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.
# Readings
## Readings
* [fanout-example ](https://play.golang.org/p/jwdtDXVHJk )
* [multiple-gorountines-listening-on-one-channel ](https://stackoverflow.com/questions/15715605/multiple-goroutines-listening-on-one-channel/15721380#15721380 )