You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release updates abi-to-sol to be more robust in light of differences between Solidity versions (and more attentive to what Solidity features are actually needed by a given input ABI)
Note: since you can request a desired Solidity range for output, abi-to-sol will now error if the input ABI uses features that would result in more than one syntax form across versions in the desired range. For instance: if the input ABI defines a fallback function, abi-to-sol won't let you generate >=0.4.0 (since the syntax changed in v0.5.0)
New features
Error upon Solidity version syntax ambiguity (#21 by @gnidan)
Enhancements
Include package version in autogen notice (#25 by @gnidan)
Only emit pragma experimental ABIEncoderV2 when necessary (#22 by @gnidan)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
abi-to-sol v0.4.0
This release updates abi-to-sol to be more robust in light of differences between Solidity versions (and more attentive to what Solidity features are actually needed by a given input ABI)
Note: since you can request a desired Solidity range for output, abi-to-sol will now error if the input ABI uses features that would result in more than one syntax form across versions in the desired range. For instance: if the input ABI defines a fallback function, abi-to-sol won't let you generate
>=0.4.0
(since the syntax changed in v0.5.0)New features
Enhancements
pragma experimental ABIEncoderV2
when necessary (#22 by @gnidan)Bug fixes
Housekeeping
Internal improvements
web-ui changes
This discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions