modified radicle-node/src/client.rs
@@ -112,7 +112,7 @@ impl<G: crypto::Signer + EcSign<Pk = NodeId, Sig = Signature> + Clone + 'static>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -120,7 +120,7 @@ impl<G: crypto::Signer + EcSign<Pk = NodeId, Sig = Signature> + Clone + 'static>
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,7 +129,6 @@ impl<G: crypto::Signer + EcSign<Pk = NodeId, Sig = Signature> + Clone + 'static>
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -153,8 +152,10 @@ impl<G: crypto::Signer + EcSign<Pk = NodeId, Sig = Signature> + Clone + 'static>
|
|
|
|
|
|
| - | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/client/handle.rs
@@ -1,9 +1,12 @@
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -47,20 +50,22 @@ impl<T> From<chan::SendError<T>> for Error {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -166,6 +171,13 @@ impl<T: reactor::Handler<Command = service::Command>> radicle::node::Handle for
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -47,8 +47,15 @@ pub fn listen<
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -57,9 +64,10 @@ pub fn listen<
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -74,6 +82,8 @@ enum DrainError {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -199,6 +209,9 @@ fn drain<H: Handle<Error = client::handle::Error, FetchLookup = FetchLookup>>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/logger.rs
@@ -22,9 +22,9 @@ impl Log for Logger {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -9,7 +10,7 @@ use radicle::crypto::test::signer::MockSigner;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -22,7 +23,7 @@ use crate::service::{routing, FetchLookup, FetchResult};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -36,9 +37,22 @@ struct NodeHandle {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -92,13 +106,15 @@ impl Node {
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -140,7 +156,7 @@ impl Node {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -195,7 +211,7 @@ fn test_inventory_sync_basic() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -223,7 +239,7 @@ fn test_inventory_sync_bridge() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -258,7 +274,7 @@ fn test_inventory_sync_ring() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -298,7 +314,7 @@ fn test_inventory_sync_star() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -316,7 +332,7 @@ fn test_replication() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -272,9 +272,9 @@ impl WorkerPool {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|