Mining/pkg
Claude fb998ce2df
ax(node): replace banned path/filepath with path in worker.go
worker.go imported path/filepath (banned import) solely for two
filepath.Join calls building the miner install directory path.
Replaced with path.Join from the stdlib path package which is
not banned and behaves identically on Linux for absolute paths.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 14:03:13 +01:00
..
database chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining ax(mining): replace pm abbreviation with profileManager in usage-example comments 2026-04-02 14:02:17 +01:00
node ax(node): replace banned path/filepath with path in worker.go 2026-04-02 14:03:13 +01:00
ueps ax(ueps): include method name in sentinelError test names 2026-04-02 14:02:58 +01:00