From 90ab1b79fb926d6c65ebcf6da0e40127cbbf05b4 Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Mon, 19 Aug 2024 13:01:41 -0400 Subject: [PATCH 1/2] version fixes --- pages/devs/get-started.mdx | 2 +- pages/devs/get-started/cli.mdx | 2 +- pages/devs/get-started/setup-wallet.mdx | 2 +- pages/devs/workers/deploy-worker/using-docker.mdx | 6 ++++++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pages/devs/get-started.mdx b/pages/devs/get-started.mdx index f995e60..a2142f6 100644 --- a/pages/devs/get-started.mdx +++ b/pages/devs/get-started.mdx @@ -36,7 +36,7 @@ The [Allora Offchain Node](https://github.com/allora-network/allora-offchain-nod The [Allora chain](https://github.com/allora-network/allora-chain) is a Cosmos Hub chain that forms the core of the Allora network. This repository contains the blockchain's codebase and is useful for validators. -You can use the [Allorad CLI tool](/devs/get-started/installation/cli) to query the chain and make transactions. +You can use the [Allorad CLI tool](/devs/get-started/cli) to query the chain and make transactions. ### Allora Consumer Contracts diff --git a/pages/devs/get-started/cli.mdx b/pages/devs/get-started/cli.mdx index 37514fe..da6e88d 100644 --- a/pages/devs/get-started/cli.mdx +++ b/pages/devs/get-started/cli.mdx @@ -18,7 +18,7 @@ To install Go, follow one of the recommended methods below or consult the [offic ### Installation ```Text bash -curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.2.11 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.2.14 ``` diff --git a/pages/devs/get-started/setup-wallet.mdx b/pages/devs/get-started/setup-wallet.mdx index 33c02b5..69e89bf 100644 --- a/pages/devs/get-started/setup-wallet.mdx +++ b/pages/devs/get-started/setup-wallet.mdx @@ -48,6 +48,6 @@ Each network uses a different RPC URL and Chain ID which are needed to specify w - **Testnet** - `RPC_URL`: - - https://beta.multi-rpc.com/allora_testnet/ + - https://rpc.ankr.com/allora_testnet - https://allora-rpc.testnet-1.testnet.allora.network/ - `CHAIN_ID`: `allora-testnet-1` \ No newline at end of file diff --git a/pages/devs/workers/deploy-worker/using-docker.mdx b/pages/devs/workers/deploy-worker/using-docker.mdx index 519ae36..5cdd32c 100644 --- a/pages/devs/workers/deploy-worker/using-docker.mdx +++ b/pages/devs/workers/deploy-worker/using-docker.mdx @@ -211,6 +211,12 @@ A **successful** response from your Worker should display: Congratulations! You've successfully deployed and registered your node on Allora. + +If you see **failed** transactions, specifically attributed to the log below: + +``` + + ### Testing You can test your local inference server by performing a `GET` request on `http://localhost:8000/inference/`. From 0d1ff845555c610aa83006245bffdf5b557ff6fe Mon Sep 17 00:00:00 2001 From: kush-alloralabs Date: Mon, 19 Aug 2024 13:52:01 -0400 Subject: [PATCH 2/2] 0.3.0 --- pages/devs/get-started/cli.mdx | 2 +- pages/devs/workers/deploy-worker/using-docker.mdx | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/devs/get-started/cli.mdx b/pages/devs/get-started/cli.mdx index da6e88d..9bab036 100644 --- a/pages/devs/get-started/cli.mdx +++ b/pages/devs/get-started/cli.mdx @@ -18,7 +18,7 @@ To install Go, follow one of the recommended methods below or consult the [offic ### Installation ```Text bash -curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.2.14 +curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.3.0 ``` diff --git a/pages/devs/workers/deploy-worker/using-docker.mdx b/pages/devs/workers/deploy-worker/using-docker.mdx index 5cdd32c..f4353b8 100644 --- a/pages/devs/workers/deploy-worker/using-docker.mdx +++ b/pages/devs/workers/deploy-worker/using-docker.mdx @@ -211,9 +211,6 @@ A **successful** response from your Worker should display: Congratulations! You've successfully deployed and registered your node on Allora. - -If you see **failed** transactions, specifically attributed to the log below: - ```