node: Explicit default for `AddressConfig`
modified crates/radicle-cli/examples/rad-config.md
@@ -247,14 +247,7 @@ $ rad config schema
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -410,6 +403,19 @@ $ rad config schema
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/wire.rs
@@ -1096,10 +1096,10 @@ pub fn dial<G: Ecdh<Pk = NodeId>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1107,7 +1107,7 @@ pub fn dial<G: Ecdh<Pk = NodeId>>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/service.rs
@@ -30,6 +30,8 @@ use radicle::node;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -2656,7 +2658,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/config.rs
@@ -355,7 +355,7 @@ pub enum Relay {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -368,6 +368,9 @@ pub enum AddressConfig {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -546,8 +549,12 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -603,7 +610,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -944,4 +951,27 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|