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 517b493821 Add bit and units subpackages, remove safemath wrapper
- Add math/bit: XOR, AND, compress operations (from bitutil)
- Add math/units: Lux denomination constants (NanoLux, MicroLux, etc.)
- Remove safemath/: was just re-exporting geth/common/math
- Use github.com/luxfi/geth/common/math directly for safe math ops
2026-01-03 15:52:15 -08:00