Releases: tact-lang/tact
Releases · tact-lang/tact
Release 1.1.0-beta.26
Added
- Ability to define empty messages (but not structs)
Release 1.1.0-beta.25
Added
- Support for bounced receivers for message structs
Release 1.1.0-beta.24
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
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
Added
commit
function to commit state changes
Release 1.1.0-beta.21
Fixed
- Work-around func
0.4.3
bug with pragma processing - Fix external messages with arguments type checking
Release 1.1.0-beta.20
Changed
- Upgrade
func
to0.4.3
Release 1.1.0-beta.19
Fixed
- Fix bouncing unknown messages
Release 1.1.0-beta.18
Added
FactoryDeployable
trait for deploying from factory contract
Release 1.1.0-beta.17
Added
- Abstract functions
- Abstract and virtual constants in traits
Changed
- Rename
overrides
tooverride
- Updated ownership transfering methods
Removed
- Unused
public
modifier