modified radicle-node/src/client.rs
@@ -1,14 +1,12 @@
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -45,10 +43,9 @@ impl Default for Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -57,18 +54,16 @@ pub struct Client<R: Reactor, G: Signer> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -82,8 +77,8 @@ impl<R: Reactor, G: Signer> Client<R, G> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/lib.rs
@@ -13,7 +13,7 @@ pub mod transport;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/main.rs
@@ -1,27 +1,13 @@
| - | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -5,6 +5,7 @@ use crate::crypto::{KeyPair, PublicKey, SecretKey, Signature, Signer};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -20,6 +21,7 @@ impl Signer for UnsafeSigner {
|
|
|
|
|
|
| + | |
|
|
|
|
|