radicle-heartwood-lfs/radicle-node/src
Fintan Halpenny c847a16e14 radicle: return iterator types for db policies
Instead of collecting the results and returning the collection as an
iterator, introduce `FollowPolicies` and `SeedPolicies` types, which
implement `Iterator`.

Note that a call in `service` changed due to the lifetime borrow. It
simply `collect`s into a `Vec` for the time being.
2025-04-11 12:35:55 +02:00
..
runtime cli: Try to connect to seeds specified as options 2024-11-05 12:18:12 +01:00
service cli: Try to connect to seeds specified as options 2024-11-05 12:18:12 +01:00
test cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
tests node: do not fail on `set_head` 2024-11-18 12:32:40 +01:00
wire node: Don't panic on connection logic error 2024-06-26 11:31:07 +02:00
worker radicle: improve quorum copy 2024-11-18 12:32:44 +01:00
bounded.rs node: Use inventory cache for checking missing 2024-05-13 16:37:02 +02:00
control.rs cli: Try to connect to seeds specified as options 2024-11-05 12:18:12 +01:00
deserializer.rs node: Use `BoundedVec` for inbox 2024-05-07 14:49:02 +02:00
lib.rs build: Update env vars for build process 2024-06-20 10:47:50 +02:00
main.rs node: Fix `main` to print early errors 2024-07-22 12:37:57 -07:00
runtime.rs cli: Implement `rad cob migrate` 2024-11-22 21:27:45 +01:00
service.rs radicle: return iterator types for db policies 2025-04-11 12:35:55 +02:00
test.rs radicle: expose shared logger 2023-12-20 15:11:10 +01:00
tests.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00
wire.rs node: Add agent and version to node announcement 2024-06-13 11:28:09 +02:00
worker.rs radicle: refactor doc 2024-10-22 14:58:12 +01:00