Skip to content

Releases: CATProtocol/cat-token-box

v20250113

14 Jan 09:43
v20250113
aae3f4a
Compare
Choose a tag to compare

Recommended system requirements: 8 CPUs, 32G memory

How to upgrade tracker:

  • Pull the latest code

  • Go to the project root folder, run yarn install && yarn build

  • Go to the tracker folder

    • Run yarn install && yarn build

    • Run migration: yarn migration:run

    • Add a new line REINDEX_BLOCK_HEIGHT=365400 into .env file

    • Start tracker worker and api

    • Remove REINDEX_BLOCK_HEIGHT=365400 from .env file to avoid tracker reindexing when it restarts next time

CAT721

30 Oct 15:57
cat721
be02034
Compare
Choose a tag to compare

Recommended system requirements: 8 CPUs, 32G memory

How to upgrade tracker:

  • Pull the latest code

  • Go to the project root folder, run yarn install && yarn build

  • Go to the tracker folder

    • Run yarn install && yarn build

    • Run migration: yarn migration:run

    • Add a new line REINDEX_BLOCK_HEIGHT=149330 into .env file

    • Start tracker worker and api

    • Remove REINDEX_BLOCK_HEIGHT=149330 from .env file to avoid tracker reindexing when it restarts next time