radicle-heartwood-lfs/crates/radicle
Daniel Norman 998f527bd4 node/db: delete unparseable ipv6 rows
- Drop `type='ipv6'` rows whose bracket-stripped inner part contains
  no `:`, since every valid IPv6 textual form has at least one
- Cover the offender (`[]:8776`), bracketed garbage (`[abc]:8776`),
  the unspecified (`::`), loopback, and full forms in tests
- Keep `dns` and `ipv4` rows untouched

Migration 8 retyped any `[..]:N` dns row to ipv6 by bracket pattern
alone, without checking the inner part is parseable
2026-05-01 17:42:44 +02:00
..
src node/db: delete unparseable ipv6 rows 2026-05-01 17:42:44 +02:00
CHANGELOG.md radicle: Prevent `RAD_SOCKET` from polluting tests 2026-04-09 17:53:49 +02:00
Cargo.toml radicle/node/config: Use `IndexSet` 2026-04-27 17:36:20 +02:00
build.rs radicle: Add Version to User Agent 2026-04-02 16:26:46 +01:00