Releases: trusts-stack-network/trust-stack-network
Releases · trusts-stack-network/trust-stack-network
TSN v1.3.0 — Halving Fix, Chain Reset & Sync Stability
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
./tsnWhat'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:
./tsnauto-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
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 4macOS 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 4auto-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