Bump version to 5.3.5 - fix out-of-sync display for PoS chains

Remove time-based sync check that showed "out of sync" when blocks
were >6 hours old. For PoS chains with few stakers, blocks can be
hours apart - that's idle, not out of sync. Now uses block count
only. Also adds periodic UI refresh every 30s and switches cached
stake weight from volatile to std::atomic.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 17:59:18 -07:00
parent a6ec711cfa
commit 6e9dbb1aa9
6 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
workflow_dispatch:
env:
VERSION: "5.3.4"
VERSION: "5.3.5"
jobs:
build-windows-qt: