Skip to content

Phoenix PoCX Wallet v2.0.0-rc12

Choose a tag to compare

@github-actions github-actions released this 10 Mar 18:46
· 44 commits to master since this release
1ddf66f

v2.0.0-rc12

Wallet Balance Refresh

  • Fix balance not updating after transactions — After sending, assigning, or revoking, the wallet balance and transaction list now refresh immediately instead of requiring a manual refresh or app
    restart.

Fee Estimation Fixes

  • Default to 1 sat/vB when fee estimates unavailable — On fresh or syncing nodes where estimatesmartfee returns no data, the send dialog now defaults to Custom mode at 1 sat/vB instead of showing
    broken/empty fee options.

  • Fix send summary with subtract-fee enabled — When "subtract fee from amount" was checked, the confirmation summary and max amount calculation were incorrect. Both now display the correct values.

Nogrod PoCX Testnet Pool

  • Add first official pool — The mining setup wizard now includes the Nogrod PoCX Testnet pool (pool.testnet.bitcoin-pocx.org:443, HTTPS, no auth). Removed placeholder pool entries.

Under the Hood

  • Resolved all npm audit high-severity vulnerabilities
  • Prettier formatting fixes for CI compliance