Skip to content

Releases: tact-lang/tact

Release 1.1.0-beta.26

14 Apr 11:33
Compare
Choose a tag to compare
Release 1.1.0-beta.26 Pre-release
Pre-release

Added

  • Ability to define empty messages (but not structs)

Release 1.1.0-beta.25

14 Apr 11:04
Compare
Choose a tag to compare
Release 1.1.0-beta.25 Pre-release
Pre-release

Added

  • Support for bounced receivers for message structs

Release 1.1.0-beta.24

13 Apr 16:34
Compare
Choose a tag to compare
Release 1.1.0-beta.24 Pre-release
Pre-release

Changed

  • Bounced messages now skipped first 32 bits before passing it to receivers

Fixed

  • Passing optional structs as arguments

Release 1.1.0-beta.23

13 Apr 13:00
Compare
Choose a tag to compare
Release 1.1.0-beta.23 Pre-release
Pre-release

Changed

  • deploy trait now sends non-bounceable notifications
  • changed forward and added bounceable and init arguments

Added

  • Contract.notify() non-bounceable alternative to reply

Release 1.1.0-beta.22

13 Apr 11:57
Compare
Choose a tag to compare
Release 1.1.0-beta.22 Pre-release
Pre-release

Added

  • commit function to commit state changes

Release 1.1.0-beta.21

13 Apr 11:23
Compare
Choose a tag to compare
Release 1.1.0-beta.21 Pre-release
Pre-release

Fixed

  • Work-around func 0.4.3 bug with pragma processing
  • Fix external messages with arguments type checking

Release 1.1.0-beta.20

11 Apr 10:55
Compare
Choose a tag to compare
Release 1.1.0-beta.20 Pre-release
Pre-release

Changed

  • Upgrade func to 0.4.3

Release 1.1.0-beta.19

10 Apr 15:37
Compare
Choose a tag to compare
Release 1.1.0-beta.19 Pre-release
Pre-release

Fixed

  • Fix bouncing unknown messages

Release 1.1.0-beta.18

10 Apr 12:55
Compare
Choose a tag to compare
Release 1.1.0-beta.18 Pre-release
Pre-release

Added

  • FactoryDeployable trait for deploying from factory contract

Release 1.1.0-beta.17

10 Apr 12:38
Compare
Choose a tag to compare
Release 1.1.0-beta.17 Pre-release
Pre-release

Added

  • Abstract functions
  • Abstract and virtual constants in traits

Changed

  • Rename overrides to override
  • Updated ownership transfering methods

Removed

  • Unused public modifier