modified Cargo.lock
@@ -2901,6 +2901,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-crypto/Cargo.toml
@@ -25,6 +25,7 @@ multibase = { workspace = true }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/lib.rs
@@ -158,6 +158,20 @@ impl TryFrom<String> for Signature {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-schemars/src/main.rs
@@ -83,10 +83,7 @@ fn print_schema() -> io::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -13,6 +13,7 @@ rust-version.workspace = true
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle/src/node.rs
@@ -544,10 +544,6 @@ impl Link {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -567,10 +563,6 @@ impl Session {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -691,10 +683,6 @@ impl From<Vec<Seed>> for Seeds {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle/src/node/command.rs
@@ -40,10 +40,6 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -69,13 +65,7 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -91,10 +81,6 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -102,22 +88,12 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -136,23 +112,13 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/schemars_ext.rs
@@ -4,29 +4,6 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle/src/storage/refs.rs
@@ -380,10 +380,6 @@ impl<V> Deref for SignedRefs<V> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|