Changelog
    TGS
    API
    tgs-007

    TGS7 — Deployments, contracts, and product–asset relationships

    TGS7 moves on-chain data into dedicated tables and introduces typed product–asset relationships — e.g. Bitcoin is native to the Bitcoin network; Circle issues USDC. It also introduces the root concept: the canonical identity anchor every profile's data hangs off.

    • AddeddeploymentsNew table: deploymentType, deployedOn, isOfStandard. Asset and product deployed-on + contract data migrates here.
    • AddedcontractsNew table: deployment, name, address, deploymentDate.
    • AddedproductAssetRelationshipsTyped product–asset links: product, asset, type (see assetSupportTypes).
    • AddedderivativeAssetsDerivative–base asset links, e.g. wBTC → BTC.
    • AddedassetStatusesNew enum table: asset lifecycle status.
    • AddeddeploymentTypesNew enum table: the primary purpose of a deployment.
    • AddedassetSupportTypesNew enum table: the nature of a product–asset relationship.
    • Addedprofiles.iconProfile icon field.
    Show 4 more API changes
    • Addedproducts.docsProduct documentation links.
    • BreakingproductSupportsRenamed.

      Migration: Use supportsProducts.

    • ChangedurlsURLs move into a dedicated urls table.
    • AddedrootsNew root concept — the top-level record all profile data hangs off.