solface v0.2.0: Human readable type names
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