tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
394 stars 110 forks source link

Unclear lazy_deployment_completed getter behaviour #1024

Open imartemy1524 opened 1 week ago

imartemy1524 commented 1 week ago

When one compile any tact smart-contract, it generates lazy_deployment_completed method for him .

But, the purpose of this method seems unclear for me:

anton-trunov commented 1 day ago

In practice this method is useless for now (nobody calls it) and as I understood, there is no ability (flag) to disable it in compilation, so it just takes space in compiled code cell. Is this a feature or not? Can we add such flag?

sounds like a great idea to me