Noir Wallet Extension v1.0.26
| Network | Download |
|---|---|
| Testnet | noir-wallet-v1.0.26-testnet.zip |
| Mainnet | noir-wallet-v1.0.26.zip |
Source: Production tag v1.0.26 from main
Commit: 7e166ca
Added
- Added separate mainnet and testnet extension packages with isolated storage and wallet data.
- Added Zcash Name Service support for resolving bare names plus
.zecand.zcashaliases in Send and saving them with contacts. - Added shielded transaction memos for software and Keystone signing flows.
- Added dApp methods for shielding funds and reading transaction history.
- Added transaction history and confirmation checks for testnet through a dedicated JSON-RPC endpoint.
Changed
- Supply and Swap now move to pending immediately after the Zcash transaction is broadcast and report cross-chain completion states more accurately.
- Lending opens faster by removing an unconditional startup delay and sharing concurrent account refreshes.
- Restored wallets can recover transaction memos and recomputed fees from mined transactions.
- Mainnet and testnet unified Zcash addresses are accepted by dApp transaction validation.
- Production builds emit concise lifecycle logs, while beta and development builds retain detailed diagnostics.
Fixed
- Fixed transactions remaining stuck after a background timeout or missed status update.
- Fixed Activity not refreshing after background transaction completion or failure.
- Fixed shielded memos being stored locally without being forwarded to transaction construction.
- Fixed pre-activation mainnet sync compatibility while retaining support for Ironwood balance data after activation.
- Fixed Speed Up remaining available on an expired transaction after its replacement was broadcast.
- Fixed overflow and unnecessary scrolling in Swap, Supply status, and long-memo transaction details.
Commit log (20 commits)
a337b99 fix(extension): reconcile release flow and max transfers (#92)
d903b22 release(extension): publish 1.0.25 production release
4bdeaa5 fix(analytics): add shield events, fix Activity list refresh, auto-recover orphan txs
91e4794 refactor(changelogs): move preview-releases to root changelogs directory
6572d63 fix(analytics): add WASM timeout and fix missing event reports
9c58fa5 fix(analytics): move tx result events to background and fill missing reports
0e7118a fix(sync): fix sync stall at 11% and add missing analytics
ff1990a fix(dapp): always show approval on requestAccounts and update analytics endpoint
84025d4 fix(dapp): add wallet-side connect prompt and fix preselection rehydration
b7b022e fix(dapp): auto-logout on unauthorized account switch and preselect authorized accounts
f41c11e feat(analytics): add custom event tracking alongside GA
d6bca04 feat(worker): add VITE_WASM_THREADS build-time thread pool cap
801724b fix(sync): stop deleted mid-sync wallet from resurrecting
05692f0 fix(history): dedupe cross-chain swap send rows and self-heal duplicates
1ab023b fix(tx): stop reporting broadcast transactions as failed
2926dd3 fix(swap): surface API error message instead of bare status code
ec8a888 fix(history): dedupe cross-chain swap send rows and self-heal duplicates
8a8d35c fix(tx): stop reporting broadcast transactions as failed
395992a fix(swap): surface API error message instead of bare status code
28152c1 feat(sync): chunk DB persistence and complete multi-year sync reliably