Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
node: Remove useless caching of node announcement
Merged lorenz opened 8 months ago

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.

lorenz opened with revision ce861ef2 on base a8dac56c +5 -45 8 months ago

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.

fintohaps pushed revision 2 adc98452 on base efa7efac +5 -45 8 months ago

Rebased

fintohaps merged revision adc98452 at 1cd3ad07 8 months ago