Skip to content

Issues: tact-lang/tact

Tact v1.6.0 release checklist
#1361 opened Jan 16, 2025 by anton-trunov
Open
Backlog
#1525 opened Jan 23, 2025 by verytactical
Open
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

a!! should be no-op if we know the variable is not null feature: optionals Maybe types (Foo?) kind: gas! Gas consumption and fee-related things
#1566 opened Jan 24, 2025 by i582
Benchmark all functions receiving "special treatment" in FunC compiler against related TVM instructions kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1564 opened Jan 24, 2025 by novusnota v1.6.0
Use STZEROES to compile storeUint(x, 0) kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1561 opened Jan 24, 2025 by Shvandre
Translate init() to FunC's *_contract_init() with inline attribute kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1559 opened Jan 24, 2025 by anton-trunov v1.6.0
Version of send() using SENDRAWMSG instead of SENDMSG kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1558 opened Jan 24, 2025 by anton-trunov v1.6.0
Interpret Context().sender as sender() kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1557 opened Jan 24, 2025 by Shvandre v1.6.0
Stop checking message opcodes after it's been already parsed in router kind: gas! Gas consumption and fee-related things scope: codegen Code generation, a.k.a. compiler backend (src/generator)
#1556 opened Jan 24, 2025 by Shvandre v1.6.0
Optimize readForwardFee kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1555 opened Jan 24, 2025 by anton-trunov v1.6.0
Identify more optimization opportunities in stdlib kind: gas! Gas consumption and fee-related things
#1554 opened Jan 24, 2025 by anton-trunov v1.6.0
Optimize stdlib kind: gas! Gas consumption and fee-related things scope: stdlib The Tact standard library (src/stdlib)
#1553 opened Jan 24, 2025 by anton-trunov v1.6.0
.vscode/launch.json scope: project Project configuration (package.json, tsconfig.json, knip.json, .gitignore)
#1552 opened Jan 23, 2025 by verytactical
--watch / -w: rerun on fs changes scope: cli Tact's command-line interface (bin)
#1551 opened Jan 23, 2025 by verytactical
Ensure all unions are types kind: refactoring Improve code readability misc: ecosystem Blueprint, Misti, Verifier, Web IDE, VSCode plugin scope: ast AST (src/ast/*)
#1550 opened Jan 23, 2025 by verytactical v1.6.0
Make AST readonly kind: refactoring Improve code readability scope: ast AST (src/ast/*)
#1549 opened Jan 23, 2025 by verytactical v1.6.0
Better traversals misc: ecosystem Blueprint, Misti, Verifier, Web IDE, VSCode plugin scope: ast AST (src/ast/*)
#1548 opened Jan 23, 2025 by verytactical
Better internal errors kind: refactoring Improve code readability misc: ecosystem Blueprint, Misti, Verifier, Web IDE, VSCode plugin scope: errors Error reporting mechanism (src/error)
#1547 opened Jan 23, 2025 by verytactical
Build refactor kind: refactoring Improve code readability misc: ecosystem Blueprint, Misti, Verifier, Web IDE, VSCode plugin scope: pipeline Stages of Tact compiler: parsing, ..., typechecking, codegen, etc. (src/pipeline)
#1546 opened Jan 23, 2025 by verytactical
--version prints incorrect commit version when using yarn link kind: bug Something isn't working or isn't right scope: cli Tact's command-line interface (bin)
#1544 opened Jan 23, 2025 by Shvandre v1.6.0
Maps feature: maps The map datatype and operations on it
#1543 opened Jan 23, 2025 by verytactical
Standard library
#1542 opened Jan 23, 2025 by verytactical
Research what gas benchmarks can be added kind: gas! Gas consumption and fee-related things kind: testing Tests (*.spec.ts)
#1541 opened Jan 23, 2025 by verytactical
Add @tact-lang/jetton to src/test/benchmarks kind: gas! Gas consumption and fee-related things kind: testing Tests (*.spec.ts)
#1540 opened Jan 23, 2025 by verytactical v1.6.0
Triage src/test/benchmark kind: gas! Gas consumption and fee-related things kind: testing Tests (*.spec.ts)
#1539 opened Jan 23, 2025 by verytactical v1.6.0
Config
#1538 opened Jan 23, 2025 by verytactical
ProTip! no:milestone will show everything without a milestone.