Skip to content

v0.7.0

Compare
Choose a tag to compare
@haltman-at haltman-at released this 20 May 02:06
· 46 commits to develop since this release
6f5996b

abi-to-sol v0.7.0

This release adds a new feature to allow abi-to-sol to generate embeddable output -- that is to say, output that can be appended to an existing Solidity file; no pragma, no license identifier, etc. You can specify this with the command-line option --embedded (or -E); when used as a library, it's specified by the option { mode: "embedded" }, as opposed to the default { mode: "normal" }.

Release changes

New features

  • Allow producing embeddable output, e.g. no pragma (#91 by @gnidan)

Project updates

Dependency updates