Skip to content

Sol2Ink 2.0.0

Compare
Choose a tag to compare
@coreggon11 coreggon11 released this 04 Feb 18:37
· 20 commits to main since this release
80c9651

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

Future updates

  • usage of ink! 4 in output ink! contracts
  • fully compilable OpenZeppelin standards