modified radicle-cli/src/commands/node/control.rs
@@ -127,7 +127,7 @@ pub fn connect(node: &mut Node, nid: NodeId, addr: Address) -> anyhow::Result<()
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -92,9 +92,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/main.rs
@@ -57,7 +57,7 @@ impl Options {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -4,7 +4,7 @@ use std::sync::Arc;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -143,8 +143,13 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -20,6 +20,7 @@ use log::*;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -123,7 +124,7 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -148,7 +149,7 @@ impl fmt::Debug for Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -490,7 +491,10 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/environment.rs
@@ -21,8 +21,8 @@ use radicle::identity::Id;
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -164,7 +164,9 @@ impl<G: Signer + cyphernet::Ecdh> NodeHandle<G> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -4,7 +4,7 @@ use std::sync::{Arc, Mutex};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,12 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/peer.rs
@@ -7,7 +7,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -326,8 +326,11 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -9,6 +9,7 @@ use std::time;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -116,10 +117,11 @@ fn test_disconnecting_unresponsive_peer() {
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -141,7 +143,11 @@ fn test_connection_kept_alive() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -201,18 +207,21 @@ fn test_inbound_connection() {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -221,10 +230,15 @@ fn test_persistent_peer_connect() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -886,6 +900,8 @@ fn test_inventory_relay() {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -894,10 +910,10 @@ fn test_persistent_peer_reconnect_attempt() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -943,6 +959,8 @@ fn test_persistent_peer_reconnect_attempt() {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -955,7 +973,7 @@ fn test_persistent_peer_reconnect_success() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1246,8 +1264,16 @@ fn test_push_and_pull() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1364,9 +1390,21 @@ fn prop_inventory_exchange_dense() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -8,7 +8,7 @@ use radicle::test::fixtures;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -734,8 +734,13 @@ fn test_connection_crossing() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -196,6 +196,13 @@ impl FromStr for Alias {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -249,7 +256,7 @@ impl From<CommandResult> for Result<bool, Error> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -292,7 +299,10 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -563,7 +573,12 @@ pub trait Handle: Clone + Sync + Send {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -700,10 +715,11 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/node/config.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -40,7 +41,7 @@ impl Default for Limits {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,7 +79,7 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -97,7 +98,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|