radicle-heartwood-lfs/crates/radicle-node/src
Lorenz Leutgeb 1cd3ad0784 node: Remove useless caching of node announcement
When initializing the `radicle-node` process, see
`radicle-node/src/runtime.rs`, an attempt is made to read from a node
announcement file.

This file is never written, therefore all of these reads fail.

Even though this caching mechanism might make sense or might have made
sense at some point, it is dead code now, and therefore removed.

Also, the fact that the file name was defined in the `radicle` crate is
ugly.
2025-08-13 10:27:00 +01:00
..
runtime chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
test chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
tests radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
worker canonical: Support Annotated Tags 2025-08-04 17:00:54 +02:00
control.rs chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
lib.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00
main.rs node: Restrict use of systemd to Linux not Unix 2025-08-12 12:13:49 +02:00
runtime.rs node: Remove useless caching of node announcement 2025-08-13 10:27:00 +01:00
test.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00
tests.rs radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
wire.rs chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
worker.rs node, protocol: Refactor 2025-07-16 21:15:52 +02:00