Skip to content

Releases: trusts-stack-network/trust-stack-network

TSN v1.3.0 — Halving Fix, Chain Reset & Sync Stability

30 Mar 00:22

Choose a tag to compare

Quick Start

curl -LO https://github.com/trusts-stack-network/trust-stack-network/releases/download/v1.3.0/tsn-1.3.0-linux-x86_64.tar.gz
tar xzf tsn-1.3.0-linux-x86_64.tar.gz && cd tsn-1.3.0-linux-x86_64
./tsn

What's New

  • Halving interval: 4,200,000 blocks (~16 months per halving, max supply in ~10 years)
  • Chain reset: fresh genesis with correct economics
  • Critical fix: rollback canonical_height bug (caused infinite sync loops)
  • P2P Auto-Update: detect + download + verify + self-update
  • Default mode: ./tsn auto-creates wallet and mines
  • Verification keys: found automatically next to binary
  • Port 9333: open on all nodes for HTTP sync

⚠️ Testnet Notice

TSN tokens currently have no monetary value. Tokens can be mined for free.

macOS and Windows builds will be added by CI.

Full Changelog: v1.2.0...v1.3.0

TSN v1.2.0 — P2P Auto-Update & Multi-Platform

29 Mar 13:35

Choose a tag to compare

Quick Start (Linux)

curl -LO https://github.com/trusts-stack-network/trust-stack-network/releases/download/v1.2.0/tsn-1.2.0-linux-x86_64.tar.gz
tar xzf tsn-1.2.0-linux-x86_64.tar.gz && cd tsn-1.2.0-linux-x86_64
./tsn miner -t 4

macOS and Windows builds will be added automatically by CI.

What's New

  • P2P Auto-Update — nodes detect new versions via peer handshake, download, verify, self-update
  • MiningHashContext — zero heap allocations in mining hot loop
  • Wallet v1.2.0 — TX history, received TX detection, nullifier PQ sync
  • Simplified CLI./tsn miner -t 4 auto-detects everything
  • Stablecoin module (ZST) — gold-backed reserve engine, 76 tests
  • Ed25519 release signing
  • GitHub Actions CI — automated cross-platform builds

⚠️ Testnet Notice

TSN tokens currently have no monetary value. Tokens can be mined for free.

Full Changelog: https://github.com/trusts-stack-network/trust-stack-network/commits/v1.2.0