tact-docs icon indicating copy to clipboard operation
tact-docs copied to clipboard

Tact main documentation

Results 118 tact-docs issues
Sort by recently updated
recently updated
newest added

Alternative solutions may be used too. Either in CI or as part of #89 Links: - https://languagetool.org/ - https://github.com/elijah-potter/harper - https://github.com/drahnr/cargo-spellcheck - https://github.com/caderek/gramma

help wanted
ci/cd

https://github.com/tact-lang/tact/pull/581

https://github.com/tact-lang/tact-docs/blob/08e84aa0bfee3daa56c04beca1d816cc7daddb35/pages/book/statements.mdx?plain=1#L292C196-L292C344

https://github.com/tact-lang/tact/issues/713

See, for instance, https://github.com/tact-lang/tact/issues/712

> Therefore, to prevent misuse of the contract storage and reduce gas consumption, make sure to specify remaining serialization option only on the last field of the given Message https://github.com/tact-lang/tact/pull/697...

https://github.com/tact-lang/tact-docs/blob/d6ec58ee3180b50f2f89293019e3c7985d6603da/pages/book/maps.mdx?plain=1#L83 Invalid types provided. Map is , but type String? was provided to variable. Moreover, the page does not mention `String` is a valid map value type. Also, in on...

bug

For instance, if I'm interested in searching for "as remaining" in the docs, the most relevant results which include the full string are not at the top of the search...

The description of a `mutates` function specifies that it can change the argument given in the `self` parameter. For example, given the declaration, ``` let A: Int = 0; ```...

tact-docs: Book

Description in https://docs.tact-lang.org/cookbook/jettons is missing. It should contain recipes on how to work with existing jettons in Tact. (Note this is **not** about implementing jettons in Tact)

help wanted
section: Cookbook