modified radicle-node/src/service.rs
@@ -50,7 +50,7 @@ use crate::service::message::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -780,18 +780,32 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -954,6 +968,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -974,6 +989,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1013,6 +1029,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1020,9 +1037,12 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1031,8 +1051,14 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1832,8 +1858,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1860,10 +1886,9 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/test/arbitrary.rs
@@ -1,7 +1,10 @@
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -10,6 +13,7 @@ use crate::service::message::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -27,6 +31,17 @@ impl Arbitrary for Filter {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -5,8 +5,9 @@ use std::time;
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -62,6 +63,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/test/simulator.rs
@@ -19,7 +19,8 @@ use crate::prelude::{Address, RepoId};
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -409,20 +410,30 @@ impl<S: WriteStorage + 'static, G: Signer> Simulation<S, G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -657,6 +668,7 @@ impl<S: WriteStorage + 'static, G: Signer> Simulation<S, G> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -1344,6 +1344,7 @@ fn test_queued_fetch_max_capacity() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1372,14 +1373,14 @@ fn test_queued_fetch_max_capacity() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1453,6 +1454,7 @@ fn test_queued_fetch_from_ann_same_rid() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1496,14 +1498,14 @@ fn test_queued_fetch_from_command_same_rid() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker/fetch.rs
@@ -6,6 +6,7 @@ use std::str::FromStr;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -16,14 +17,27 @@ use radicle_fetch::{Allowed, BlockList, FetchLimit};
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -129,6 +143,7 @@ impl Handle {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/identity/doc.rs
@@ -130,7 +130,7 @@ impl Deref for Payload {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -29,7 +29,7 @@ use serde_json as json;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -686,6 +686,7 @@ pub enum FetchResult {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -718,13 +719,14 @@ impl FetchResult {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -394,7 +394,7 @@ pub trait ReadStorage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|