From 09fedc845bab83b91c0ff750200781c23c98a2ec Mon Sep 17 00:00:00 2001 From: Christos Hadjiaslanis Date: Mon, 19 Aug 2024 21:31:22 +0300 Subject: [PATCH] Added testnet name to joining section --- TESTNET_BRANCH | 1 + TESTNET_DOMAIN | 1 + src/operators/testnets/joining.md | 7 +++++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 TESTNET_BRANCH create mode 100644 TESTNET_DOMAIN diff --git a/TESTNET_BRANCH b/TESTNET_BRANCH new file mode 100644 index 00000000..80492e2d --- /dev/null +++ b/TESTNET_BRANCH @@ -0,0 +1 @@ +testnet_abel \ No newline at end of file diff --git a/TESTNET_DOMAIN b/TESTNET_DOMAIN new file mode 100644 index 00000000..125d0358 --- /dev/null +++ b/TESTNET_DOMAIN @@ -0,0 +1 @@ +testnet-abel diff --git a/src/operators/testnets/joining.md b/src/operators/testnets/joining.md index 6d6076a8..899e8580 100644 --- a/src/operators/testnets/joining.md +++ b/src/operators/testnets/joining.md @@ -18,6 +18,9 @@ the Docker docs. ### Installing the Linera Toolchain +> When installing the Linera Toolchain, you **must** check out the +> `{{#include ../../../TESTNET_BRANCH}}` branch. + To install the Linera Toolchain refer to the [installation section](../../developers/getting_started/installation.md#installing-from-github). @@ -34,7 +37,7 @@ For the next section, we'll be working out of the `docker` subdirectory in the Validators run via Docker Compose do not come with a pre-packaged load balancer to perform TLS termination (unlike validators running on Kubernetes). -The load balancer configuration _must_ have the following properties: +The load balancer configuration **must** have the following properties: 1. Support HTTP/2 connections. 2. Support gRPC connections. @@ -82,7 +85,7 @@ bucket managed by the Linera Protocol core team. An example can be found here: ```bash -wget "https://storage.googleapis.com/linera-io-dev-public/{{#include ../../../RELEASE_DOMAIN}}/genesis.json" +wget "https://storage.googleapis.com/linera-io-dev-public/{{#include ../../../TESTNET_DOMAIN}}/genesis.json" ``` ### Creating Your Keys