Commit graph

931 commits

Author SHA1 Message Date
Cyrix126
4ecd04057c fix: include WinRing0x64 for Windows Bundled version 2024-10-30 07:40:14 +01:00
Cyrix126
ff20432629 fix: prevent crash in debug mode 2024-10-30 06:23:59 +01:00
Cyrix126
c81857eab7 feat: add even more ideas 2024-10-15 07:51:54 +02:00
Cyrix126
a6f995e2b0 add ideas 2024-10-13 14:29:03 +02:00
Cyrix126
888c9da36b fix: Windows wrong path size of DB 2024-10-12 21:22:25 +02:00
Cyrix126
de6656fba3 feat: release 1.5.1 2024-10-11 20:35:03 +02:00
Cyrix126
8d3c34b20f fix: windows path default lmdb 2024-10-11 20:25:01 +02:00
Cyrix126
5b5e8ed43b fix: 0B size Windows 2024-10-11 20:15:35 +02:00
Cyrix126
c2628f1f6b fix: more deadlocks 2024-10-11 19:15:33 +02:00
Cyrix126
3bf6494c48 fix: windows target 2024-10-11 18:24:20 +02:00
Cyrix126
5e9f7ccd6a fix: 0B Node database size Windows 2024-10-11 18:19:17 +02:00
Cyrix126
9cf5833d50 fix: tests 2024-10-11 18:18:37 +02:00
Cyrix126
cf3216b7ca Revert "fix: tests"
This reverts commit 0949458d85.
2024-10-11 17:49:00 +02:00
Cyrix126
4a6d2c5586 fix: 0B database size on Windows 2024-10-11 17:15:24 +02:00
Cyrix126
d413219f6f Revert "fix: detect when p2pool is synced even without restart"
This reverts commit dce3b93aef.
2024-10-11 16:40:09 +02:00
Cyrix126
0e36e8d413 Revert "feat: put p2pool process to syncing if node doesn't respond anymore"
This reverts commit 536af2ce2a.
2024-10-11 16:33:32 +02:00
Cyrix126
713c1008a5 fix deadlock p2pool 2024-10-11 11:38:51 +02:00
Cyrix126
585977b9c0 upgrade toolchain to fix bug in clippy 2024-10-11 11:05:20 +02:00
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