Skip to content

v0.6.3

Compare
Choose a tag to compare
@gnidan gnidan released this 17 Jul 03:59
· 83 commits to develop since this release
4809554

abi-to-sol v0.6.3

This release fixes a bug where abi-to-sol wasn't producing syntactically-valid output for Solidity function type parameters. This has now been fixed!

Note: for best results, please ensure the input ABI JSON includes the non-spec internalType field. For details on this, please see issue #76, specifically the comment about handling when this field is missing.

Thanks to @esaulpaugh for identifying this problem!

Release changes

Bug fixes

  • Produce valid syntax for function type params (#77 by @gnidan)

Dependency updates