Mining/pkg
Claude 2508b03df1
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): replace encoding/json with internal UnmarshalJSON in version.go
Remove banned `encoding/json` import from pkg/mining/version.go; read
response body with io.ReadAll then decode via the package-local
UnmarshalJSON wrapper (bufpool.go). Also complete the partial fmt
removal in pkg/node/identity.go left broken by the previous sweep.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 17:07:00 +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 encoding/json with internal UnmarshalJSON in version.go 2026-04-02 17:07:00 +01:00
node ax(mining): replace encoding/json with internal UnmarshalJSON in version.go 2026-04-02 17:07:00 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00