Skip to content

BitFinite Wallet v1.3.0 — Redesign + native iOS + fee fixes

Choose a tag to compare

@bitfinitechain bitfinitechain released this 22 Jul 13:09
· 20 commits to staging since this release

BitFinite Wallet v1.3.0 — Redesign + native iOS + fee fixes

A big one: the wallet's home, navigation, and send/receive flows were rebuilt, native iOS support landed, and the flaky-send-fee bug is fixed end-to-end.

Redesigned wallet

  • Balance-first home — the balance leads, with a cleaner address chip and hairline transaction rows (the gradient card is gone).
  • Floating dock everywhere — one Receive / Send / More dock on the home, Receive, and Send pages; the actions carry semantic colours and the dock morphs into the Receive↔Send switch.
  • Tap the balance to customise decimal precision (per-coin, in Advanced settings — nothing hardcoded).
  • More → All transactions on the Receive/Send docks (replacing a menu entry that didn't apply to BitFinite).

Send fees fixed

  • The Send screen now shows a single flat "Network fee" instead of three identical tiers.
  • Sends no longer fail with "fee cannot be less than vSize" — the wallet floors the electrum fee rate at a safe default, and the electrum servers (electr-bfx v1.1.2) now return a real estimatefee instead of erroring.

Native iOS

  • First-class iOS polish: SF Symbols throughout, the San Francisco system font, a glass floating dock, launch images, and correct mobile layout on device/simulator.

Under the hood

  • Faster startup (wallets load in parallel with node/notification init).
  • The wallet stays on the Electrum server that answered instead of re-probing a bad primary.
  • Assorted fixes: block-explorer dialog overflow, See-all list performance, dark-mode icons, currency selector alignment.

Node reliability: electrum2 failover and node "Test connection"/switching were verified working on-device in this build.