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
Some methods are still unavailable on the AsyncEth class.
How can it be fixed?
Following the pattern already established, add modify_transaction to the AsyncEth class, and add corresponding tests. The AsyncHTTPProvider docs in docs/provider.rst will also need to be updated.
The text was updated successfully, but these errors were encountered:
Thanks @esing1201! Here is the most recent example of a new async function that's been merged: #2848. The replace_transaction PR might also be helpful: #2847.
What was wrong?
Some methods are still unavailable on the
AsyncEth
class.How can it be fixed?
Following the pattern already established, add
modify_transaction
to the AsyncEth 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: