v0.7.0 #106
haltman-at
started this conversation in
General
v0.7.0
#106
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Project updates
Dependency updates
This discussion was created from the release v0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions