tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
40 stars 34 forks source link

Document gas handling strategy and idioms #263

Open anton-trunov opened 1 week ago

anton-trunov commented 1 week ago

This is a complex topic that often baffles newcomers

novusnota commented 1 week ago

I'd say this baffles just about anyone, as the present idiom is to send more coins hoping that they'll cover fees and then expect refunds :)

However, with recent-ish additions to TVM (2024.04 upgrade) it should be way easier. Also, TON Docs recently updated the fee calcation page with those.

So for now, I'd simply link that page and also link the importing FunC code one.

@Gusarich We may add wrappers around asm "GASCONSUMED" and such to the stdlib, what do you think?

Gusarich commented 1 week ago

@Gusarich We may add wrappers around asm "GASCONSUMED" and such to the stdlib, what do you think?

This is https://github.com/tact-lang/tact/issues/324