Skip to content

Alexandria

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 18:18
· 356 commits to main since this release
2e2e50a

Added

  • Solidity mappings can now have named key and named value types. seanyoung

Changed

  • Solang now uses LLVM 15. LucasSte
  • Solidity on Solana now required the Anchor framework for the client code, and the @solana/solidity.js
    Typescript library is no longer compatible with Solidity.
  • When casting hex literal numbers into the bytesN type, the hex literal may use leading zeros to match the size
    with the according bytesN, which aligns solang with solc. xermicus

Fixed