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
With no plans to support eth-testrpc and the plan to replace it with eth-tester I think it's time to add some deprecations warnings to the providers that use eth-testrpc if they aren't already present and then to remove them.
We should also update the test suite to not depend on eth-testrpc anymore.
The text was updated successfully, but these errors were encountered:
#530 looks nearly complete. Unfortunately, I don't think it actually unsticks 166, because we also need to swap in the py-evm backend and remove the pyethereum backend. It looks like that will need some work, too.
With no plans to support
eth-testrpc
and the plan to replace it witheth-tester
I think it's time to add some deprecations warnings to the providers that useeth-testrpc
if they aren't already present and then to remove them.We should also update the test suite to not depend on
eth-testrpc
anymore.The text was updated successfully, but these errors were encountered: