-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add async eth.sign_transaction #2827
Comments
@kclowes I am interested in contributing. Can you guide me by providing some references? |
Sure, thanks! #2833 is a good example. Basically, copy/paste the existing sync |
Hey, @kclowes can you guide me through the pr that I have made? |
Hey! |
Can you help me through this pr?@sujantkumarkv |
What was wrong?
Some methods are still unavailable on the
AsyncEth
class.How can it be fixed?
Following the pattern already established, add
sign_transaction
to theAsyncEth
class, and add corresponding tests. TheAsyncHTTPProvider
docs indocs/provider.rst
will also need to be updated.The text was updated successfully, but these errors were encountered: