tact-lang / tact-vscode

Tact VS Code plugin
Apache License 2.0
22 stars 9 forks source link

SHA256 showing error, but compiles ok #7

Closed bulba03 closed 1 year ago

bulba03 commented 1 year ago

Using sha256() showing as error in editor, but if you'll compile the code, FUNC code generates great and have no compile errors.

[{ "message": "/workspace/proj-name/contracts/contract.tact:129:42: Static function \"sha256\" does not exist }]

Code: let A: Int = sha256("abcd");

logvik commented 1 year ago

fixed on version 1.0.3