Phoenix PoCX Wallet v2.0.2 — quality-of-life follow-ups to the first post-genesis release.
See the assets to download this version and install.
Features
- Abandon Transaction action — transaction list, dashboard menu, and transaction-detail view gain an Abandon button next to Bump-Fee for stuck unconfirmed sends, freeing their inputs so a replacement can go out.
- Custom bitcoind arguments — Settings → Node → Advanced options exposes a key/value editor for arbitrary
bitcoindflags (dbcache,proxy, …), passed through on next node start without hand-editing config files. - Assignment & Revoke as their own transaction types — forging-related activity gets distinct labels in the transaction list instead of being lumped under generic "Send".
Under the Hood
@tauri-apps/apialigned with Rust tauri 2.11.x — keeps the JS bridge consistent with the Rust runtime.- CodeQL hygiene — pool-name detection switched to exact-hostname equality (was substring
.includes()), anddist/excluded from CodeQL scans to clear the quality-rule noise from minified bundles.