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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
Parsing:
Sol2Ink now uses Solang parser to parse Solidity contracts
Sol2Ink can now transpile any valid Solidity code
Sol2Ink can now parse both single files (ending with .sol) and whole projects (Sol2Ink will traverse the whole tree of the provided directory and parse found Solidity files)
Output
output ink! contracts will use ink! version 3.4.0
Sol2Ink generates a comprehensive file structure for the output contracts