Files
Hanzo AI 27020cb52f utils/ips/dynamic_ip_port: drop unused json/v2 marshaler
The private dynamicIPPort type carried a MarshalJSON method using
json/v2. No consumer of DynamicIPPort in the node module relied on the
JSON path — the public IPPort/IPDesc types in ip_port.go retain their
JSON methods for the external node-info HTTP API. Drop the unused
internal marshaler; one path for IP serialization, on the boundary
that owns the wire shape.
2026-06-06 23:14:29 -07:00
..