issues
search
ApeWorX
/
py-solc-x
Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
141
stars
49
forks
source link
Refactor exceptions
#103
Closed
iamdefinitelyahuman
closed
4 years ago
iamdefinitelyahuman
commented
4 years ago
What I did
Add an
error_dict
member to
SolcError
to expose JSON output on a failed compile. Closes #91
Refactor exception keyword arguments
What I did
error_dict
member toSolcError
to expose JSON output on a failed compile. Closes #91