Mining/pkg/mining
Virgil 0893b0ef9e
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
AX: clarify mining cache names and examples
2026-04-04 06:14:19 +00:00
..
component feat: Implement logging functionality for miners with log buffer and retrieval endpoint 2025-12-29 22:10:45 +00:00
atomic_write_file.go AX: make mining helpers more descriptive 2026-04-04 05:21:43 +00:00
auth.go ax(batch): fix abbreviated names in comment examples and locals 2026-04-02 18:50:29 +01:00
auth_test.go ax(batch): rename abbreviated locals in test files 2026-04-02 18:44:08 +01:00
bufpool.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
bufpool_test.go ax(batch): add missing test files and fix pre-existing test compilation errors 2026-04-02 18:30:42 +01:00
circuit_breaker.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
circuit_breaker_test.go ax(batch): fix abbreviated names in usage example comments 2026-04-02 18:49:37 +01:00
config_manager.go Apply AX naming and comment cleanup 2026-04-04 05:36:07 +00:00
container.go AX cleanup for mining service names 2026-04-04 05:53:48 +00:00
container_test.go ax(batch): apply Good/Bad/Ugly test naming convention across all packages 2026-04-02 18:20:32 +01:00
dual_mining_test.go ax(mining): fix test naming and comment style in dual_mining_test.go 2026-04-02 16:13:48 +01:00
embedded_component_fs.go AX: make mining helpers more descriptive 2026-04-04 05:21:43 +00:00
errors.go refactor(ax): tighten remaining naming and docs 2026-04-04 05:08:34 +00:00
errors_test.go ax(batch): rename abbreviated locals in test files 2026-04-02 18:44:08 +01:00
events.go ax(batch): expand remaining abbreviated variables in loop bodies and type assertions 2026-04-02 18:31:42 +01:00
events_test.go ax(batch): rename abbreviated locals in test files 2026-04-02 18:44:08 +01:00
http_stats_fetcher.go AX: make mining helpers more descriptive 2026-04-04 05:21:43 +00:00
http_stats_fetcher_test.go AX: make mining helpers more descriptive 2026-04-04 05:21:43 +00:00
lethean.go ax(mining): remove prose comment that restates constant name 2026-04-02 16:44:39 +01:00
lethean_test.go feat(mining): add Lethean pool presets + ProgPoWZ profiles 2026-04-02 07:22:48 +01:00
manager.go AX: clarify mining cache names and examples 2026-04-04 06:14:19 +00:00
manager_interface.go feat: Enhance mining configuration management and API documentation 2025-12-07 16:26:18 +00:00
manager_race_test.go ax(batch): rename abbreviated locals in test files 2026-04-02 18:44:08 +01:00
manager_test.go ax(batch): rename abbreviated locals in test files 2026-04-02 18:44:08 +01:00
metrics.go ax(batch): fix abbreviated names in comment examples and locals 2026-04-02 18:50:29 +01:00
metrics_test.go ax(batch): add missing test files and fix pre-existing test compilation errors 2026-04-02 18:30:42 +01:00
miner.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
miner_factory.go ax(batch): rename abbreviated locals in source files 2026-04-02 18:36:02 +01:00
miner_factory_test.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
mining.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
mining_profile.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
mining_profile_test.go ax(batch): add missing test files and fix pre-existing test compilation errors 2026-04-02 18:30:42 +01:00
mining_test.go ax(mining): rename mining_test.go functions to TestFilename_Function_{Good,Bad,Ugly} convention 2026-04-02 11:49:07 +01:00
node_service.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
profile_manager.go Improve AX naming and path docs 2026-04-04 05:17:54 +00:00
profile_manager_test.go ax(batch): apply Good/Bad/Ugly test naming convention across all packages 2026-04-02 18:20:32 +01:00
ratelimiter.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
ratelimiter_test.go ax(batch): fix abbreviated names in usage example comments 2026-04-02 18:49:37 +01:00
repository.go Apply AX naming and comment cleanup 2026-04-04 05:36:07 +00:00
repository_test.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
service.go AX: clarify mining cache names and examples 2026-04-04 06:14:19 +00:00
service_test.go ax(batch): rename abbreviated locals in test files 2026-04-02 18:44:08 +01:00
settings_manager.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
settings_manager_test.go ax(batch): expand abbreviated local variable names across all packages 2026-04-02 18:15:15 +01:00
simulated_miner.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
supervisor.go ax(mining): rename abbreviated parameter st to supervisedTask in startTask 2026-04-02 17:15:01 +01:00
supervisor_test.go ax(batch): add missing test files and fix pre-existing test compilation errors 2026-04-02 18:30:42 +01:00
syslog_unix.go ax(batch): remaining prose-to-example comment conversions 2026-04-02 18:08:24 +01:00
syslog_windows.go ax(batch): replace prose comments with usage examples (AX Principle 2) 2026-04-02 18:03:43 +01:00
throttle_test.go ax(batch): apply Good/Bad/Ugly test naming to remaining test files 2026-04-02 18:23:59 +01:00
ttminer.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
ttminer_start.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
ttminer_stats.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
version.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
version_test.go ax(batch): add missing test files and fix pre-existing test compilation errors 2026-04-02 18:30:42 +01:00
xmrig.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
xmrig_gpu_test.go ax(batch): apply Good/Bad/Ugly test naming to remaining test files 2026-04-02 18:23:59 +01:00
xmrig_start.go Align mining AX naming and comments 2026-04-04 05:33:08 +00:00
xmrig_stats.go ax(batch): rename abbreviated variables to predictable names 2026-04-04 04:47:58 +01:00
xmrig_test.go ax(batch): apply Good/Bad/Ugly test naming to remaining test files 2026-04-02 18:23:59 +01:00