Files
triangles_v5/packaging/debian/DEBIAN/control
T
sami7777 cd1b497f0d v5.3.7: Fix sync stall, transaction display, balance updates, and bootstrap snapshots
Sync fixes:
- Extend stall detection beyond IBD to catch post-IBD sync gaps
- Walk-forward inv continuation to avoid CBlockLocator exponential gap loop
- Track walk-forward progress for stall recovery without restarting from scratch

GUI fixes:
- Load transactions synchronously in constructor (deferred QTimer never fired)
- Use beginResetModel/endResetModel instead of deprecated reset()
- Schedule full refresh on TRY_LOCK failure to avoid dropped CT_NEW notifications
- Only update cachedNumBlocks after successful balance check (prevents permanent loss)
- Add GetAllBalances() single-pass balance retrieval with TRY_LOCK

Bootstrap:
- Add trusted snapshot manifest verification for bootstrap archives
- Add IsKnownCheckpoint() to validate manifest against compiled-in checkpoints
- Skip txleveldb rebuild when verified manifest is present

Bump version to 5.3.7 across all packaging manifests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 23:36:43 -07:00

17 lines
806 B
Plaintext

Package: triangles
Version: 5.3.7-1
Section: net
Priority: optional
Architecture: amd64
Depends: libqt5widgets5, libqt5gui5, libqt5core5a, libqt5network5, libssl3, libdb5.3++, libboost-system1.74.0, libboost-filesystem1.74.0, libboost-program-options1.74.0, libboost-thread1.74.0, libboost-chrono1.74.0, libevent-2.1-7, libminiupnpc17
Recommends: tor
Maintainer: Cryptographic Triangles Team <dev@cryptographic-triangles.org>
Homepage: https://cryptographic-triangles.org
Description: Cryptographic Triangles (TRI) cryptocurrency wallet
Privacy-focused cryptocurrency featuring Proof-of-Stake consensus
with 33% annual staking rewards, Tor v3 onion routing, and built-in
encrypted peer-to-peer messaging.
.
This package contains the Qt GUI wallet (triangles-qt) and the
headless daemon (trianglesd).