node: Use millisecond precision for timestamps
modified Cargo.lock
@@ -1355,9 +1355,9 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/Cargo.toml
@@ -23,7 +23,7 @@ io-reactor = { version = "0.1.0", features = ["popol"] }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/address/store.rs
@@ -330,7 +330,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -356,7 +356,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -381,7 +381,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -431,7 +431,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -469,7 +469,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/clock.rs
@@ -1,2 +1,2 @@
| - | |
| + | |
|
modified radicle-node/src/service.rs
@@ -347,7 +347,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -358,7 +358,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -632,7 +632,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -745,7 +745,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -754,7 +754,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -940,7 +940,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1050,7 +1050,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1104,7 +1104,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1152,7 +1152,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1168,7 +1168,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1505,7 +1505,7 @@ mod gossip {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/message.rs
@@ -440,7 +440,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -470,7 +470,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/routing.rs
@@ -312,7 +312,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -328,7 +328,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -338,18 +338,18 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/gossip.rs
@@ -27,7 +27,7 @@ pub fn messages(count: usize, now: LocalTime, delta: LocalDuration) -> Vec<Messa
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/peer.rs
@@ -180,7 +180,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -47,7 +47,7 @@ use crate::{git, identity, rad, runtime, service, test};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -214,7 +214,7 @@ fn test_inventory_sync() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -319,7 +319,7 @@ fn test_inventory_pruning() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -359,7 +359,7 @@ fn test_tracking() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -436,8 +436,8 @@ fn test_announcement_rebroadcast_timestamp_filtered() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -599,7 +599,7 @@ fn test_inventory_relay() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|