radicle-heartwood-lfs/crates/radicle/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
..
canonical chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
cob radicle: Fix clippy::result_large_err 2025-07-27 23:32:39 +02:00
git radicle: fix Canonical::quorum doc link 2025-08-05 15:00:26 +01:00
identity chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
logger radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
node radicle: Announcer test set constructions 2025-08-13 11:09:49 +02:00
profile radicle: improve config errors 2025-06-24 13:51:55 +02:00
storage canonical: Support Annotated Tags 2025-08-04 17:00:54 +02:00
test canonical: Support Annotated Tags 2025-08-04 17:00:54 +02:00
canonical.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
cli.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
cob.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
collections.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
explorer.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
git.rs chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
identity.rs radicle: canonical references payload 2025-07-16 16:41:16 +02:00
io.rs radicle: Only set file limits on Unix 2025-07-23 10:31:13 +02:00
lib.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
logger.rs radicle: Move logging setup calls to binaries 2025-08-07 08:30:59 +01:00
node.rs node: Remove useless caching of node announcement 2025-08-13 10:27:00 +01:00
profile.rs chore: Automated fixes generated by clippy 2025-07-25 11:25:05 +02:00
rad.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
schemars_ext.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
serde_ext.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
sql.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
storage.rs canonical: Support Annotated Tags 2025-08-04 17:00:54 +02:00
test.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
version.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
web.rs radicle: Keep pinned repos ordered in config 2025-07-19 12:59:02 +01:00