6 Commits
Author SHA1 Message Date
Hanzo AI d1759dd8b5 go: 1.26.3 → 1.26.4 (security: crypto/x509, mime, net/textproto) 2026-06-06 22:06:12 -07:00
Hanzo AI 6bae0bd1c9 go.mod: bump go directive to 1.26.3 (security advisory) 2026-05-12 20:55:00 -07:00
Hanzo Dev 647262cb63 chore: bump Go 1.26.0 → 1.26.1
Fixes 5 stdlib CVEs (html/template, os, net/url, crypto/x509 x2).
2026-03-12 01:09:17 -07:00
Hanzo Dev 7db778821a chore: update Go module dependencies 2026-03-03 22:39:12 -08:00
Zach Kelling a2c22dbba7 chore: remove local replace directives 2026-01-08 23:44:14 -08:00
Zach Kelling fd27f2ecb0 Reorganize math package into subpackages
- Create math/big for big.Int utilities (HexOrDecimal256, U256, parsing)
- Create math/safe for overflow-safe arithmetic (SafeAdd, SafeMul, etc.)
- Move averager files to root package level
- Add re-exports in root package for backwards compatibility
- Update README with new package structure documentation
- Remove old math/meter directory (consolidated elsewhere)
- Remove redundant math/ subdirectory structure
2026-01-03 18:22:33 -08:00