radicle-heartwood-lfs/crates/radicle
Fintan Halpenny 958422a7c4 node/routing: remove error scenario from Database::prune
A call to `Database::prune` with no limit could result in a
domain-defined overflow error.

If the limit is not provided, then it uses `i64::MAX`. It is
reasonable to expect that if the `usize` provided is more than
`i64::MAX` then the `i64::MAX` value is acceptable to use for pruning.
2026-01-19 17:56:56 +01:00
..
src node/routing: remove error scenario from Database::prune 2026-01-19 17:56:56 +01:00
CHANGELOG.md radicle: Return individual results for repo in `repositories_by_id` 2025-11-06 10:43:04 +01:00
Cargo.toml radicle: Re-export `radicle_core::RepoId` 2026-01-09 14:04:18 +01:00