web3labs / crux

Data Privacy for Quorum Blockchains
https://www.web3labs.com
Apache License 2.0
53 stars 28 forks source link

(FR) dockerized with raft consensus not IBFT #51

Open drandreaskrueger opened 5 years ago

drandreaskrueger commented 5 years ago

may I ask for a feature request? ...

same as this here https://github.com/blk-io/crux/tree/master/docker/quorum-crux

BUT: not istanbul but raft.

would help me a lot to be able to compare all PoA algorithms in my chainhammer

thanks for considering this!

drandreaskrueger commented 5 years ago

Happy New Year 2019!

What do you think about this? I am soon publishing a much automated new version of chainhammer, and then I will redo all of the measurements. It would be nice to include raft too.

And for you it might perhaps just mean importing 2 more existing files {raft-start.sh, raft-init.sh} from https://github.com/blk-io/quorum-examples/tree/master/examples/7nodes into https://github.com/blk-io/crux/tree/master/docker/quorum-crux - right?

And quorum-official has no dockerized solution, but only the vagrant based virtualbox setup which is too heavy for my case. So that I always use your repo here, for all of my benchmarking of quorum!

Thanks for considering it!