modified radicle-node/src/service.rs
@@ -501,13 +501,15 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/peer.rs
@@ -210,7 +210,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -237,7 +238,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/simulator.rs
@@ -385,7 +385,8 @@ impl<S: WriteStorage + 'static, G: Signer> Simulation<S, G> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire.rs
@@ -482,8 +482,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -509,7 +509,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -522,6 +522,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/wire/transcoder.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -6,7 +7,7 @@ pub enum HandshakeResult<H: Handshake, T: Transcode> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -21,25 +22,31 @@ pub trait Handshake: Sized {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|