tact-lang / tact-docs

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

feat: add jetton cookbook #380

Closed pixelplex closed 2 months ago

pixelplex commented 2 months ago

Closes #321

a-bahdanau commented 2 months ago

321

a-bahdanau commented 2 months ago

There is one TODO left in PR forwardPayload: beginCell().storeBool(false).endCell().beginParse(), // TODO: this is so gas consuming, maybe there is another way? Or use generic (TBD)? Or there is better way to just left it

Maybe wait till 1.5 for generics? Or use another approach as u suggest

a-bahdanau commented 2 months ago

@novusnota resolved your comments

novusnota commented 2 months ago

@a-bahdanau @pixelplex Thanks for opening the PR and working through all the suggestions we threw at you :)

@Gusarich, thanks for helping me review this! Please notify if there is anything else before we merge it?

anton-trunov commented 2 months ago

Thanks @a-bahdanau, we have a nice starting point to further enhance the cookbook!