- Fix Rust FFI panics with catch_unwind wrappers and safe CString handling
- Handle poisoned mutex/RwLock from prior panics instead of crashing
- Add stuck sync detection (10s stall threshold) and chain reorg user prompt
- Add "Skip Verification" button to seed phrase wizard
- Update payment URIs from hush: to drgx:
- Update branding strings throughout UI
- Add all 6 lite servers (lite, lite1-5.dragonx.is) with random selection
- Add server connectivity probing to skip unreachable servers
- Reuse Tokio runtime across block fetch batches to reduce sync overhead
- Update Cargo.lock dependencies
* Save created recurring info
* Add to confirm dialog
* Update RPI at confirm
* Make singleton
* Add history to recurring payments
* USD/ZEC switch
* Fix check state
* recurring item serialization
* Add recurring payments to file
* Refactor
* Address view model
* Wire up dialog
* Update windows installer logos
* Store all payments in the store
* Save table geometry
* Add recurring payments view
* Add deletion
* Add recurring payment execution
* Add donation address to address book
* Add multiple payment handling
* Disable recurring for multiple payments
* Handle pay last
* Handle pay all
* Reomve frequency
* Enable recurring payments only for testnet
* For testing, allow payments in 5 min intervals
* Fix request money amounts