BookBookLanguageLanguageEcosystemEcosystem
GitHubGitHub (opens in a new tab)
  • Overview
    • Getting started
      • Writing your first contract
      • Deploying your contract
      • Writing Tests
    • Coming from FunC
    • Coming from Solidity
  • Cookbook

  • Type system overview
  • Functions
  • Statements
  • Constants
  • Defining composite types
  • Receive Messages
  • Bounced Messages
  • External Messages
  • Message lifecycle
  • Sending messages
  • Message mode
  • Deploy contracts
  • Debugging
  • Contract upgrades
  • Importing code
  • Masterchain
  • Compatibility with Func
  • Configuration
  • Programmatic API

  • ✈️ Telegram (opens in a new tab)
  • 🐦 X/Twitter (opens in a new tab)
Edit this page
Book
Contract upgrades

Contracts upgrades

Tact currently doesn't allow contract upgrades since Tact contracts have a more convoluted nature than the ones in func. It is theoretically possible, but the required tools are not here.

DebuggingImporting code

CC BY 4.0, Tact Software Foundation