Skip to content

Release 1.1.5

Compare
Choose a tag to compare
@anton-trunov anton-trunov released this 01 Dec 12:48
· 76 commits to main since this release
02d65a6

Added

  • Continuous integration to run Tact tests on Linux, macOS and Windows: PR #96

Changed

  • Migration to @ton NPM packages: PR #89

Fixed

  • Struct and message identifiers need to be capitalized: PRs #81 and #83
  • Fixed the signature of the checkDataSignature function in stdlib/std/crypto.tact: PR #50
  • Show location info for the internal compiler error 'Invalid types for binary operation': PR #63