Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
node: Do not mix monotonic and system time
Merged lorenz opened 4 months ago

The struct Epoch introduced in e404f1038f461264f9395742ef74f5b710be inadvertently made radicle-node suffer from https://github.com/rust-lang/rust/issues/87906.

That is, updating of the “current time” was skewed way more than expected by a slowly ticking monotonic clock. Such slow ticking can be caused by suspending the system.

lorenz opened with revision c4731e0d on base 58305cda +4 -40 4 months ago

The struct Epoch introduced in e404f1038f461264f9395742ef74f5b710be inadvertently made radicle-node suffer from https://github.com/rust-lang/rust/issues/87906.

That is, updating of the “current time” was skewed way more than expected by a slowly ticking monotonic clock. Such slow ticking can be caused by suspending the system.

fintohaps merged revision c4731e0d at 4a5a51e6 4 months ago