FISCO-BCOS / solcJ

a jar for the solidity compiler
Apache License 2.0
7 stars 10 forks source link

fix:handle different solc compile result raw json for abi bin and doc #38

Closed HelloAldis closed 4 months ago

HelloAldis commented 4 months ago

fix: The 0.8.11 solc return abi and doc as json object but 0.6.10 0.5.2 0.4.25 solc return abi and doc as string, so the parse logic should handle it。