radicle-heartwood-lfs/crates/radicle/src/node
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
..
address node: Skip unreadable address rows in `entries()` 2026-05-01 17:42:44 +02:00
db node/db: delete unparseable ipv6 rows 2026-05-01 17:42:44 +02:00
events treewide: Spelling 2026-04-30 15:50:29 -04:00
notifications treewide: Spelling 2026-04-30 15:50:29 -04:00
policy clippy: Disallow lint `type_complexity` 2026-04-15 10:06:05 +02:00
refs clippy: Disallow lint `type_complexity` 2026-04-15 10:06:05 +02:00
seed clippy: Disallow lint `type_complexity` 2026-04-15 10:06:05 +02:00
sync treewide: Spelling 2026-04-30 15:50:29 -04:00
address.rs I2P Support 2026-04-15 12:01:50 +01:00
command.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
config.rs treewide: Spelling 2026-04-30 15:50:29 -04:00
db.rs node/db: delete unparseable ipv6 rows 2026-05-01 17:42:44 +02:00
device.rs radicle: Refactor COB Storage Access 2026-03-31 17:57:14 +01:00
events.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
features.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
notifications.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
policy.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
refs.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
routing.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00
seed.rs radicle: Remove unused `SyncedAt::load` 2026-03-17 21:31:42 +01:00
sync.rs cli/sync: migrate to clap 2025-11-01 10:52:13 +01:00
timestamp.rs rust/edition/fmt: 2021 → 2024 2026-03-30 16:57:51 +02:00