modified Cargo.lock
@@ -1991,6 +1991,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/Cargo.toml
@@ -20,6 +20,7 @@ cyphernet = { version = "0.1.0", features = ["tor", "dns", "ed25519", "p2p-ed255
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/runtime.rs
@@ -218,7 +218,7 @@ impl<G: Signer + EcSign + 'static> Runtime<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -234,6 +234,20 @@ pub mod daemon {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -247,6 +261,9 @@ pub mod daemon {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|