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 May 23, 2023. It is now read-only.
Based directly on top of pyethereum v1.6.1
This is a hack. Solidity 0.4.11 introduces the interface keyword and
breaks the solidity_names() function. This simply tweaks the function
so that it also treats interfaces like contracts and does not break.
I don't believe pyethereum should attempt to parse solidity files on its
own as compatibility issues like this are almost certain to arise also in the
future. For more long-term a different solution should be found where
pyethereum queries solidity itself and does not parse anything on its own.
0 commit comments