Commit graph

799 commits

Author SHA1 Message Date
Cyrix126
ecfb7cc8ed feat: add idea for more decentralization 2024-10-31 16:57:35 +01:00
Cyrix126
9b2117336a feat: release 1.5.2 2024-10-31 14:28:41 +01:00
Cyrix126
86bb7b2572 feat: remove non responsive nodes, faster and better node pinging. 2024-10-31 14:15:59 +01:00
Cyrix126
d6d98d8793 fix: more consistent XvB node ping 2024-10-31 14:15:12 +01:00
Cyrix126
33df136815 fix: choose node at start of XvB process 2024-10-31 14:14:37 +01:00
Cyrix126
a585701407 feat: use private api url for gupaxx 2024-10-31 11:34:42 +01:00
Cyrix126
d7f4bd28d0 fix: retry failed requests 2024-10-31 11:23:43 +01:00
Cyrix126
4e363e59c5 fix: constraint needed time XvB 2024-10-30 20:20:56 +01:00
Cyrix126
9a863ebc76 feat: Node tab put checkbox at the same level 2024-10-30 18:22:09 +01:00
Cyrix126
798fa0992a feat: bump deps, fix breaking change of one. 2024-10-30 18:03:54 +01:00
Cyrix126
693c6e02a2 fix: potential deadlock 2024-10-30 17:52:43 +01:00
Cyrix126
90dd85aa16 feat: increase default p2pool buffer to 25% 2024-10-30 17:42:56 +01:00
Cyrix126
f5168d641d feat: update description of hero mode 2024-10-30 17:39:35 +01:00
Cyrix126
c45108d696 fix: time needed more than time of algo 2024-10-30 17:32:16 +01:00
Cyrix126
f3761cf546 fix: prevent potential deadlock
thanks lockbud CI !
2024-10-30 14:01:33 +01:00
Cyrix126
a8699652fa fix: name of pool used in status tab column xmrig and proxy
also improve code and detection of pool used.
2024-10-30 13:32:05 +01:00
Cyrix126
8ef9ea88fc feat: default local node to false 2024-10-30 10:14:55 +01:00
Cyrix126
4ba29d807a feat: lower default values of in/out peers Node 2024-10-30 10:11:18 +01:00
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