ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
138 stars 48 forks source link

Fix for ABI format in Solidity 0.8.0 #119

Closed iamdefinitelyahuman closed 3 years ago

iamdefinitelyahuman commented 3 years ago

What I did

Fix an issue when decoding the ABI from Solidity 0.8.0

How I did it

Check if the ABI is a string prior to converting it from JSON.

How to verify it

Run the tests.