abi2solidity icon indicating copy to clipboard operation
abi2solidity copied to clipboard

Doesn't work with newer Solidity versions

Open CodeForcer opened this issue 2 years ago • 2 comments

This library is great, but fails to generate valid ABIs on newer versions of Solidity in various ways, ie not marking functions as payable when appropriate.

Any plans to maintain?

CodeForcer avatar May 30 '22 12:05 CodeForcer

@CodeForcer I haven't used it in a while, can you provide a test sample? I'll update the code soon

maxme avatar Jul 08 '22 11:07 maxme

@CodeForcer can you check this PR? https://github.com/maxme/abi2solidity/pull/19 - it should solve some issues with Solidity 0.8+

There might still be some missing cases, I have to finish checking the documentation differences and get more samples.

maxme avatar Jul 09 '22 14:07 maxme