Skip to content
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

PyEVMBackend is not a subclass of the BaseChainBackend #148

Closed
pipermerriam opened this issue Jan 18, 2019 · 0 comments · Fixed by #150
Closed

PyEVMBackend is not a subclass of the BaseChainBackend #148

pipermerriam opened this issue Jan 18, 2019 · 0 comments · Fixed by #150

Comments

@pipermerriam
Copy link
Member

What was wrong?

The library defines an abstract base class for backends: https://github.com/ethereum/eth-tester/blob/91468f5f79f86f2066693693a8b474129d325f89/eth_tester/backends/base.py

The PyEVMBackend is not a subclass of that backend.

How can it be fixed?

Update the PyEVMBackend to be a subclass of the BaseChainBackend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant