radicle/node: Do not error on IPv6 without `[]`
modified CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node.rs
@@ -548,10 +548,13 @@ impl FromStr for Address {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1525,6 +1528,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1532,7 +1536,6 @@ mod test {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified crates/radicle/src/node/config.rs
@@ -712,7 +712,7 @@ wrapper!(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -833,4 +833,32 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|