Mining/pkg
Claude e0b941cf05
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): replace fmt.Errorf with ErrInternal in updateInstallationCache
Four fmt.Errorf calls in updateInstallationCache used the banned fmt
package for error construction. Replaced with ErrInternal().WithCause()
to match the established pattern used throughout the package. Also
replaced the prose comment with a usage example per AX Principle 2.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 17:16:27 +01:00
..
database ax(database): replace prose interface comments with usage examples 2026-04-02 14:22:42 +01:00
logging ax(logging): rename mu to mutex for predictable naming 2026-04-02 14:22:38 +01:00
mining ax(mining): replace fmt.Errorf with ErrInternal in updateInstallationCache 2026-04-02 17:16:27 +01:00
node ax(node): add missing _Bad and _Ugly tests for TestMessage_Reply 2026-04-02 17:16:05 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00