Commit Graph

1371 Commits

Author SHA1 Message Date
Deniod
2b46484f90 fix merge conflicts 2024-01-10 16:10:21 +01:00
onryo
4e074b20fd change version to 2.0.0 2024-01-07 00:57:52 +01: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
Duke
cb0de2c3f6 We do not support sprout privkeys that have prefix SK 2023-12-28 16:26:26 -05:00
Deniod
1f31adc30c add more debug, use singleshot instead of loop 2023-12-14 08:47:13 +01:00
Deniod
7863d6ffb2 more debug, free mem, lib update 2023-12-13 17:28:52 +01:00
duke
eb7a083d41 Merge pull request 'mempool integration' (#126) from lucretius/SilentDragonLite:mempool-new into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/126
2023-11-27 17:46:37 +00:00
Deniod
3962b42e30 mempool integration 2023-11-27 17:32:55 +01:00
Duke
828a912d85 Do not change servers when retrying sync RPC 2023-03-31 05:12:36 -07:00
Duke
bfdda1f1af Try really hard to make sync RPC finish 2023-03-30 16:39:10 -07:00
Duke
5b33cb3638 Much DEBUG such wow 2023-03-30 11:37:29 -07:00
Duke
69cf815ed2 litelib_initialize_new returns a seed when it succeeds, not OK 2023-03-30 05:31:11 -07:00
Duke
f46e1b4a57 Potentially fix #120 2023-03-28 14:04:09 -04:00
Duke
77ac1f99ae Try to fix #119 2023-03-27 15:29:59 -07:00
Duke
7364e21f99 Check for a non-empty response from litelib_execute 2023-03-26 15:15:57 -07:00
Duke
51fe4d6cde Look for non-empty responses instead of the string "OK"
Only litelib_initialize_xxx functions return OK to say that the connection worked,
others return actual JSON.
2023-03-26 15:09:45 -07:00
Duke
a080d0ca80 Update current server on info tab since it can change at run-time 2023-03-26 10:19:12 -07:00
Duke
b84828604f Catch exceptions when parsing invalid json 2023-03-26 10:08:44 -07:00
Duke
7e54360b72 Try another server if we get an error when executing an RPC, possibly fixes #119 2023-03-26 10:04:15 -07:00
Duke
9befa3450f Try another server if current is down when saving wallet via a rescan 2023-03-26 08:41:52 -07:00
Duke
c7e0f0fae6 Initialize a new server connection from seedphrase when restoring from seed 2023-03-26 08:26:11 -07:00
Duke
ad5b294d95 Make sure to init from phrase when trying a new server during restore in first time wizard 2023-03-26 08:18:19 -07:00
Duke
89bf5b0f7c Make sure to init from phrase when trying a new server during restore 2023-03-26 08:15:53 -07:00
Duke
51483843ac Report down server in errors of first time wizard 2023-03-26 08:12:23 -07:00
Duke
17fcb84a89 Report server in error when saving wallet as part of rescan 2023-03-26 08:10:43 -07:00
Duke
f22f97463b derp 2023-03-26 08:08:30 -07:00
Duke
f7787fe9e9 Try another server if current is down when restoring during a rescan; report down server in error 2023-03-26 08:08:01 -07:00
Duke
0b72d01f4a Add DEBUG macro for less typing 2023-03-26 07:55:34 -07:00
Duke
557e10e5e8 Try another server if current is down when restoring a wallet from seed or saving a wallet 2023-03-26 07:43:35 -07:00
Duke
3f8ae1f9d7 Try another server if current is down when creating new seed 2023-03-25 22:11:22 -07:00
Duke
3b6da338c9 Delete mobile app connector 2023-03-04 12:27:02 -05:00
Duke
430a7ab474 Delete websuckets 2023-03-04 12:20:06 -05:00
Duke
5d5447aced Improve error handling when restoring from seedphrase
We now catch exceptions in litelib_initialize_new_from_phrase and no longer save an empty/invalid wallet
if there were errors.
2023-03-04 12:02:32 -05:00
Duke
1e6e77055b Catch exceptions from litelib_initialize_existing 2023-03-03 00:16:25 -05:00
Duke
6165733e03 Ignore exceptions in litelib_initialize_existing() in a few places 2023-03-02 20:34:42 -08:00
onryo
2f328b005c rm test theme 2023-02-25 15:51:45 +01:00
onryo
613df81407 Add Q_OBJECT macros and fix Cannot invoke tr 2023-02-24 14:47:22 +01:00
onryo
5a389cf1cf Revert "Add Q_OBJECT macros"
This reverts commit c50588713a.
2023-02-24 09:41:58 +01:00
onryo
4ec06fffc3 Revert "Update 'src/controller.h'"
This reverts commit 69a2058bc4.
2023-02-24 09:41:49 +01:00
onryo
69a2058bc4 Update 'src/controller.h' 2023-02-24 08:18:46 +00:00
onryo
c50588713a Add Q_OBJECT macros 2023-02-24 08:42:39 +01:00
fekt
89f503ffda Setting fixed size for QR on deposit popup 2023-02-20 19:01:00 -05:00
fekt
4969275156 UI/color tweaks from SD 2023-02-20 19:00:19 -05:00
fekt
6c2d6d876d Remove Apps menu option and ctrl+m shortcut 2023-02-20 10:59:13 -05:00
onryo
b74d2952f5 update copyrights 2023-02-20 15:39:41 +01:00
fekt
85ee7b9378 Fix QR logo path 2023-02-19 21:50:40 -05:00
fekt
370cb7623b QR code changes 2023-02-19 20:49:03 -05:00
onryo
1f2c7defb7 Fit in 2023-02-19 00:57:57 +01:00