Anton Trunov

Results 333 comments of Anton Trunov

> so does that mean resolving https://github.com/tact-lang/tact/issues/579 first? Yeah, that's sounds like a good approach to me, but also see issue #657

@Gusarich Looks incredible! We could probably implement some helpers to reduce boilerplate for the frequent case where you send a message and then immediately check it was successful: For instance,...

@byakuren-hijiri Btw, the pretty-printer and the FunC AST data structure should be adaptable to #420

Retracting the requirement > - The pretty-printer and the FunC AST data types itself should be adaptable to #420; as not planned

I saw in TON dev chats interest from Tact users regarding the exotic cells support -- they would like to implement cNFTs in Tact.

@Gusarich Any progress on this?

Let's close this for now: we have an issue to track this feature, the code is out of date with the code base and it's hard to manage PRs when...

If it's a pure function being called then we can keep the current behavior. We need to add purity checker in the Tact typechecker, though: https://github.com/tact-lang/tact/issues/677

One more example of this issue which might be useful for tests when this is resolved: ```tact fun loadFwdPayloadContent(slice: Slice): Slice { let isRef = slice.loadBool(); if (isRef) { return...