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
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
ABC: add missing chain_context arg to VirtualMachineAPI's constructor.
This silences `mypy` error:
eth/chains/base.py:250: error: Unexpected keyword argument "chain_context" for "VirtualMachineAPI"
eth/abc.py:2270: note: "VirtualMachineAPI" defined here
This change has been copy-pasted from the previous PR.
I would've cherry-picked it in, but since then the constructor
has changed, adding in `consensus_context`, too.
Anyway, here's the previous PR's commit:
97cc8db
0 commit comments