-
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
Two compile failed for a large single smart contract #171
Comments
maybe need @anton-trunov to help with |
I just make a simple demo to show the same problem what I met in my project. When I write a lot of code in one contract file, it compiles failed. But we find that our BOC is just 20k, far away from 2M. |
I see, maybe need to check your Tact code then. |
Sent invitation to our tact project, please check. |
Found that when the length of *.fif file exceed 6200, compile error will come out. So I must split single contract to many of them, design rollback, compensate and check gas. Too many difficulties. |
This looks very similar to #75 |
1. compile error
demo code:
2. another compile error "File not found" when update method getTest0
error
The text was updated successfully, but these errors were encountered: