Skip to content

v0.1.12: Cairo Release

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 08:25
· 623 commits to main since this release
ef350be

Added

  • Added spl-token integration for Solana
  • Solang now generates code for inline assembly, including many Yul builtins

Changed

  • The documentation has been re-arranged for readability.
  • The solang parser can parse the same syntax as Ethereum Solidity 0.8.

Fixed

  • Fixed many parser issues. Now solang-parser parses all files in the
    Ethereum Solidity test suite. First run
    git submodule update --init --recursive to fetch the test files, and
    then run the test with cargo test --workspace.