modified radicle-cli/src/commands/node.rs
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,8 +139,9 @@ pub fn run(options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/node/routing.rs
@@ -1,12 +1,12 @@
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -187,14 +187,6 @@ fn command<H: Handle<Error = runtime::HandleError>>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -109,7 +109,6 @@ impl<G: Signer + Ecdh + 'static> Handle<G> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -171,23 +170,6 @@ impl<G: Signer + Ecdh + 'static> radicle::node::Handle for Handle<G> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-node/src/test/environment.rs
@@ -17,6 +17,7 @@ use radicle::crypto::{KeyPair, Seed, Signer};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -156,6 +157,14 @@ impl<G: Signer + cyphernet::Ecdh> NodeHandle<G> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -176,7 +185,7 @@ impl<G: Signer + cyphernet::Ecdh> NodeHandle<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -347,7 +356,7 @@ pub fn converge<'a, G: Signer + cyphernet::Ecdh + 'static>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -360,8 +369,8 @@ pub fn converge<'a, G: Signer + cyphernet::Ecdh + 'static>(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -20,7 +20,6 @@ pub struct Handle {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -68,10 +67,6 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -141,8 +141,6 @@ pub enum CommandName {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -385,8 +383,6 @@ pub trait Handle {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -412,8 +408,6 @@ pub trait Handle {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -464,7 +458,6 @@ impl Node {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -573,15 +566,6 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle/src/node/routing.rs
@@ -1,6 +1,6 @@
|
|
| - | |
|
|
| + | |
|
|
|
|
|
@@ -10,6 +10,9 @@ use crate::{
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -44,6 +47,17 @@ impl Table {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|