modified Cargo.lock
@@ -673,7 +673,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -684,7 +684,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -694,7 +694,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2289,7 +2289,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -3794,7 +3794,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -98,4 +98,5 @@ debug = true
|
|
|
|
|
|
| - | |
| + | |
| + | |
modified crates/radicle-cli/Cargo.toml
@@ -14,7 +14,8 @@ name = "rad"
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/terminal/format.rs
@@ -47,6 +47,11 @@ pub fn addr_compact(address: &Address) -> Paint<String> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-node/Cargo.toml
@@ -10,7 +10,8 @@ build = "build.rs"
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/wire.rs
@@ -19,7 +19,7 @@ use radicle::node::device::Device;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1084,6 +1084,30 @@ pub fn dial<G: Ecdh<Pk = NodeId>>(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1094,27 +1118,11 @@ pub fn dial<G: Ecdh<Pk = NodeId>>(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/Cargo.toml
@@ -9,6 +9,7 @@ edition.workspace = true
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -36,4 +37,4 @@ paste = "1.0.15"
|
|
|
|
|
|
| - | |
| + | |
|
modified crates/radicle-protocol/src/service.rs
@@ -2627,11 +2627,18 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/wire.rs
@@ -15,6 +15,8 @@ use std::string::FromUtf8Error;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -62,6 +64,9 @@ pub enum Invalid {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -266,6 +271,13 @@ impl Encode for cyphernet::addr::tor::OnionAddrV3 {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -549,6 +561,16 @@ impl Decode for tor::OnionAddrV3 {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/wire/message.rs
@@ -2,6 +2,8 @@ use std::{mem, net};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -83,6 +85,8 @@ pub enum AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -99,6 +103,8 @@ impl From<&Address> for AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -114,6 +120,8 @@ impl TryFrom<u8> for AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -348,7 +356,7 @@ impl wire::Decode for Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -366,6 +374,11 @@ impl wire::Encode for Address {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -405,6 +418,12 @@ impl wire::Decode for Address {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -11,6 +11,7 @@ rust-version.workspace = true
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle/src/node.rs
@@ -428,8 +428,8 @@ impl TryFrom<&sqlite::Value> for Alias {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -439,6 +439,7 @@ pub struct Address(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -485,6 +486,15 @@ impl Address {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/address.rs
@@ -203,6 +203,8 @@ pub enum AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -219,6 +221,8 @@ impl From<&Address> for AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -234,6 +238,8 @@ impl TryFrom<u8> for AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/address/store.rs
@@ -537,6 +537,8 @@ impl TryFrom<&sql::Value> for AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -552,6 +554,8 @@ impl sql::BindableWithIndex for AddressType {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/config.rs
@@ -275,7 +275,7 @@ pub struct RateLimits {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -286,6 +286,7 @@ pub struct ConnectAddress(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -355,7 +356,7 @@ pub enum Relay {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -439,6 +440,10 @@ pub struct Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -489,6 +494,8 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/arbitrary.rs
@@ -6,6 +6,8 @@ use std::{iter, net};
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -301,6 +303,30 @@ impl Arbitrary for Address {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|