Mining/pkg
Claude 98d34ffd07
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(node): replace banned strings import with bytes.HasPrefix in bundle.go
The strings package is banned per AX conventions. Both HasPrefix calls in
extractTarball now use bytes.HasPrefix with the bytes package already imported.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:58:05 +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): rename configMu to configMutex in config_manager (AX Principle 1) 2026-04-02 13:57:26 +01:00
node ax(node): replace banned strings import with bytes.HasPrefix in bundle.go 2026-04-02 13:58:05 +01:00
ueps ax(ueps): rename tagValueLength to tagLengthByte to signal byte type 2026-04-02 13:53:22 +01:00