Mining/pkg
Claude 9a50e472b5
ax(node): replace Must* regexp anti-pattern with Compile in validatePeerName
Package-level regexp.MustCompile panics at startup on invalid pattern —
the Must* form explicitly banned by AX RFC-025 §6 (no hidden panics).
Move pattern to a const and compile via regexp.Compile inside the function.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 08:30:54 +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 signature-restating comments with usage examples in version.go 2026-04-02 08:30:02 +01:00
node ax(node): replace Must* regexp anti-pattern with Compile in validatePeerName 2026-04-02 08:30:54 +01:00
ueps ax(ueps): remove prose description from TestReader_ReadAndVerify_Good comment 2026-04-02 08:30:33 +01:00