modified radicle-node/src/decoder.rs
@@ -1,14 +1,14 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/lib.rs
@@ -21,7 +21,7 @@ pub mod prelude {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -38,7 +38,7 @@ use crate::storage;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -246,7 +246,6 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -259,7 +258,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -586,8 +585,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -736,7 +735,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -746,12 +745,9 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/config.rs
@@ -3,7 +3,7 @@ use crate::git;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,22 +13,6 @@ pub enum Network {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/service/message.rs
@@ -12,15 +12,6 @@ use crate::service::{NodeId, Timestamp, PROTOCOL_VERSION};
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/service/peer.rs
@@ -37,8 +37,6 @@ pub enum SessionState {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/service/reactor.rs
@@ -12,7 +12,7 @@ use super::message::{Announcement, AnnouncementMessage};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -24,22 +24,13 @@ pub enum Io {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -71,16 +62,12 @@ impl Reactor {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/arbitrary.rs
@@ -7,7 +7,7 @@ use crate::crypto;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,15 +28,6 @@ impl Arbitrary for Filter {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/test/peer.rs
@@ -154,8 +154,7 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -262,8 +261,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/simulator.rs
@@ -17,7 +17,7 @@ use nakamoto_net::{Link, LocalDuration, LocalTime};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +64,7 @@ pub enum Input {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/message.rs
@@ -296,26 +296,6 @@ impl wire::Decode for Message {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -404,18 +384,10 @@ mod tests {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -427,7 +399,7 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|