v0.0.39
Vizor Wallet v0.0.39
This release delivers full desktop support for the Zcash Ironwood network
upgrade, together with faster, more reliable wallet synchronization and
several workflow fixes.
What's New
- Full Ironwood migration support: Vizor now guides you through moving
legacy Orchard shielded funds into the new Ironwood pool. Software wallets
can choose a privacy-preserving staged migration or a faster immediate
migration, while Keystone accounts are supported through guided QR signing.
Clear preparation, schedule, progress, timing, activity, and recovery views
keep the migration understandable from start to finish, and confirmed
Ironwood funds become spendable while the rest continues. Depending on your
balance, a private migration can take from several hours to a couple of days
and requires the computer to remain unlocked with Vizor running.
Improvements
- Wallet synchronization is faster and uses resources more efficiently,
especially when processing larger histories. - Synchronization now recovers more reliably from chain reorganizations and
interrupted or overlapping refreshes. - Spendable balances remain stable while Vizor catches up with the chain,
preventing Send, Pay, Swap, and Max amounts from temporarily dropping to
zero during routine synchronization. - Pay now restores the saved payout asset before opening and shows its
introductory callout only once. - The sidebar now communicates completed synchronization more clearly.
Fixes
- Fixed the wallet privacy lock not being restored correctly after the app
resumed. - Fixed a refresh race that could interrupt the wallet import birthday step.
Linux AppImage Verification
Before running a Linux AppImage, verify the checksum and detached signature.
Download the AppImage, matching .sha256, matching .asc, and
vizor-linux-appimage-signing-key.asc from this release.
Expected signing key fingerprint:
51517D6B0B654AD734EA96C8E8D0693E52F793AE
Import the signing key and confirm the fingerprint:
gpg --import vizor-linux-appimage-signing-key.asc
gpg --fingerprint 51517D6B0B654AD734EA96C8E8D0693E52F793AEVerify the downloaded AppImage:
sha256sum -c Vizor-linux-x86_64.AppImage.sha256
gpg --verify Vizor-linux-x86_64.AppImage.asc Vizor-linux-x86_64.AppImageFor testnet or aarch64 builds, replace the filename with the matching AppImage
asset from this release.
Running Linux AppImages
After verification, make the AppImage executable and run it:
chmod +x Vizor-linux-x86_64.AppImage
./Vizor-linux-x86_64.AppImageFor testnet or aarch64 builds, replace the filename with the matching AppImage
asset from this release.
If your desktop environment cannot mount AppImages with FUSE, use the
extract-and-run fallback:
./Vizor-linux-x86_64.AppImage --appimage-extract-and-run