Skip to content

solface v0.2.0: Human readable type names

Choose a tag to compare

@zomglings zomglings released this 22 Nov 13:24
· 8 commits to main since this release
0b3eba0

Our goal with solface is for the generated interfaces to be usable directly, immediately, and without modifications.

solface v0.2.0 gets us much closer to that goal than we ever were before by making the names of compound structs human readable (and therefore human usable). It does this by using the internalType fields generated by solc as hints to what the name of the generated types should be.

Full Changelog: v0.1.2...v0.2.0