radicle-heartwood-lfs/radicle-node
cloudhead 0fcfbb3ecf
node: Don't re-use timestamps
There are rare cases where ref announcements may be sent in close
succession, and the current clock time is re-used. This will cause the
second (newer) announcement to be ignored by peers.

We add a `timestamp` method that checks if the timestamp is re-used, and
increments it if so, ensuring that we always use a fresh one.
2024-04-24 12:19:40 +02:00
..
src node: Don't re-use timestamps 2024-04-24 12:19:40 +02:00
Cargo.toml Update radicle crates to 0.9.0 2024-03-26 11:56:27 +01:00
Dockerfile docker: Make Dockerfile easier to read 2023-08-03 13:43:20 +02:00
build.rs Update radicle crates to 0.9.0 2024-03-26 11:56:27 +01:00