modified radicle-cli/examples/rad-node.md
@@ -15,7 +15,7 @@ node status` command (or just `rad node` for short):
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/node/control.rs
@@ -189,7 +189,21 @@ pub fn connect(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -110,6 +110,11 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/runtime.rs
@@ -244,8 +244,6 @@ impl Runtime {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -1,3 +1,4 @@
| + | |
|
|
|
|
|
@@ -190,6 +191,12 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -13,7 +13,7 @@ use std::collections::hash_map::Entry;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -179,6 +179,8 @@ pub enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -204,6 +206,7 @@ impl fmt::Debug for Command {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -370,6 +373,8 @@ pub struct Service<D, S, G> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -427,6 +432,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -705,6 +711,9 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1077,6 +1086,12 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -31,6 +31,10 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -292,6 +292,8 @@ pub struct Wire<D, S, G: Signer + Ecdh> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -320,11 +322,14 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -495,18 +500,23 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -435,6 +435,9 @@ pub enum Command {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -808,8 +811,10 @@ pub trait Handle: Clone + Sync + Send {
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
| + | |
|
|
|
|
|
@@ -970,6 +975,13 @@ impl Handle for Node {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|