modified radicle-node/src/runtime.rs
@@ -23,7 +23,6 @@ use crate::service::{routing, tracking};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -76,7 +75,7 @@ pub struct Runtime<G: Signer + EcSign> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -131,7 +130,7 @@ impl<G: Signer + EcSign + 'static> Runtime<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -155,7 +154,7 @@ impl<G: Signer + EcSign + 'static> Runtime<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -16,7 +16,7 @@ use crate::service;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,7 +89,7 @@ impl<G: Signer + EcSign + 'static> Handle<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -27,7 +27,7 @@ use crate::crypto::Signer;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,7 +37,7 @@ pub enum Control<G: Signer + EcSign> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -186,7 +186,7 @@ pub struct Wire<R, S, W, G: Signer + EcSign> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -210,7 +210,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -307,7 +307,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -318,10 +318,10 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -342,7 +342,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -488,7 +488,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -34,15 +34,16 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -50,7 +51,7 @@ pub struct WorkerResp<G: Signer + EcSign> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,8 +69,8 @@ impl<G: Signer + EcSign + 'static> Worker<G> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -86,7 +87,7 @@ impl<G: Signer + EcSign + 'static> Worker<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -256,14 +257,14 @@ impl<G: Signer + EcSign + 'static> Worker<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|