-
Notifications
You must be signed in to change notification settings - Fork 153
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
Allow access to remote signing APIs #170
Comments
I believe that this would actually be more appropriately implemented in the web3 codebase as part of the way that the |
Fair, I will move this issue there. |
Actually, |
👍 I think it would be fine to implement the core of the functionality here and then just do the wiring in web3. |
did this ever get implemented? thanks for this package as well has made testing a breeze 💯 |
What was wrong?
eth_sign
,eth_signTransaction
, andeth_signTypedData
RPC APIs are not implemented ineth-tester
, which should delegate to the corresponding methods in theeth_account.Account
class.How can it be fixed?
Add access
The text was updated successfully, but these errors were encountered: