radicle-heartwood-lfs/crates/radicle
Fintan Halpenny 07f3d56559 protocol: Allow configuration of `radicle_fetch::Config`
The configuration of the fetch process was only achieved at the setup
of the of the node.
This limits the ability to pass configuration options to the fetch
worker while the node service is running.

This change introduces `radicle_protocol::fetcher::state::FetchConfig`
to allow configuration options to be kept track of. This includes the
previous `timeout` option, but now also includes the
`radicle_fetch::Config`.

The service now produces the `FetchConfig` and passes it through to
the fetch worker.
2026-03-24 14:40:42 +00:00
..
src protocol: Allow configuration of `radicle_fetch::Config` 2026-03-24 14:40:42 +00:00
CHANGELOG.md radicle: Update to 0.22.0 2026-03-18 20:52:18 +00:00
Cargo.toml radicle: Update to 0.22.1 2026-03-20 16:15:32 +00:00