Jonathan "Duke" Leto
|
77d7aaba96
|
Return an array of addresses to exclude from zsweep in zsweep_status
|
2022-09-16 05:47:35 -07:00 |
|
Duke Leto
|
908240d07f
|
Make z_sweepstatus match up with config option name
|
2022-09-13 01:00:56 -04:00 |
|
jahway603
|
b687d5f76e
|
debug
|
2022-09-13 00:22:13 -04:00 |
|
Duke Leto
|
88d3f11664
|
Save excluded address to be used later
|
2022-09-13 00:18:44 -04:00 |
|
jahway603
|
0c22e26358
|
updated z_sweepstatus
|
2022-09-12 23:47:49 -04:00 |
|
jahway603
|
ca3bb90e0c
|
skip excluded address from zsweep
|
2022-09-12 23:30:59 -04:00 |
|
jahway603
|
78f5021cc2
|
starting to support zsweepexclude functionality
|
2022-09-12 22:38:53 -04:00 |
|
Duke Leto
|
bd4d2d71d3
|
Merge branch 'dev' into zsweep
|
2022-09-12 09:40:35 -04:00 |
|
Duke Leto
|
bd9006623c
|
Avoid coredumps in ReacceptWalletTransactions and log the situation, which is possibly caused by corrupt wallet tx data
|
2022-09-11 22:41:03 -04:00 |
|
Duke Leto
|
def5f815e0
|
Merge pull request 'removed unused function mta_find_output' (#192) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/192
|
2022-09-12 02:30:50 +00:00 |
|
Duke Leto
|
5b15d790f9
|
Parse sweep+consolidation intervals on startup, add consolidationinterval config option, change consolidation interval default to 25, only validate consolidatesaplingaddress if consolidation is enabled
|
2022-09-11 21:56:21 -04:00 |
|
Duke Leto
|
9347b1fa12
|
Sweep Interval should be 10 to match other defaults
|
2022-09-11 20:18:01 -04:00 |
|
Duke Leto
|
2a1cad1e5f
|
Fix bug in z_sweepstatus
|
2022-09-11 20:10:28 -04:00 |
|
jahway603
|
b06c378851
|
removed unused function mta_find_output
|
2022-09-11 18:01:44 -04:00 |
|
Duke Leto
|
772160af6d
|
Add more logging for consolidation + sweeping
|
2022-09-10 19:38:08 -04:00 |
|
Duke Leto
|
1259dd512d
|
Fix 'not enough conversion params' bug
|
2022-09-10 19:37:34 -04:00 |
|
Jonathan "Duke" Leto
|
85f7ac4c8c
|
Enable function names and line numbers in backtraces
|
2022-09-09 15:14:01 -07:00 |
|
Duke Leto
|
8f49549a1d
|
Fix stacktrace
|
2022-09-09 09:37:16 -04:00 |
|
Jonathan "Duke" Leto
|
4647bc8525
|
Try to generate a stacktrace for runtime errors in consolidation
|
2022-09-09 06:30:06 -07:00 |
|
Jonathan "Duke" Leto
|
8770fb7035
|
Hopefully avoid a coredump when consolidation=1 and consolidatesaplingaddress is not specified
|
2022-09-08 18:11:10 -07:00 |
|
Duke Leto
|
c2ea5d03cb
|
Merge pull request 'Delete unused zcbenchmarks and Fix rare overflow in equihash mining' (#188) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/188
|
2022-09-07 16:11:14 +00:00 |
|
jahway603
|
b2987b43f0
|
miner: fix MAXSOLS
|
2022-09-07 01:10:53 -04:00 |
|
jahway603
|
3e75a2be22
|
delete unused zcbenchmarks
|
2022-09-07 00:35:08 -04:00 |
|
Duke Leto
|
61ecffd074
|
Change default sweep interval to 10 and consolidation to be deterministic every 45 blocks
|
2022-09-06 14:30:06 -04:00 |
|
Duke Leto
|
8d8f988a19
|
Delete expired txs from the wallet, since they can never be included in a block
|
2022-09-06 11:19:46 -04:00 |
|
Duke Leto
|
8581012163
|
Sweep operations might not create any txs, so make logging more precise
|
2022-09-06 11:19:16 -04:00 |
|
Duke Leto
|
456cf77b65
|
Exit RelayTransaction early if we have no nodes to relay to
|
2022-09-06 10:08:24 -04:00 |
|
Duke Leto
|
55703fdb95
|
Do not ban nodes which relay expired transactions
|
2022-09-06 10:03:47 -04:00 |
|
Duke Leto
|
9c5e5c550c
|
Fix compile issues in z_consolidationstatus
|
2022-09-06 09:20:53 -04:00 |
|
Jonathan "Duke" Leto
|
5c8c7507ec
|
Add z_consolidationstatus RPC
|
2022-09-06 05:55:03 -07:00 |
|
Jonathan "Duke" Leto
|
ed1939929b
|
fix compile issue
|
2022-09-03 16:43:58 -07:00 |
|
Jonathan "Duke" Leto
|
3327b25a28
|
fix logging bug
|
2022-09-03 16:22:43 -07:00 |
|
Duke Leto
|
b7355b6375
|
Merge pull request 'Delete unused function GetKeyID_NoCheck' (#180) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/180
|
2022-09-03 14:36:49 +00:00 |
|
jahway603
|
325dcec0ac
|
remove unused function GetKeyID_NoCheck
|
2022-09-03 10:22:00 -04:00 |
|
jahway603
|
bf51d37e5d
|
added copyright to genbuild.sh
|
2022-09-03 10:09:46 -04:00 |
|
Duke Leto
|
e0735e8a18
|
Merge pull request 'genbuild.sh changes' (#179) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/179
|
2022-09-03 13:59:43 +00:00 |
|
jahway603
|
7fc594d220
|
edits to genbuild.sh
|
2022-09-03 09:56:55 -04:00 |
|
jahway603
|
1085d15a2d
|
Revert "removed unused file"
This reverts commit b9101e67ab.
|
2022-09-03 09:51:59 -04:00 |
|
Duke Leto
|
f9fde49c93
|
Merge pull request 'still removing CLIENT_DATE' (#178) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/178
|
2022-09-03 13:48:48 +00:00 |
|
jahway603
|
658160ce6c
|
still removing CLIENT_DATE
|
2022-09-03 09:44:59 -04:00 |
|
Duke Leto
|
e829a6759a
|
Merge pull request 'Remove client build date' (#177) from jahway603/hush3:dev into dev
Reviewed-on: https://git.hush.is/hush/hush3/pulls/177
|
2022-09-03 13:32:33 +00:00 |
|
jahway603
|
8ea5438a16
|
updated .gitignore
|
2022-09-03 09:26:55 -04:00 |
|
jahway603
|
b9101e67ab
|
removed unused file
|
2022-09-03 09:20:09 -04:00 |
|
jahway603
|
43e0ec186b
|
Get rid of CLIENT_DATE
|
2022-09-03 09:13:19 -04:00 |
|
jahway603
|
88a11a46e1
|
Merge remote-tracking branch 'remotes/upstream/dev' into dev
|
2022-09-03 09:09:17 -04:00 |
|
Duke Leto
|
0c2487c427
|
Throw error in wallet if ReadBlockFromDisk fails
|
2022-09-03 09:08:58 -04:00 |
|
Duke Leto
|
63f9e22308
|
log the function name correctly
|
2022-08-31 14:15:38 -04:00 |
|
Duke Leto
|
4573a8336f
|
Fix compile error
|
2022-08-31 14:10:40 -04:00 |
|
Jonathan "Duke" Leto
|
0865579e54
|
Merge remote-tracking branch 'origin/zsweep' into zsweep
|
2022-08-31 11:09:26 -07:00 |
|
Jonathan "Duke" Leto
|
26fd16cb52
|
Avoid relaying expired transactions which causes other nodes to ban us
|
2022-08-31 11:09:18 -07:00 |
|