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 3a11c6779e changed readme to reflect current bug 7 years ago
README.md changed readme to reflect current bug 7 years ago
node.go transaction generator pours transaction into a queue, every transaction is then broadcasted to all nodes 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

#TODO

#DEBUG

0
1
2
3
4
5
6
Leader has sent message gmwjgsapga to 1
7
Leader has sent message gmwjgsapga to 1
Leader has sent message gmwjgsapga to 4
Leader has sent message gmwjgsapga to 6
Leader has sent message gmwjgsapga to 7
Leader has sent message gmwjgsapga to 2
Leader has sent message gmwjgsapga to 1
Leader has sent message gmwjgsapga to 5
8
Leader has sent message gmwjgsapga to 2
9
Leader has sent message gmwjgsapga to 1
Leader has sent message tlmodylumg to 2
Leader has sent message tlmodylumg to 8
Leader has sent message tlmodylumg to 1
Leader has sent message tlmodylumg to 2
Leader has sent message tlmodylumg to 8
Leader has sent message tlmodylumg to 7
Leader has sent message tlmodylumg to 1
Leader has sent message qimgegmgkb to 3
Leader has sent message uqdiwwmnpp to 2
Leader has sent message uqdiwwmnpp to 2
Leader has sent message uqdiwwmnpp to 3
Leader has sent message tlmodylumg to 2
Leader has sent message uqdiwwmnpp to 8
Leader has sent message tlmodylumg to 1

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