Mining/pkg
Claude 9dea4d6ac4
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(ueps): replace errors.Is usage examples with direct sentinel comparison
AX Principle 2 requires comments to show correct usage patterns.
errMissingHMAC and errIntegrityViolation are tlvError sentinels (comparable
values), so the examples should use == not errors.Is from the banned errors
package.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:05:29 +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 prose comments with usage examples in repository.go 2026-04-02 09:04:34 +01:00
node ax(node): rename mu to mutex in Controller (AX-1 predictable names) 2026-04-02 09:05:26 +01:00
ueps ax(ueps): replace errors.Is usage examples with direct sentinel comparison 2026-04-02 09:05:29 +01:00