Skip to content

Issues: tact-lang/tact

Beta
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Use store_maybe_ref and store_builder_ref in Cell serialization kind: gas! Gas consumption and fee-related things
#2835 opened Apr 17, 2025 by i582 v1.7.0
__tact_store_address_opt can be optimized kind: gas! Gas consumption and fee-related things
#2833 opened Apr 17, 2025 by i582 v1.7.0
FunC does not preserve overflows kind: fuzzing Application of fuzzing to testing
#2832 opened Apr 17, 2025 by jeshecdom
Housekeeping of "Learn Tact in Y minutes" kind: docs Documentation for docs.tact-lang.org kept in docs folder
#2830 opened Apr 17, 2025 by novusnota Doc: 2025-04
Fix the Blueprint template showcase on the main page of the documentation kind: docs Documentation for docs.tact-lang.org kept in docs folder
#2825 opened Apr 16, 2025 by anton-trunov Doc: 2025-04
Add blockchain config parser kind: refactoring Improve code readability
#2819 opened Apr 16, 2025 by verytactical
Tact v1.6.6 release checklist kind: release Tact release management
#2818 opened Apr 16, 2025 by anton-trunov
10 of 15 tasks
v1.6.6
Support .tactfmtignore formatter Issues in formatter
#2805 opened Apr 15, 2025 by i582
FunC reports overflow in expressions that would not produce overflows at runtime activity: found-by-fuzzing Do not add! Issues found by fuzzer by previous project.
#2803 opened Apr 15, 2025 by jeshecdom
Document how to use formatter formatter Issues in formatter kind: docs Documentation for docs.tact-lang.org kept in docs folder scope: dev-docs Internal documentation of the Tact compiler and the repository. (dev-docs/)
#2798 opened Apr 15, 2025 by i582 Doc: 2025-04
Optimize if (a == 0) kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#2795 opened Apr 15, 2025 by skywardboundd
Add export type like Messages = Msg1 | Msg2 | ... in wrappers scope: ts-wrappers Implementation of TypeScript wrappers generation for Sandbox tests (src/bindings)
#2794 opened Apr 15, 2025 by skywardboundd
Unify FunC and Tact benchmarks: escrow kind: refactoring Improve code readability
#2793 opened Apr 15, 2025 by skywardboundd
Unify FunC and Tact benchmarks kind: benchmark Benchmarking gas consumption of Tact contracts
#2790 opened Apr 15, 2025 by anton-trunov
Fix remaining TODO in formatter tests formatter Issues in formatter
#2789 opened Apr 15, 2025 by i582
x is defined globally kind: bug Something isn't working or isn't right
#2784 opened Apr 15, 2025 by verytactical v1.7.0
Compile FunC benchmarks with FunC's stdlib.fc and only it kind: benchmark Benchmarking gas consumption of Tact contracts
#2776 opened Apr 14, 2025 by novusnota
macOS CI issue with map property tests kind: testing Tests (*.spec.ts) os: macOS macOS-related things scope: ci Continuous Integration: GitHub Actions (.github), commit/push hooks (.husky)
#2772 opened Apr 14, 2025 by i582
Add sqrt microbenchmarks kind: benchmark Benchmarking gas consumption of Tact contracts
#2765 opened Apr 14, 2025 by anton-trunov
Clarify that constants aren't fields, and they cannot have serialization annotations either kind: docs Documentation for docs.tact-lang.org kept in docs folder scope: partial-eval The constant and partial evaluation optimization mechanisms (src/optimizer/constEval.ts)
#2762 opened Apr 13, 2025 by novusnota Doc: 2025-04
Receiver with struct feature: structs Structures and messages (struct Foo, message Foo) kind: language feature Intent to add a language feature
#2758 opened Apr 13, 2025 by anton-trunov v1.7.0
Generic contracts kind: language feature Intent to add a language feature
#2756 opened Apr 13, 2025 by verytactical
ProTip! What’s not been updated in a month: updated:<2025-03-17.