File Details
v1.3.4
- R
- Apr 6, 2026
- 52.03 KB
- 11
- 12.0.1
- Retail
File Name
NARC-v1.3.4.zip
Supported Versions
- 12.0.1
NARC
v1.3.4 (2026-04-06)
Full Changelog Previous Releases
- Fix vault showing next-week progress instead of actual rewards
NarcCollectVaultData now checks HasAvailableRewards() before calling
GetActivities(). When false (post-claim or midweek install), the
existing snapshot is preserved if valid, otherwise nil is returned.
GetActivities() is never called in the post-claim state, so next-week
progress data can no longer enter the cache.
IsVaultSnapshotValid() gates all paths: purge strips snapshots with no
rewards and no claim, receive rejects them from peers, broadcast skips
them. This also cleans up bad data cached by earlier versions.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com