Commit Graph

28 Commits

Author SHA1 Message Date
cd5a9f3736 DragonX compatibility: crash fixes, reorg detection, server failover, sync perf
- 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
2026-03-21 03:43:23 -05:00
fekt
a3ce9a3ae8 Updating translations and some UI stuff 2024-04-11 20:55:22 -04:00
onryo
16b6d43786 Revert the merge revert
This reverts commit 3c2414028b.
2024-01-06 18:21:41 +01:00
onryo
3c2414028b Revert "Merge branch 'dev'"
This reverts commit 4a7dd7f959, reversing
changes made to a89a0cc1c6.
2024-01-06 16:27:48 +01:00
onryo
c01e7ac728 Preparing for the release 2024-01-06 15:18:25 +01:00
onryo
b74d2952f5 update copyrights 2023-02-20 15:39:41 +01:00
Duke Leto
8acb4a5db1 update copyright year 2022-01-13 22:42:18 -05:00
Duke Leto
0cee4989c0 Happy 2021 2021-01-02 11:20:58 -05:00
Denio
98603f81fe clean up, fix requestdialog.cpp 2019-11-18 22:09:24 +01:00
Denio
f8c86fde79 Add full support of USD,EUR,BTC 2019-11-18 17:09:51 +01:00
DenioD
cf4fb6637e merge and updates 2019-10-27 19:46:36 +01:00
Aditya Kulkarni
12d6c64583 wip 2019-10-26 21:56:02 -07:00
DenioD
f31fe35613 fix bug with Balances 2019-10-26 16:27:56 +02:00
DenioD
08a5e3ffca rebranding to SD 2019-10-22 00:46:02 +02:00
DenioD
5b9ef9a48c Port to Hush 2019-10-21 00:16:23 +02:00
Aditya Kulkarni
5939632078 Rename RPC to Controller 2019-10-07 12:45:11 -07:00
Aditya Kulkarni
31cdab70d3 Add DataModel class 2019-10-07 11:01:37 -07:00
adityapk00
41bc296f20 Recurring (#131)
* 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
2019-05-14 13:12:31 -07:00
Aditya Kulkarni
117fb45059 Cleanup 2019-03-25 16:24:59 -07:00
Aditya Kulkarni
4ee553c17c Edit text for payment response 2019-03-25 16:12:42 -07:00
Aditya Kulkarni
5afd6eddea Include icon 2019-03-25 15:57:50 -07:00
adityapk00
6a16c257bc Remove address info while paying request 2019-03-23 15:47:57 -07:00
adityapk00
1d483424b8 simplify 2019-03-23 10:58:05 -07:00
adityapk00
3fdbdc5de0 Handle 0-balance edge cases 2019-03-23 10:55:13 -07:00
adityapk00
ce2621abdf Pick from address for request payments 2019-03-23 10:42:42 -07:00
Aditya Kulkarni
e46725f322 Pay payment requests 2019-03-22 15:37:21 -07:00
Aditya Kulkarni
c70819be0f Requst payment dialog 2019-03-22 13:27:24 -07:00
Aditya Kulkarni
9dd6821178 Refactor MemoEdit 2019-03-22 12:44:40 -07:00