Commit Graph

2145 Commits

Author SHA1 Message Date
Deniod
c802a55bac replace sietch transactions with the new note automatic if spendable notes < 30 2024-01-12 11:11:00 +01:00
Deniod
fb1626d11d less DEBUG flood, add an automation that triggers when there are less than 7 free spendable notes and increases their number by executing a transaction with the amount = fee by replacing a sietch transaction. 2024-01-11 17:45:12 +01:00
Deniod
84196cda87 create Datastore for countedNotes over 10000 puposhis, debug for notes in send 2024-01-11 12:48:49 +01:00
Deniod
2b46484f90 fix merge conflicts 2024-01-10 16:10:21 +01:00
Deniod
9276519c7b change lib commit 2024-01-10 15:33:09 +01:00
Deniod
98c21693e9 change lib commit 2024-01-10 15:31:07 +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
4a7dd7f959 Merge branch 'dev' 2024-01-06 16:07:23 +01:00
onryo
07c16a6009 cargo vendor 2024-01-06 15:47:32 +01:00
onryo
c01e7ac728 Preparing for the release 2024-01-06 15:18:25 +01:00
onryo
6dca2fafa5 Add notes for the next release 2024-01-05 23:34:08 +00: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
jahway603
5df4d75a43 Revert "Ubuntu 18.04 is now EOL, so removing from README"
This reverts commit 5114b76be2.
2023-12-01 10:47:26 -05:00
lucretius
7dd665131e Merge pull request 'Merge upstream branch dev' (#1) from hush/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/lucretius/SilentDragonLite/pulls/1
2023-12-01 07:32:31 +00:00
jahway603
6183c244e5 Merge pull request 'Ubuntu 18.04 is now EOL, so removing from README' (#131) from jahway603/SilentDragonLite:jah-doc into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/131
2023-11-29 02:06:35 +00:00
jahway603
5114b76be2 Ubuntu 18.04 is now EOL, so removing from README 2023-11-28 21:04:23 -05:00
Duke
973ec2e823 Remove res/libsodium.a from git 2023-11-28 06:39:28 -08: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
aadb7e7c9e Merge pull request 'Add build instruction for Ubuntu 22.04' (#125) from onryo-build1 into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/125
2023-11-01 14:52:57 +00:00
onryo
9a7e87fa1d Add build instruction for Ubuntu 22.04 2023-11-01 10:34:39 +00:00
onryo
2519acdd7a Merge pull request 'Add files to create deb package' (#123) from onryo/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/123
2023-06-15 13:01:47 +00:00
onryo
aa58e3a4ce Initial docs 2023-06-10 21:01:52 +00:00
onryo
50964ce8b7 Update 'contrib/debian/control' 2023-06-10 20:52:36 +00:00
onryo
2e23886d86 add compat 2023-06-10 20:49:31 +00:00
onryo
d8ff0de15d add copyright 2023-06-10 13:48:06 +00:00
onryo
b8c18aa38b add rules 2023-06-10 13:47:19 +00:00
onryo
1f31c40172 add changelog 2023-06-10 13:46:46 +00:00
onryo
eca9c53ff7 add control file 2023-06-10 12:30:36 +00: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
a3987fca13 Add note for improvement 2023-03-30 06:20:27 -07:00
Duke
d05d8271ec Add SDL dev docs 2023-03-30 06:14:51 -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
4116de6a69 Merge branch 'dev' of https://git.hush.is/hush/SilentDragonLite into dev 2023-03-26 08:41:59 -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
fekt
5508050fcc Update 'res/css/Dark.css' 2023-03-26 15:27:51 +00:00
Duke
c7e0f0fae6 Initialize a new server connection from seedphrase when restoring from seed 2023-03-26 08:26:11 -07:00