tact
tact copied to clipboard
A mechanism for specifying Tact version
- Something like
pragma solidity >=0.4.0 <0.9.0in Tact source files, or - use
tact.config.jsonto specify the version on per-project and per-file basis (suggested by @novusnota here)
Alternatively, we can introduce a version: (or similar) key in tact.config.json to specify Tact compiler version there for all projects, and also an (optional) key specifying Tact compiler version per project/file
@novusnota I like your suggestion better