Commit graph

763 commits

Author SHA1 Message Date
Cyrix126
8d6720491e fix: unable to save node selection in Proxy Tab 2024-10-10 20:24:44 +02:00
Cyrix126
f4615c461c feat: fix deadlocks 2024-10-10 19:45:41 +02:00
Cyrix126
07b11f4b96 feat: add deadlock detection at CI
add [lockbud](https://github.com/BurtonQin/lockbud.git) for detection
**somes** deadlocks.

Need to remove the macros lock since lockbud would not be able to give
the right location with it.

The following command was used on the source code to reduce manual
modifications.
`
fd "*.rs" src/| xargs -I {} sd 'lock!\(([^\)]*)\)'
'$1.lock().unwrap()'{}
`
2024-10-10 18:48:24 +02:00
Cyrix126
d50f9d08a7 feat: add idea web ui 2024-10-09 11:38:26 +02:00
Cyrix126
11bb6562d0 feat: add an idea 2024-10-09 11:30:26 +02:00
Cyrix126
8d999f75dc fix: typo 2024-10-09 11:13:09 +02:00
Cyrix126
1c495daf64 fix: clippy 2024-10-09 11:05:16 +02:00
Cyrix126
68bf49b2a8 feat: update ideas 2024-10-09 11:03:53 +02:00
Cyrix126
078f8194a1 fix: take only custom args if not empty (node and proxy) 2024-10-09 04:59:36 +02:00
Cyrix126
6b098f44e8 fix: utils fix pat 2024-10-09 04:47:49 +02:00
Cyrix126
7e74685c08 fix: custom command arguments not parsed correctly node and proxy tab 2024-10-09 04:47:08 +02:00
Cyrix126
48fbd93374 fix: xmrig can't be started after proxy 2024-10-09 04:46:25 +02:00
Cyrix126
fabe4e806c fix: tests 2024-10-06 18:10:09 +02:00
Cyrix126
4fb7aed8a2 fix: apply reduced item spacing to all elements of bottom bar 2024-10-06 17:56:14 +02:00
Cyrix126
02b0500b17 feat: release 1.5.0 2024-10-06 17:49:29 +02:00
Cyrix126
0b420fa427 fix: reduce item spacing in bottom bar to prevent overlap 2024-10-06 17:48:28 +02:00
Cyrix126
6f0ff8e67c fix: test missing state field 2024-10-06 17:39:26 +02:00
Cyrix126
2014928a07 feat: make p2pool use local node if option is enabled in simple mode 2024-10-06 16:59:31 +02:00
Cyrix126
404e54bcf2 feat: update deps 2024-10-06 16:53:27 +02:00
Cyrix126
9cde7d9c50 feat: use local node by default for p2pool simple tab 2024-10-06 16:51:55 +02:00
Cyrix126
67da32308a fix: ansi sequence for node terminal in some cases 2024-10-06 16:33:02 +02:00
Cyrix126
88a0da33ef fix: detect when p2pool is synced even without restart 2024-10-06 16:18:05 +02:00
Cyrix126
295c6746b4 feat: put p2pool process to syncing if node doesn't respond anymore 2024-10-06 15:14:41 +02:00
Cyrix126
fe995aa1cf fix: set node process status to alive once syncronized 2024-10-06 14:19:56 +02:00
Cyrix126
aedb42292e fix: saving for node tab 2024-10-06 12:07:41 +02:00
Cyrix126
4ef349805b fix: pass through log level arg for node 2024-10-06 11:27:09 +02:00
Cyrix126
a1ac9cb04f feat: update p2pool version bundled to 4.1.1 2024-10-05 22:18:08 +02:00
Cyrix126
8d68d79ccc fix: macos mistype const 2024-10-05 19:10:47 +02:00
Cyrix126
bc1c5b6e14 fix: freeze when clicking on path button 2024-10-05 19:04:46 +02:00
Cyrix126
dc11890d39 feat: integrate monerod 2024-10-05 19:04:46 +02:00
Cyrix126
06c2e31d01 Merge pull request from DeanLemans/patch-1
fixed some typos and updated bug_report.md
2024-10-05 16:42:24 +02:00
cheese
db11a64f49 added Additional context tab 2024-10-03 21:16:57 +02:00
cheese
5f54c88d06 fixed some typos in Update bug_report.md 2024-10-03 21:10:40 +02:00
Cyrix126
c675891b17 feat: prevent running a service when another instance is running locally 2024-10-02 19:27:40 +02:00
Cyrix126
5b62ffe207 feat: add warning popup for windows about xmrig outside of Gupaxx
if an xmrig instance run on Windows OS outside of Gupaxx, the later can
freeze since xmrig has been started without "below priority". A popup
warning the user in the case a xmrig instance is detected whithout the
xmrig process started in Gupaxx is added in this commit.
2024-10-02 19:00:29 +02:00
Cyrix126
ef366af1e7 fix: do not use custom args in simple mode 2024-10-01 21:47:17 +02:00
Cyrix126
af7d77d93b feat: release 1.4.2 2024-09-30 11:20:32 +02:00
Cyrix126
ce1c5bb419 feat: update deps and egui from commit to release 2024-09-30 10:36:41 +02:00
Cyrix126
7e8b1781de feat: update IDEAS 2024-09-30 10:24:40 +02:00
Cyrix126
fdec36e19c fix: wrong name log from proxy tab 2024-09-29 16:07:57 +02:00
Cyrix126
9a963c94e4 fix: wrong name for some log for proxy 2024-09-29 15:37:51 +02:00
Cyrix126
1374d7a2a2 fix: forgotten shortkey for proxy and xvb 2024-09-29 15:37:26 +02:00
Cyrix126
79b7ba6622 fix: take custom input args for xmrig-proxy into account 2024-09-29 13:22:36 +02:00
Cyrix126
349066b665 feat: release v1.4.1 2024-09-08 15:48:18 +02:00
Cyrix126
90133d561d feat: update dep and breaking code changes 2024-09-08 15:41:50 +02:00
Cyrix126
9b6d6c0d68 fix: typo 2024-09-05 10:07:43 +02:00
Cyrix126
2548275cd7 set CI to minimum supported version for mac os 2024-09-05 09:38:59 +02:00
Cyrix126
585e92d67d feat: release 1.4.0 2024-08-29 16:33:41 +02:00
Cyrix126
291dafcc47 fix: clippy 2024-08-29 15:58:39 +02:00
Cyrix126
ab2123daa0 fix: revert xmrig version since api syntax still corrupted on newer version 2024-08-29 15:51:15 +02:00