You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
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.
port functionality 1:1 from pyethapp to web3.py
new service will live in this repo
move contract tests to tests/contracts
add new service tests at tests/service
The text was updated successfully, but these errors were encountered:
Someone can start on decimal10 abi support now. The implementation should be done in eth-abi and should be reasonably straight forward to do if you dig in and look at how the current encoders/decoders are written.
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: