Releases: tact-lang/tact
Releases · tact-lang/tact
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
Release 1.1.0-beta.16
Changed
reply
now in contract instead of global context
Release 1.1.0-beta.15
Added
asCell
to maps
Release 1.1.0-beta.14
Fixed
- Fix
dnsResolveWallet
compilation error
Release 1.1.0-beta.13
Added
dns
library- map key and value serialization formats
Release 1.1.0-beta.12
Fixed
- Upgrade decompiler to a
@tact-lang/[email protected]
Release 1.1.0-beta.11
Fixed
- Signature of
preloadBits
function
Release 1.1.0-beta.10
Added
sha256
function to compute sha256 hash of a text or byte string
Release 1.1.0-beta.9
Added
- Opt-in external messages support
Release 1.1.0-beta.8
Fixed
- Missing implementation of
Address
toAddress
maps