Commit graph

876 commits

Author SHA1 Message Date
hinto.janai
f2042ca603 node: remove moneronode.ddns.net 2024-03-13 16:56:08 -04:00
Louis-Marie Baer
1b5282e34b feat: warn user in XvB tab if no address is set in P2pool Tab 2024-03-13 10:02:50 +01:00
Louis-Marie Baer
8dcd5ca155 fix: simplify args of some functions
fix: Use Vec2 instead of two args height and width for p2pool tab simple and advanced
2024-03-13 10:02:21 +01:00
Louis-Marie Baer
f9900efc50 feat: console for log, input token field, better logic for running XvB process 2024-03-12 23:27:51 +01:00
Louis-Marie Baer
6efc8dc019 feat: add console ouput section on XvB tab
this console will output log from XvB private API and from the XvB process
2024-03-12 13:51:59 +01:00
Louis-Marie Baer
f21d6215e0 feat: manage XvB like a new process
feat: maj TODO
fix: use Vec2 instead of separating height and witdh as args in functions
feat: status of XvB process
feat: button to autostart XvB process into Gupax Tab
feat: autostart XvB if button is checked
feat: buttons to start/stop/restart XvB process in XvB Tab
feat: check token and address inputs before allowing to start XvB
feat: add description to buttons when hovering
fix: adjust test
feat: function to verify if token exist on XvB API
clippy auto and manual fix
2024-03-12 13:01:04 +01:00
Louis-Marie Baer
b0493dcc8f fix: NOTES ALGORITHM modify part of managing outside miners 2024-03-08 08:54:03 +01:00
Louis-Marie Baer
a863c5e3dd feat: add draft for logic of distribution of HR 2024-03-07 22:41:10 +01:00
Louis-Marie Baer
2b4616fe6c fix: minor visual status xvb 2024-03-04 15:56:00 +01:00
Louis-Marie Baer
2b9cc5e420 fix: modification on visual for status colomn xvb 2024-03-04 15:52:04 +01:00
Louis-Marie Baer
b6e34ff56f feat: maj TODO 2024-03-04 12:20:11 +01:00
Louis-Marie Baer
e0d33ab1b3 fix: typo 2024-03-04 12:14:29 +01:00
Louis-Marie Baer
61fa7255e8 feat: show XvB stats to Status Tab 2024-03-04 12:04:38 +01:00
Louis-Marie Baer
85e2b66701 fix: path images README 2024-03-03 09:16:43 +01:00
Louis-Marie Baer
b2335c9244 fix: correct path for icon windows 2024-03-03 09:05:43 +01:00
Louis-Marie Baer
12ca01043b feat: decompose processes view into separate functions 2024-03-03 09:01:48 +01:00
Louis-Marie Baer
016c190919 feat: maj TODO 2024-03-03 08:43:48 +01:00
Louis-Marie Baer
4619545b8e fix: exclude assets from typo checking 2024-03-03 08:37:47 +01:00
Louis-Marie Baer
4d32b731b6 feat: separate logic into smaller modules
The original sources, while well documented, had files with over 2.5K LoC.
Separating the logic in different modules add clarity making the code easier to work with.
2024-03-03 08:37:35 +01:00
Louis-Marie Baer
cbd3e1d62b fix: typo TODO 2024-02-28 15:02:32 +01:00
Louis-Marie Baer
99d60c0255 fix: rename TODO 2024-02-28 13:35:44 +01:00
Louis-Marie Baer
7a005403da feat: add TODO for bounty XvB 2024-02-28 13:34:06 +01:00
Louis-Marie Baer
338ce5033a feat: logo and link to website 2024-02-27 22:46:27 +01:00
Louis-Marie Baer
af6bcc4e96 fix: width top bar taking into account fith separator 2024-02-27 19:56:14 +01:00
Louis-Marie Baer
9e58cb0761 fix: clippy non auto fixable warnings 2024-02-27 19:44:28 +01:00
Louis-Marie Baer
94ee0db131 feat: add new tab Xvb
empty tab
2024-02-27 18:47:10 +01:00
Louis-Marie Baer
47cf164da1 fix: remove some warnings 2024-02-27 07:08:04 +01:00
Louis-Marie Baer
52458f2c1c feat: replace deprecated code for images 2024-02-27 06:50:49 +01:00
Louis-Marie Baer
6a1d44704d feat: cargo clippy 2024-02-27 05:08:14 +01:00
Louis-Marie Baer
5a0476cac3 feat: bump egui and eframe to most up to date version
No modification of code needed.
2024-02-26 20:55:38 +01:00
Louis-Marie Baer
d6a3d60f26 feat: bump version of env_logger and modify code for it
Use default style of env_logger instead of custom style.
2024-02-26 20:13:27 +01:00
Louis-Marie Baer
1406ee7c16 feat: bump version of sysinfo and upgrade code for it 2024-02-26 19:43:32 +01:00
Louis-Marie Baer
0ddd6b9497 feat: bump deps to most up to date without code modification
Use cargo-cargo upgrade and then manually checking the breaking change version that can be applied without modification on the code.
2024-02-26 19:38:37 +01:00
Louis-Marie Baer
fc054c2260 fix: rustfmt formatting 2024-02-26 08:01:53 +01:00
hinto.janai
b4fd553c8f utils: remove rand tz in package.sh 2024-02-01 09:43:53 -05:00
hinto.janai
5e55100581 update changelog 2024-02-01 09:15:25 -05:00
hinto.janai
1a1cd975c0 node: update readme 2024-02-01 09:08:51 -05:00
hinto.janai
14624d904d node: use full country name 2024-02-01 09:01:13 -05:00
hinto.janai
5133233ff8 node: add xmr{1,2,3}.rs.me 2024-02-01 08:53:38 -05:00
hinto.janai
cf9d388d81 nodes: update readme 2024-02-01 08:46:08 -05:00
hinto.janai
129918484e node: remove bunkernet.ddns.net
hyper::Error(
    Io,
    Os {
        code: 104,
        kind: ConnectionReset,
        message: "Connection reset by peer",
    },
)
2024-02-01 08:44:45 -05:00
hinto.janai
682ba9bcfd node: remove node.richfowler.net
hyper::Error(
    Io,
    Os {
        code: 104,
        kind: ConnectionReset,
        message: "Connection reset by peer",
    },
)
2024-02-01 08:42:51 -05:00
hinto.janai
19f7608122 node: misc fixes 2024-02-01 08:41:54 -05:00
hinto.janai
a2c0ffbbeb v1.3.5 2024-01-26 09:37:09 -05:00
hinto.janai
bcd445011c update changelog 2024-01-22 14:34:36 -05:00
hinto.janai
90180bbc98 helper: always uptime xmrig uptime in update_from_output() 2024-01-22 14:22:36 -05:00
hinto.janai
394e653e0e v1.3.4 2024-01-09 08:35:11 -05:00
hinto.janai
a2e089e48e ci: update cache/download 2023-12-30 08:33:03 -05:00
hinto.janai
1fe2d607fc update changelog 2023-12-28 16:28:43 -05:00
hinto.janai
a6831b5107 helper: fix if order, add tests 2023-12-28 16:25:34 -05:00