XMRZombie
e667dbdc94
Merge 6d746c05de
into 32148e7440
2025-06-19 20:16:22 +07:00
atsamd21
ab5f6c8191
Add disableRateLimits option to daemon ( #1803 )
2025-06-12 08:16:59 -04:00
woodser
285335d138
bump version to 1.1.2
2025-06-06 08:24:45 -04:00
XMRZombie
6d746c05de
Update ThreadUtils.java
...
- Utilizes Java's virtual threads (Thread.ofVirtual()), which are lightweight and designed for handling a large number of concurrent tasks with minimal overhead
- Names virtual threads directly during creation using Thread.ofVirtual().name(threadId).
- Manages virtual threads using a ConcurrentHashMap for better concurrency and thread-safety.
- Shuts down virtual threads by interrupting them and optionally waiting for them to join with a timeout. Removes threads from the ConcurrentHashMap.
- Controls concurrency by submitting tasks to virtual threads in batches, with a configurable maximum concurrency level.
- AtomicInteger and AtomicReference for thread-safe counter increments and task management, reducing the need for synchronized blocks
2025-05-02 22:44:54 +00:00
XMRZombie
e16e2ebd03
Update SingleThreadExecutorUtils.java
...
Trying to apply virtual threading properties to singlethreadexecutor
2025-04-29 00:56:01 +00:00
XMRZombie
03d32f4a7c
Update ThreadUtils.java
...
Updating threading 'engine' for virtual threading
2025-04-29 00:54:34 +00:00
woodser
81eaeb6df0
bump version to v1.1.1
2025-04-26 19:08:22 -04:00
woodser
39909e7936
bump version to 1.1.0
2025-04-17 20:55:01 -04:00
woodser
7243d7fa38
show user friendly error on non-ascii password
2025-04-09 08:15:14 -04:00
woodser
a21971429c
log standby mode as warning
2025-03-28 14:32:58 -04:00
woodser
028ced7021
bump offer protocol version, do not verify miner fee for outdated trades
2025-03-21 10:06:54 -04:00
woodser
b5f9bc307b
verify offer versions when signing
2025-03-21 10:06:54 -04:00
woodser
c853c4ffcb
bump version to 1.0.19
2025-03-09 16:54:28 -04:00
woodser
5f8cf97d16
replace throwing Error with RuntimeException
2025-02-09 08:26:23 -05:00
woodser
39bc54df73
bump version to 1.0.18
2025-01-19 08:57:26 -05:00
woodser
b571b39790
support --xmrBlockchainPath startup flag for local Monero node
2025-01-16 08:32:24 -05:00
woodser
0f5f7ae46e
add startup flag 'updateXmrBinaries=true|false'
2025-01-14 11:07:35 -05:00
woodser
f053a274a4
bump version to 1.0.17
2024-12-21 09:19:18 -05:00
woodser
1a51b171a0
bump version to 1.0.16
2024-12-19 16:21:44 -05:00
woodser
323d14feb0
bump version to 1.0.15
2024-12-19 06:04:55 -05:00
woodser
ece3b0fec0
fix concurrency exception updating capabilities #1473
2024-12-16 09:52:57 -05:00
woodser
c9e992442c
bump version to 1.0.14
2024-11-15 09:27:36 -05:00
woodser
5221782ba0
return empty list if no backup files exist
2024-11-14 23:43:10 -05:00
woodser
ea8badd3f6
bump version to 1.0.13
2024-11-11 20:46:44 -05:00
woodser
577cfa249e
try opening wallets with all backup cache files then no cache file
2024-11-10 11:12:44 -05:00
XMRZombie
b31758e884
improve robustness and clarity of SingleThreadExecutorUtils.java ( #1378 )
2024-11-10 08:39:12 -05:00
woodser
6b3e9febf3
bump version to 1.0.12 ( #1329 )
2024-10-13 12:06:34 -04:00
woodser
50f3bd510a
log stack traces at warn or error level
2024-09-25 09:40:50 -04:00
woodser
2f310b420d
use error level for error log file
2024-09-17 12:00:35 -04:00
preland
d4f1dc5b8e
Create error log file
2024-09-17 11:44:20 -04:00
woodser
a20377fb04
bump version to 1.0.11
2024-09-04 08:40:57 -04:00
woodser
a8e76fd720
automatically restore backup cache if corrupt
2024-09-04 05:37:03 -04:00
woodser
e10f764dc2
bump version to 1.0.10
2024-08-07 07:13:37 -04:00
woodser
cf282fd930
clean up for internal/external tor changes
2024-07-29 07:57:47 -04:00
fa2a5qj3
3d44f3777c
Support tor w/either Netlayer or direct bind to SOCKS5 data port
2024-07-29 07:54:53 -04:00
woodser
06b0c20bad
switch to next best monerod on various errors
2024-07-17 15:35:22 -04:00
woodser
690f38e4dd
bump version to 1.0.9
2024-07-16 12:30:52 -04:00
woodser
0a67b9a423
bump version to 1.0.8
2024-06-23 13:52:00 -04:00
woodser
8cdd65e7dd
install monero bins to local app directories and exclude from backup
2024-06-23 13:47:42 -04:00
woodser
26c32a8ff4
bump version to 1.0.7
2024-06-07 07:38:23 -04:00
woodser
66e9ac7d3c
bump version to 1.0.6
2024-05-21 18:00:23 -04:00
woodser
2e605a590e
bump version to 1.0.5 ( #937 )
2024-05-19 10:02:37 -04:00
woodser
76859f822e
ignore failure after task runner canceled
2024-05-17 06:52:28 -04:00
woodser
7847460f11
bump version to 1.0.4
2024-05-15 07:40:17 -04:00
woodser
0fed23ec22
bump version to 1.0.3
2024-05-12 08:01:51 -04:00
woodser
78ae449e18
use dns seed nodes from MainNetParams on stagenet
2024-05-05 11:30:22 -04:00
woodser
7a0c8a3f3b
bump version to 1.0.2
2024-04-29 11:22:49 -04:00
woodser
97d35dda33
bump version to 1.0.1
2024-04-18 14:19:52 -04:00
woodser
06102054fb
bump version to 1.0.0
2024-04-10 11:36:05 -04:00
woodser
01dd6a8af9
support using monero native libraries (experimental)
2024-04-01 19:28:00 -04:00