Skip to content

Neptune Wallet v4.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 17:10
Immutable release. Only release title and notes can be modified.

Watch-only addresses

  • A new Watch-only page monitors incoming payments to external addresses by importing their viewing keys. Received amounts are visible, but the funds can never be spent from this wallet.
  • Supports plain viewing addresses (nview…) and EC hybrid viewing keys (nechvk…).
  • The viewing key alone shows the total received. Importing the optional receiver preimage also tracks spends and shows a real balance.

Wallet lock

  • The wallet can now be locked manually from the side panel.
  • Auto-lock: the wallet locks itself after a period of inactivity (default 15 minutes, configurable in Settings, including "never"). Syncing continues while locked.

Sending

  • When a new block arrives during transaction proving, the wallet now abandons the stale proof and rebuilds against the new block instead of broadcasting an unconfirmable transaction.
  • A broadcast transaction is no longer re-proven on every new block. Keeping a pending transaction valid in the mempool is the node's job, so the wallet leaves it to the node. This saves minutes of proving work whenever a transaction takes more than one block to confirm.
  • Pending transactions on the Send page are listed newest first.

Accounts and sync

  • Each account on the Wallet page now shows its own sync status: synced, syncing, or how far behind, in human-readable time ("2 h behind") rather than block counts.
  • The sync counter no longer claims "fully synced" before the last block is actually processed.