mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 09:01:16 +00:00
* build: switch go-generate-fast to upstream v0.5.0 `feat: support go tool` landed upstream (oNaiPs/go-generate-fast#26), so the status-im fork and its replace directive are no longer needed. v0.5.0 carries upstream's dependency refresh, which raises minimum versions across the module graph. * test: stop expecting bare IP URLs to be unfurled `parseValidURL` rejects hosts without a registrable domain. Up to golang.org/x/net v0.46.0, `EffectiveTLDPlusOne("192.168.0.100")` returned "0.100" with no error, so IP hosts passed that check by accident. v0.48.0 reports an error for them, which is correct. Nothing unfurls a link preview for a bare IP any more, and nothing should: the request would be issued by the recipient's client, and there is no private-address guard in the unfurlers.