-
Notifications
You must be signed in to change notification settings - Fork 45
Add Clique Support #82
base: master
Are you sure you want to change the base?
Conversation
|
I'm currently using this to test clique locally. To spin up clique cluster using docker-compose:
|
|
@jwasinger super cool! Let me know once you're done and I can do some testing. |
|
Minor issue when running from new checkout.... Had to |
|
Sorry is this working? |
|
Yeah. It's one hell of a hack to include geth in this script (and it also requires a few other dependencies). I'll write a quick note about how to set it up. |
|
Unlikely this will get merged in its current form as it is too hacky and un-maintainable. I talked to @ddorgan at EthCC and there was the idea of rewriting this tool in another language (I think he suggested Rust). I would personally go with Python... but anyways that is unrelated. |
|
Cool! I would definitely use it, and I look forward your setting up notes. BTW where is the repository? Could I have a look at your script? However I am a bit confused. I read something about porting Clique consensus engine in Parity (Görli project?). Are you involved in it? Which Ethereum client are you using to deploy a Clique network, Parity or Geth?
I am rewriting this tool as well with more functionalities, integrating the Validator Contract configuration. I would be pleased to help you with the new version in Python. |
Hey! Do you have the guide for it? |
WIP Don't merge.
Adds support for Clique consensus engine.