You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Func compilation error: wallet-v4-code.fc:1:1: error: FunC version 0.4.5 does not satisfy condition =0.2.0
#pragma version =0.2.0;
According to func-js sources seems like there's no way to specify FunC version to compile this type of contracts.
Expected result is succeeded compilation.
🐞 Description
An attempt to compile TON wallet example contract (the first one mentioned in Docs) leads to the error:
According to func-js sources seems like there's no way to specify FunC version to compile this type of contracts.
Expected result is succeeded compilation.
💻 Environment
npm module
"@ton-community/func-js": "^0.8.0"
🔢 Code to reproduce bug
📝 Detail
Not sure should it be bug or feature request. So thanks in advance, any advises are appreciated
The text was updated successfully, but these errors were encountered: