radicle: Add new `ash.radicle.garden` seed node
Add the new ash node as a preferred seed, to load balance.
12 files changed
+65
-16
7b1847d8
→
77076af2
modified build.rs
@@ -1,8 +1,6 @@
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -88,10 +86,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-cob/src/test.rs
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-fetch/src/git.rs
@@ -17,6 +17,6 @@ pub(crate) mod oid {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified radicle-fetch/src/refs.rs
@@ -4,7 +4,6 @@ use radicle::crypto::PublicKey;
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/profile.rs
@@ -73,7 +73,8 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/environment.rs
@@ -373,7 +373,7 @@ impl<G: Signer + cyphernet::Ecdh> NodeHandle<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire.rs
@@ -280,8 +280,7 @@ impl Decode for PublicKey {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-term/src/editor.rs
@@ -52,6 +52,7 @@ impl Editor {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -534,7 +534,7 @@ impl Patch {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node/config.rs
@@ -32,6 +32,17 @@ pub mod seeds {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -70,7 +81,10 @@ impl Network {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified rust-toolchain
@@ -1 +1 @@
| - | |
| + | |
added scripts/tag
@@ -0,0 +1,38 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |