Arqma Wallet FFI 1.0.14
Arqma Wallet FFI 1.0.14
Highlights
- macOS / desktop open stability: Heavy wallet2 RPC (
open_wallet,close_wallet, restore, create) runs on a dedicated pthread with an 8 MiB stack, avoiding Dart isolate stack overflow on large wallet cache files. - FFI call serialization: Process-wide mutex around
configure,call_json, andresetso concurrent Dart isolate calls cannot race wallet2. - Deferred sync on open:
open_walletno longer callsrefresh_async_startimmediately; background sync starts on the firstrefreshRPC (pairs with Flutter post-open refresh kick). - Includes 1.0.13: iOS open-after-sleep wait,
basic_stringerror sanitization, 1.0.12 deferred refresh on open andbad_allocmessaging.
Artifacts
Standard platform zips on this release (iOS, Android, Linux, macOS, Windows, solo pool sidecars).
Full changelog: 1.0.13...1.0.14