Releases: tact-lang/tact
Releases · tact-lang/tact
Release 1.0.0-rc.11
Added
- exported
check
function for language server support
Release 1.0.0-rc.9
Changed
- Contracts now work only with basic workchain. To enable masterchain support set
masterchain: true
intact.conf.json
Added
pow
function for exponentiationaddress()
compile-time function for creating addresses from stringscell()
compile-time function for creating cells from base64 stringsinterfaces
field to ABI- report workchain support in interfaces
Release 1.0.0-rc.10
Changed
- Contracts now can be deployed only to the basic workchain unless
masterchain
settrue
- Checking field initialisation in init function
Release 1.0.0-rc.8
Added
logger
interface to programmatic API
Release 1.0.0-rc.7
Added
verify
function to verify compiled package
Release 1.0.0-rc.6
Fixed
- Fixing npm exports
Release 1.0.0-rc.5
Fixed
- Fixing npm exports for typescript
Release 1.0.0-rc.4
Fixed
- Fixing npm exports for typescript
Release 1.0.0-rc.3
Fixed
- Fixed browser/node typings and exports
- Fixed browser environment execution
Release 1.0.0-rc.2
Fixed
- Fixed missing
mkdirp
dependency