Skip to content

Pocket Node v1.7.5

Choose a tag to compare

@RaheemJnr RaheemJnr released this 02 Jul 11:43
1ba2adc

A reliability release. It fixes a send failure some users hit after closing and reopening the app, makes send errors tell the truth, and corrects the amount shown on pending sends.

What's new

Sending is reliable again after reopening the app

If you created a send, closed the app before it confirmed, and then tried to send again, the app could fail every time with "Could not broadcast transaction. Please check your network connection and try again." no matter your network. The cause was a stale in-progress send created before the restart: its inputs were reused for the new transaction, which then failed local verification every time. That stale send no longer blocks new ones, and it clears itself within about a minute. You do not need to clear app data.

Send errors now tell the truth

When a transaction is rejected, the app shows the real reason (for example, waiting on an earlier transaction to confirm, or coins that were already spent) instead of always blaming your network connection. Read failures while the light client is still starting up now say so, rather than looking like a send error.

Pending send amount is correct

A large send briefly showed the change amount instead of the amount you actually sent, correcting itself only after sync. The pending row now shows the right figure immediately.

Sync is steadier

Custom block heights now apply correctly the first time you set them, Apply re-syncs when the setting was not really applied, and sync no longer gets stuck on wallets with no live coins or after the chain rewinds.

Nervos DAO polish

A completed withdraw no longer leaves a stale "Confirming" card on screen.

Faster and smoother

Balances refresh sooner after a transaction confirms, sub-account handling is more reliable, See All opens the full activity list, and the network label opens Settings.


Install: download the APK below, or get it from pocket-node.com. Update in place over any earlier version.