-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why built compile different .ts file #1288
Comments
Could you please provide more detail about your setup? What Tact version have you been using two months ago and what Tact version are you using now? |
@anton-trunov Same version, I have not changed the code during this period |
I can't build the same build/test/.ts now |
@eliomain If you have not updated your dependencies, it's not possible to have different outputs, since the Tact compiler is deterministic. |
@anton-trunov How do I set the compiler version in my code when I find that the same version of blueprint will have a different version of the compiler |
Blueprint projects do not set a precise Tact version, you can check it in the package.json file |
When I execute the blueprint build command, the.ts file in the build folder is different than it was two months ago, and the different files cause code errors in scripts
provider.open(Test.fromAddress(address));
The text was updated successfully, but these errors were encountered: