Skip to content

v0.1.11: Nuremberg release

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 18:14
· 680 commits to main since this release

[0.1.11]

Added

  • Added support for Solidity user types
  • Support using syntax on file scope
  • Support binding functions with using
  • Implemented parsing and semantic analysis of yul (code generation is to
    follow)
  • The language server uses the --import and --importmap arguments
  • On Solana, it is possible to set the accounts during CPI using the
    accounts: call argument.

Fixed

  • Fixed associativity of the power operator
  • A huge amount of fixes improving compatibility with solc