tact-lang / tact

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

feat: testing for repeat ranges #766

Closed novusnota closed 2 months ago

novusnota commented 2 months ago

Issue

Closes #654.

Checklist

- [ ] I have updated CHANGELOG.md Not applicable

novusnota commented 2 months ago

Stumble across the exit code 37 in the action phase (which is "not enough Toncoins") no matter how big I make the treasure to be. @Gusarich, could you please take a look?

anton-trunov commented 2 months ago

Stumble across the exit code 37 in the action phase (which is "not enough Toncoins") no matter how big I make the treasure to be

@novusnota There is a maximal gas limit for processing one message, it should 0.4 TON atm: https://github.com/tact-lang/tact-docs/pull/298#issuecomment-2207412040. I haven't checked if Sandbox respects this limit, but it should be configurable (although we actually shouldn't increase it)