Skip to content

Commit 8d6cd89

Browse files
committed
chore: Bump light client to V1.9.0
1 parent 17e1329 commit 8d6cd89

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pages/docs/networks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mainnet as closely as possible.
5050
| **WS Endpoint** | [<ins>wss://turing-rpc.avail.so/ws</ins>](wss://turing-rpc.avail.so/ws) | [<ins>wss://goldberg.avail.tools/ws</ins>](wss://goldberg.avail.tools/ws) |
5151
| **Chain Spec** | [<ins>chainspec.raw.json</ins>](https://github.com/availproject/avail/blob/main/misc/genesis/testnet.turing.chain.spec.raw.json) | [<ins>chainspec.raw.json</ins>](https://github.com/availproject/avail/blob/main/misc/genesis/testnet.goldberg.chain.raw.json) |
5252
| **Node Version** | [<ins>v2.1.5</ins>](https://github.com/availproject/avail/releases/tag/v2.2.3.0-rc1) | [<ins>v1.10.0.0</ins>](https://github.com/availproject/avail/releases/tag/v1.10.0.0) |
53-
| **Light Client Version** | [<ins>v1.8.1</ins>](https://github.com/availproject/avail-light/releases/tag/v1.8.1) | [<ins>v1.7.6</ins>](https://github.com/availproject/avail-light/releases/tag/v1.7.6) |
53+
| **Light Client Version** | [<ins>v1.9.0</ins>](https://github.com/availproject/avail-light/releases/tag/v1.9.0) | [<ins>v1.7.6</ins>](https://github.com/availproject/avail-light/releases/tag/v1.7.6) |
5454

5555
## Alternate Endpoints
5656

pages/docs/operate-a-node/run-a-light-client/0010-light-client.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can find the latest release binary in the [`avail-light`](https://github.com
3131
<Callout type="info">
3232
RECOMMENDED VERSION <br/>
3333
You can find the latest release of the Avail LC from [our Github repo](https://github.com/availproject/avail-light). For now though we recommend most users to
34-
run [`v1.8.1`](https://github.com/availproject/avail-light/releases/tag/v1.8.1) of the Avail light client for maximal network support. <br/>
34+
run [`v1.9.0`](https://github.com/availproject/avail-light/releases/tag/v1.9.0) of the Avail light client for maximal network support. <br/>
3535
We will keep this recommendation updated.
3636
</Callout>
3737

@@ -126,7 +126,7 @@ using `availup`, you can always check out [our Github repo](https://github.com/a
126126
You can also download and run a pre-built binary of the Avail light client.
127127
To do so:
128128

129-
1. Download the [recommended version of the binary](https://github.com/availproject/avail-light/releases/tag/v1.8.1) that is compatible with your operating system.
129+
1. Download the [recommended version of the binary](https://github.com/availproject/avail-light/releases/tag/v1.9.0) that is compatible with your operating system.
130130

131131
2. Move the `.tar` file into a convenient directory and extract it to reveal the `avail-light` binary.
132132

@@ -224,7 +224,7 @@ using `availup`, you can always check out [our Github repo](https://github.com/a
224224
```sh
225225
git clone https://github.com/availproject/avail-light.git
226226
cd avail-light
227-
git checkout tags/v1.8.1
227+
git checkout tags/v1.9.0
228228
```
229229

230230
2. Make sure your terminal is in the `avail-light` directory. Create a compiled build by running:
@@ -287,7 +287,7 @@ instructions on how to run the Avail light client natively on Windows without ha
287287

288288
<Tabs.Tab>
289289

290-
1. Go to the [releases page of the Avail light client repo](https://github.com/availproject/avail-light/releases/tag/v1.8.1), and download the
290+
1. Go to the [releases page of the Avail light client repo](https://github.com/availproject/avail-light/releases/tag/v1.9.0), and download the
291291
`avail-light-windows-runner.zip` file.
292292

293293
2. Right click the downloaded file and extract it to a convenient location.

pages/docs/operate-a-node/run-a-light-client/light-client-api-reference.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ async fn main() {
531531
<summary> Sample Response:</summary>
532532
```json
533533
{
534-
"version":"v1.8.1",
534+
"version":"v1.9.0",
535535
"network_version":"1.10"
536536
}
537537
```

0 commit comments

Comments
 (0)