-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port validator_service.py to web3.py #48
Comments
Note that other clients still need to implement features such as:
specified in the spec |
Absolutely. In the issue, I should note that this is for when other clients implement the casper spec. |
|
Someone can start on |
|
Due to the pending deprecation of the pethereum/pyethapp stack, I propose porting existing
validator_service.py
functionality to use web3.py. Not only is web3.py well-featured and actively developed, web3.py can plug into any client that conforms to the standard json-rpc interface. This is particularly exciting because a web3.py validator_service will be able to plug into any of the major clients (yay code reuse).Proposed Implementation
I haven't fully spec'd this out yet, but it should be a natural translation from pyethapp to web3.py. More details to follow.
tests/contracts
tests/service
The text was updated successfully, but these errors were encountered: